2024-03-13T11:03:16.261 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-13T11:03:16.261 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} --archive /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604 --owner scheduled_ssharon@teuthology --name ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi --verbose -- /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/orig.config.yaml 2024-03-13T11:03:16.294 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-13T11:03:16.374 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604 branch: wip-ssharon-test2-2024-03-12-1420 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: ssharon@redat.com first_in_suite: false job_id: '7594604' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-ssharon-test2-2024-03-12-1420 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e733d1fbd74be23a489f405617921019eaf5c55a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e733d1fbd74be23a489f405617921019eaf5c55a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-ssharon-test2-2024-03-12-1420 sha1: e733d1fbd74be23a489f405617921019eaf5c55a owner: scheduled_ssharon@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 5418 sha1: e733d1fbd74be23a489f405617921019eaf5c55a sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-ssharon-test2-2024-03-12-1420 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e733d1fbd74be23a489f405617921019eaf5c55a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e733d1fbd74be23a489f405617921019eaf5c55a targets: smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKih1D1FvBbMBZPztk9dG7083q0aswPukVPMOXM4EN5IR2/65jT3vQF9Oo6SWL2R52pLZ2NuQvEaiJ77wn/dshk= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD13bZSzd3FI12odDU1JDEQ1lYnBowLEm9SKun2zkAoL8qx68ufTwI78XwkyUYNxWId5Kg4K7K4JIOjObn1srsg= tasks: - install: null - exec: host.a: - '' - set -x - set -e - uname -a - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "DOMAIN1" "idmap config * : backend" = "tdb" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_toolbox_container_cmd|join('' '')}} smbtorture --version' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_toolbox_container_cmd|join('' '')}} smbtorture --fullname --option=torture:progress=no --user=smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 smb2.mkdir' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-12_18:29:03 tube: smithi user: ssharon verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-13T11:03:16.374 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e733d1fbd74be23a489f405617921019eaf5c55a/qa; will attempt to use it 2024-03-13T11:03:16.375 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e733d1fbd74be23a489f405617921019eaf5c55a/qa/tasks 2024-03-13T11:03:16.375 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-13T11:03:16.376 INFO:teuthology.task.internal:Checking packages... 2024-03-13T11:03:16.401 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e733d1fbd74be23a489f405617921019eaf5c55a' 2024-03-13T11:03:16.402 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-13T11:03:16.402 INFO:teuthology.packaging:ref: None 2024-03-13T11:03:16.402 INFO:teuthology.packaging:tag: None 2024-03-13T11:03:16.402 INFO:teuthology.packaging:branch: wip-ssharon-test2-2024-03-12-1420 2024-03-13T11:03:16.402 INFO:teuthology.packaging:sha1: e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:03:16.402 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-ssharon-test2-2024-03-12-1420 2024-03-13T11:03:16.544 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2031.ge733d1fb 2024-03-13T11:03:16.546 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-13T11:03:16.552 INFO:teuthology.task.internal:no buildpackages task found 2024-03-13T11:03:16.552 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-13T11:03:16.573 INFO:teuthology.task.internal:Saving configuration 2024-03-13T11:03:16.586 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-13T11:03:16.592 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-13T11:03:16.614 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-13 10:58:14.443619', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKih1D1FvBbMBZPztk9dG7083q0aswPukVPMOXM4EN5IR2/65jT3vQF9Oo6SWL2R52pLZ2NuQvEaiJ77wn/dshk='} 2024-03-13T11:03:16.636 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-13 10:58:14.445441', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD13bZSzd3FI12odDU1JDEQ1lYnBowLEm9SKun2zkAoL8qx68ufTwI78XwkyUYNxWId5Kg4K7K4JIOjObn1srsg='} 2024-03-13T11:03:16.636 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-13T11:03:16.641 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-03-13T11:03:16.642 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-03-13T11:03:16.642 INFO:teuthology.run_tasks:Running task console_log... 2024-03-13T11:03:16.710 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb81318ae50>, signals=[15]) 2024-03-13T11:03:16.711 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-13T11:03:16.718 INFO:teuthology.task.internal:Opening connections... 2024-03-13T11:03:16.718 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-03-13T11:03:16.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:03:16.812 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-03-13T11:03:16.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:03:16.901 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-13T11:03:16.907 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-03-13T11:03:16.925 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-03-13T11:03:16.926 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="CentOS Stream" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="9" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:ID="centos" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="rhel fedora" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="9" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el9" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:LOGO="fedora-logo-icon" 2024-03-13T11:03:16.983 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-13T11:03:16.984 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://centos.org/" 2024-03-13T11:03:16.984 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-13T11:03:16.984 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-13T11:03:16.984 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-13T11:03:16.984 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-03-13T11:03:17.009 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-03-13T11:03:17.027 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-03-13T11:03:17.027 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="CentOS Stream" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="9" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:ID="centos" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE="rhel fedora" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="9" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:PLATFORM_ID="platform:el9" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:ANSI_COLOR="0;31" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:LOGO="fedora-logo-icon" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://centos.org/" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-13T11:03:17.083 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-13T11:03:17.084 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-13T11:03:17.084 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-03-13T11:03:17.101 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-13T11:03:17.108 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-13T11:03:17.115 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-13T11:03:17.116 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-03-13T11:03:17.118 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-03-13T11:03:17.138 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-13T11:03:17.144 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-13T11:03:17.144 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-03-13T11:03:17.176 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-03-13T11:03:17.275 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-13T11:03:17.328 INFO:teuthology.run_tasks:Running task kernel... 2024-03-13T11:03:17.341 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-13T11:03:17.342 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-13T11:03:17.342 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-13T11:03:17.342 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-13T11:03:17.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:03:17.359 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-03-13T11:03:17.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:03:17.360 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-03-13T11:03:17.414 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-361.el9.x86_64 2024-03-13T11:03:17.414 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.14.0-361.el9.x86_64 2024-03-13T11:03:17.415 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum install -y kernel 2024-03-13T11:03:17.417 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-361.el9.x86_64 2024-03-13T11:03:17.417 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.14.0-361.el9.x86_64 2024-03-13T11:03:17.417 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2024-03-13T11:03:19.517 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-13T11:03:19.600 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-13T11:03:21.059 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.0 MB 00:00 2024-03-13T11:03:21.259 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-13T11:03:22.091 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-03-13T11:03:22.649 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 7.6 MB/s | 8.0 MB 00:01 2024-03-13T11:03:26.208 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 7.6 MB/s | 19 MB 00:02 2024-03-13T11:03:31.432 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 2.3 MB/s | 19 MB 00:08 2024-03-13T11:03:31.592 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.1 MB 00:01 2024-03-13T11:03:33.043 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 15 kB 00:00 2024-03-13T11:03:36.016 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.1 MB 00:01 2024-03-13T11:03:37.466 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 15 kB 00:00 2024-03-13T11:03:39.086 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-03-13T11:03:44.083 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-13T11:03:46.273 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-13T11:03:46.273 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-13T11:03:46.358 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-13T11:03:46.366 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout:Install 4 Packages 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 100 M 2024-03-13T11:03:46.367 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 123 M 2024-03-13T11:03:46.368 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:03:46.926 INFO:teuthology.orchestra.run.smithi082.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 21 MB/s | 6.0 MB 00:00 2024-03-13T11:03:47.243 INFO:teuthology.orchestra.run.smithi082.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 34 MB/s | 21 MB 00:00 2024-03-13T11:03:47.777 INFO:teuthology.orchestra.run.smithi082.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 35 MB/s | 39 MB 00:01 2024-03-13T11:03:48.102 INFO:teuthology.orchestra.run.smithi082.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 28 MB/s | 33 MB 00:01 2024-03-13T11:03:48.102 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:03:48.102 INFO:teuthology.orchestra.run.smithi082.stdout:Total 57 MB/s | 100 MB 00:01 2024-03-13T11:03:48.987 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:03:49.350 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:03:49.351 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:03:50.963 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:03:50.964 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:03:53.918 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:03:54.576 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-13T11:03:54.712 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:03:57.500 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:03:57.680 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:04:02.438 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:04:02.640 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:07.426 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:36.834 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:36.834 INFO:teuthology.orchestra.run.smithi082.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-13T11:04:36.834 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:04:36.920 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:37.334 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:37.335 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-13T11:04:37.335 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:04:37.335 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:04:37.761 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:04:38.267 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-03-13T11:04:38.411 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-13T11:04:38.411 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-13T11:04:38.411 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-13T11:04:38.411 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-13T11:04:38.411 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-13T11:04:38.412 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-13T11:04:38.412 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2024-03-13T11:04:38.412 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-03-13T11:04:38.532 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-13T11:04:38.532 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-13T11:04:38.533 DEBUG:teuthology.orchestra.run.smithi082:> sudo rpm -qi grub2-tools 2024-03-13T11:04:38.570 INFO:teuthology.orchestra.run.smithi082.stdout:Name : grub2-tools 2024-03-13T11:04:38.570 INFO:teuthology.orchestra.run.smithi082.stdout:Epoch : 1 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Version : 2.06 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Release : 68.el9 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: x86_64 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Group : Unspecified 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Size : 8264254 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:License : GPLv3+ 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Packager : builder@centos.org 2024-03-13T11:04:38.571 INFO:teuthology.orchestra.run.smithi082.stdout:Vendor : CentOS 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:Summary : Support tools for GRUB. 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:Description : 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:hardware devices. 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:04:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:This subpackage provides tools for support of all platforms. 2024-03-13T11:04:38.573 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-13T11:04:38.573 INFO:teuthology.task.kernel:Updating grub on smithi082 to boot 5.14.0-427.el9.x86_64 2024-03-13T11:04:38.573 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-13T11:04:39.234 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2024-03-13T11:04:40.624 INFO:teuthology.orchestra.run.smithi082.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-13T11:04:40.656 INFO:teuthology.orchestra.run.smithi082.stderr:done 2024-03-13T11:04:40.658 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2024-03-13T11:04:40.673 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.wWidf3tiVt 2024-03-13T11:04:40.673 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wWidf3tiVt 2024-03-13T11:04:40.742 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.wWidf3tiVt 2024-03-13T11:04:40.872 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.wWidf3tiVt is 6KB 2024-03-13T11:04:40.892 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.wWidf3tiVt 2024-03-13T11:04:40.905 DEBUG:teuthology.orchestra.run.smithi082:> sudo /bin/ls /boot/loader/entries || true 2024-03-13T11:04:40.970 INFO:teuthology.orchestra.run.smithi082.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-13T11:04:40.970 INFO:teuthology.orchestra.run.smithi082.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-13T11:04:40.970 INFO:teuthology.orchestra.run.smithi082.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-13T11:04:40.970 INFO:teuthology.orchestra.run.smithi082.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-13T11:04:40.971 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-13T11:04:41.133 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2024-03-13T11:04:45.428 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 292 kB/s | 21 MB 01:12 2024-03-13T11:04:50.436 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 10 kB/s | 1.7 kB 00:00 2024-03-13T11:04:52.634 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-13T11:04:52.635 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-13T11:04:52.727 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-13T11:04:52.738 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout:Install 4 Packages 2024-03-13T11:04:52.739 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:04:52.740 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 100 M 2024-03-13T11:04:52.740 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 123 M 2024-03-13T11:04:52.740 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:04:54.596 INFO:teuthology.orchestra.run.smithi097.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 3.3 MB/s | 6.0 MB 00:01 2024-03-13T11:04:57.662 INFO:teuthology.orchestra.run.smithi097.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 4.3 MB/s | 21 MB 00:04 2024-03-13T11:04:58.021 INFO:teuthology.orchestra.run.smithi097.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 7.5 MB/s | 39 MB 00:05 2024-03-13T11:04:58.496 INFO:teuthology.orchestra.run.smithi097.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 8.6 MB/s | 33 MB 00:03 2024-03-13T11:04:58.496 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:04:58.496 INFO:teuthology.orchestra.run.smithi097.stdout:Total 17 MB/s | 100 MB 00:05 2024-03-13T11:04:59.377 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:04:59.734 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:04:59.734 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:05:01.084 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:05:01.085 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:05:04.003 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:05:04.650 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-13T11:05:04.779 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:05:07.536 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:05:07.716 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:05:11.136 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-13T11:05:11.137 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:05:11.137 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:05:12.503 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:05:12.718 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:17.510 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:29.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-03-13T11:05:38.635 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:05:38.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:05:41.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-03-13T11:05:46.792 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:46.792 INFO:teuthology.orchestra.run.smithi097.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-13T11:05:46.792 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:05:46.876 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:47.369 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:47.369 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-13T11:05:47.369 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-13T11:05:47.369 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-13T11:05:47.781 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:05:47.782 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:05:48.288 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-03-13T11:05:48.429 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-13T11:05:48.430 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-13T11:05:48.431 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-13T11:05:48.431 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-13T11:05:48.431 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-13T11:05:48.431 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-13T11:05:48.431 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-03-13T11:05:48.431 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-03-13T11:05:48.551 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-13T11:05:48.552 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-13T11:05:48.552 DEBUG:teuthology.orchestra.run.smithi097:> sudo rpm -qi grub2-tools 2024-03-13T11:05:48.593 INFO:teuthology.orchestra.run.smithi097.stdout:Name : grub2-tools 2024-03-13T11:05:48.593 INFO:teuthology.orchestra.run.smithi097.stdout:Epoch : 1 2024-03-13T11:05:48.593 INFO:teuthology.orchestra.run.smithi097.stdout:Version : 2.06 2024-03-13T11:05:48.593 INFO:teuthology.orchestra.run.smithi097.stdout:Release : 68.el9 2024-03-13T11:05:48.593 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: x86_64 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Group : Unspecified 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Size : 8264254 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:License : GPLv3+ 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Packager : builder@centos.org 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Vendor : CentOS 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Summary : Support tools for GRUB. 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:Description : 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:05:48.594 INFO:teuthology.orchestra.run.smithi097.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-13T11:05:48.595 INFO:teuthology.orchestra.run.smithi097.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-13T11:05:48.595 INFO:teuthology.orchestra.run.smithi097.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-13T11:05:48.595 INFO:teuthology.orchestra.run.smithi097.stdout:hardware devices. 2024-03-13T11:05:48.595 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:05:48.595 INFO:teuthology.orchestra.run.smithi097.stdout:This subpackage provides tools for support of all platforms. 2024-03-13T11:05:48.596 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-13T11:05:48.596 INFO:teuthology.task.kernel:Updating grub on smithi097 to boot 5.14.0-427.el9.x86_64 2024-03-13T11:05:48.596 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-13T11:05:49.187 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-03-13T11:05:50.551 INFO:teuthology.orchestra.run.smithi097.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-13T11:05:50.581 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-03-13T11:05:50.584 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-03-13T11:05:50.598 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.hhgnr1W9aa 2024-03-13T11:05:50.598 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hhgnr1W9aa 2024-03-13T11:05:50.667 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.hhgnr1W9aa 2024-03-13T11:05:50.805 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.hhgnr1W9aa is 6KB 2024-03-13T11:05:50.853 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.hhgnr1W9aa 2024-03-13T11:05:50.867 DEBUG:teuthology.orchestra.run.smithi097:> sudo /bin/ls /boot/loader/entries || true 2024-03-13T11:05:50.932 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-13T11:05:50.932 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-13T11:05:50.932 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-13T11:05:50.932 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-13T11:05:50.933 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-13T11:05:51.080 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-03-13T11:05:53.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:05:53.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:06:21.110 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-13T11:06:21.111 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:06:21.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:06:25.620 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-03-13T11:06:25.991 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:06:25.991 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-13T11:06:25.992 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-03-13T11:06:26.005 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-427.el9.x86_64 2024-03-13T11:06:26.007 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-13T11:06:26.007 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-13T11:06:26.007 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-13T11:06:27.007 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-13T11:06:27.008 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-13T11:06:27.087 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-03-13T11:06:27.118 DEBUG:teuthology.parallel:result is None 2024-03-13T11:06:39.519 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-03-13T11:06:48.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:06:48.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:06:51.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-03-13T11:07:03.583 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:07:03.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:07:35.448 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-03-13T11:07:35.838 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:07:35.838 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-13T11:07:35.839 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-03-13T11:07:35.852 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-427.el9.x86_64 2024-03-13T11:07:35.853 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-13T11:07:35.853 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-13T11:07:35.853 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-13T11:07:36.853 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-13T11:07:36.853 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-13T11:07:36.923 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-03-13T11:07:36.960 DEBUG:teuthology.parallel:result is None 2024-03-13T11:07:36.960 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-13T11:07:36.969 INFO:teuthology.task.internal:Creating test directory... 2024-03-13T11:07:36.969 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-13T11:07:36.972 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-13T11:07:36.988 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-13T11:07:36.995 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-13T11:07:37.003 INFO:teuthology.task.internal:Creating archive directory... 2024-03-13T11:07:37.003 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-13T11:07:37.031 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-13T11:07:37.058 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-13T11:07:37.065 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-13T11:07:37.065 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-13T11:07:37.097 DEBUG:teuthology.orchestra.run.smithi097:> 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-03-13T11:07:37.131 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-13T11:07:37.140 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-13T11:07:37.144 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-13T11:07:37.154 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-13T11:07:37.156 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-13T11:07:37.163 INFO:teuthology.task.internal:Configuring sudo... 2024-03-13T11:07:37.163 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-13T11:07:37.165 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-13T11:07:37.210 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-13T11:07:37.219 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-13T11:07:37.220 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-13T11:07:37.235 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-13T11:07:37.262 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-13T11:07:37.335 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-13T11:07:37.379 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-13T11:07:37.462 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-13T11:07:37.505 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:07:37.505 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-13T11:07:37.572 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-13T11:07:37.611 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-13T11:07:37.661 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-13T11:07:37.741 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-13T11:07:37.781 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:07:37.782 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-13T11:07:37.845 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-03-13T11:07:37.848 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-03-13T11:07:37.896 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-13T11:07:37.926 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-13T11:07:38.350 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-13T11:07:38.358 INFO:teuthology.task.internal:Starting timer... 2024-03-13T11:07:38.358 INFO:teuthology.run_tasks:Running task pcp... 2024-03-13T11:07:38.368 INFO:teuthology.run_tasks:Running task selinux... 2024-03-13T11:07:38.378 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-13T11:07:38.379 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2024-03-13T11:07:38.440 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2024-03-13T11:07:38.442 DEBUG:teuthology.orchestra.run.smithi097:> sudo service auditd rotate 2024-03-13T11:07:38.518 INFO:teuthology.orchestra.run.smithi097.stdout:Rotating logs: 2024-03-13T11:07:38.520 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-13T11:07:38.521 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2024-03-13T11:07:38.547 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2024-03-13T11:07:38.548 DEBUG:teuthology.orchestra.run.smithi097:> /usr/sbin/getenforce 2024-03-13T11:07:38.577 INFO:teuthology.orchestra.run.smithi097.stdout:Permissive 2024-03-13T11:07:38.577 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi082.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi097.front.sepia.ceph.com': 'permissive'} 2024-03-13T11:07:38.577 DEBUG:teuthology.orchestra.run.smithi082:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-13T11:07:38.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:07:38.617 DEBUG:teuthology.orchestra.run.smithi097:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-13T11:07:38.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:07:38.645 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-13T11:07:38.645 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2024-03-13T11:07:38.691 DEBUG:teuthology.orchestra.run.smithi097:> sudo /usr/sbin/setenforce permissive 2024-03-13T11:07:38.729 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-13T11:07:38.739 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-13T11:07:38.756 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-03-13T11:07:38.758 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi082.front.sepia.ceph.com,smithi097.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-13T11:11:49.719 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi082.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com')] 2024-03-13T11:11:49.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:11:49.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:11:49.856 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-03-13T11:11:49.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-13T11:11:49.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:11:49.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-13T11:11:50.032 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-03-13T11:11:50.118 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-13T11:11:50.119 INFO:teuthology.run_tasks:Running task clock... 2024-03-13T11:11:50.130 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-13T11:11:50.130 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-13T11:11:50.131 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-13T11:11:50.133 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-13T11:11:50.133 DEBUG:teuthology.orchestra.run.smithi097:> 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-03-13T11:11:50.161 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-13T11:11:50.177 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-13T11:11:50.190 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-13T11:11:50.207 INFO:teuthology.orchestra.run.smithi082.stderr:sudo: ntpd: command not found 2024-03-13T11:11:50.207 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-13T11:11:50.220 INFO:teuthology.orchestra.run.smithi082.stdout:506 Cannot talk to daemon 2024-03-13T11:11:50.237 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-13T11:11:50.238 INFO:teuthology.orchestra.run.smithi097.stderr:sudo: ntpd: command not found 2024-03-13T11:11:50.251 INFO:teuthology.orchestra.run.smithi097.stdout:506 Cannot talk to daemon 2024-03-13T11:11:50.253 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-13T11:11:50.268 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-13T11:11:50.284 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-13T11:11:50.303 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.307 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.347 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-03-13T11:11:50.350 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-13T11:11:50.350 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-03-13T11:11:50.350 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.350 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.350 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.351 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:11:50.351 INFO:teuthology.run_tasks:Running task install... 2024-03-13T11:11:50.359 DEBUG:teuthology.task.install:project ceph 2024-03-13T11:11:50.359 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a'}} 2024-03-13T11:11:50.359 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a'} 2024-03-13T11:11:50.359 INFO:teuthology.task.install:Using flavor: default 2024-03-13T11:11:50.365 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-13T11:11:50.366 INFO:teuthology.task.install:extra packages: [] 2024-03-13T11:11:50.366 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a', 'tag': None, 'wait_for_package': False} 2024-03-13T11:11:50.367 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:11:50.369 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a', 'tag': None, 'wait_for_package': False} 2024-03-13T11:11:50.369 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:11:50.512 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/ 2024-03-13T11:11:50.512 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2031.ge733d1fb 2024-03-13T11:11:50.527 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/ 2024-03-13T11:11:50.527 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2031.ge733d1fb 2024-03-13T11:11:50.704 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-13T11:11:50.704 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:11:50.704 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-13T11:11:50.716 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-13T11:11:50.716 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:11:50.716 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-13T11:11:50.733 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-13T11:11:50.733 DEBUG:teuthology.orchestra.run.smithi082:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e733d1fbd74be23a489f405617921019eaf5c55a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-13T11:11:50.744 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-13T11:11:50.744 DEBUG:teuthology.orchestra.run.smithi097:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e733d1fbd74be23a489f405617921019eaf5c55a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-13T11:11:50.802 DEBUG:teuthology.orchestra.run.smithi082:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-13T11:11:50.812 DEBUG:teuthology.orchestra.run.smithi097:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-13T11:11:50.883 DEBUG:teuthology.orchestra.run.smithi082:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-13T11:11:50.891 DEBUG:teuthology.orchestra.run.smithi097:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-13T11:11:50.950 INFO:teuthology.orchestra.run.smithi082.stdout:check_obsoletes = 1 2024-03-13T11:11:50.952 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum clean all 2024-03-13T11:11:50.957 INFO:teuthology.orchestra.run.smithi097.stdout:check_obsoletes = 1 2024-03-13T11:11:50.958 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum clean all 2024-03-13T11:11:51.186 INFO:teuthology.orchestra.run.smithi082.stdout:74 files removed 2024-03-13T11:11:51.210 INFO:teuthology.orchestra.run.smithi097.stdout:74 files removed 2024-03-13T11:11:51.212 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-radosgw 2024-03-13T11:11:51.237 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-radosgw 2024-03-13T11:11:51.931 INFO:teuthology.orchestra.run.smithi082.stdout:ceph packages for x86_64 204 kB/s | 82 kB 00:00 2024-03-13T11:11:52.011 INFO:teuthology.orchestra.run.smithi097.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-03-13T11:11:52.299 INFO:teuthology.orchestra.run.smithi082.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-03-13T11:11:52.378 INFO:teuthology.orchestra.run.smithi097.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-03-13T11:11:52.703 INFO:teuthology.orchestra.run.smithi097.stdout:ceph source packages 6.6 kB/s | 1.9 kB 00:00 2024-03-13T11:11:52.716 INFO:teuthology.orchestra.run.smithi082.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-03-13T11:11:53.173 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-13T11:11:53.176 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-03-13T11:11:54.577 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS-9 - BaseOS 7.4 MB/s | 2.0 MB 00:00 2024-03-13T11:11:54.614 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.0 MB 00:00 2024-03-13T11:11:55.463 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-13T11:11:56.509 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.0 MB 00:01 2024-03-13T11:11:58.443 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-03-13T11:12:04.260 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.1 MB 00:02 2024-03-13T11:12:05.835 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 15 kB 00:00 2024-03-13T11:12:06.903 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-03-13T11:12:10.947 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-03-13T11:12:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-13T11:12:14.439 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:12:14.459 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 9.8 M 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrading: 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: librados2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.4 M 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.1 M 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: boost-program-options 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 5.3 M 2024-03-13T11:12:14.460 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 20 M 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 25 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 745 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 501 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 5.2 M 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-13T11:12:14.461 INFO:teuthology.orchestra.run.smithi082.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 45 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 132 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 162 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 321 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 298 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 99 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-13T11:12:14.462 INFO:teuthology.orchestra.run.smithi082.stdout:Installing weak dependencies: 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout:Install 30 Packages 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrade 2 Packages 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:14.463 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 58 M 2024-03-13T11:12:14.464 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:12:15.764 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 6.1 MB 00:01 2024-03-13T11:12:15.870 INFO:teuthology.orchestra.run.smithi082.stdout:(1/32): ceph-radosgw-19.0.0-2031.ge733d1fb.el9. 8.2 MB/s | 9.8 MB 00:01 2024-03-13T11:12:15.921 INFO:teuthology.orchestra.run.smithi082.stdout:(2/32): ceph-selinux-19.0.0-2031.ge733d1fb.el9. 505 kB/s | 25 kB 00:00 2024-03-13T11:12:15.996 INFO:teuthology.orchestra.run.smithi082.stdout:(3/32): ceph-base-19.0.0-2031.ge733d1fb.el9.x86 4.0 MB/s | 5.3 MB 00:01 2024-03-13T11:12:16.063 INFO:teuthology.orchestra.run.smithi082.stdout:(4/32): libcephfs2-19.0.0-2031.ge733d1fb.el9.x8 5.1 MB/s | 745 kB 00:00 2024-03-13T11:12:16.122 INFO:teuthology.orchestra.run.smithi082.stdout:(5/32): libradosstriper1-19.0.0-2031.ge733d1fb. 3.9 MB/s | 501 kB 00:00 2024-03-13T11:12:16.230 INFO:teuthology.orchestra.run.smithi082.stdout:(6/32): python3-ceph-argparse-19.0.0-2031.ge733 417 kB/s | 45 kB 00:00 2024-03-13T11:12:16.464 INFO:teuthology.orchestra.run.smithi082.stdout:(7/32): ceph-common-19.0.0-2031.ge733d1fb.el9.x 11 MB/s | 20 MB 00:01 2024-03-13T11:12:16.480 INFO:teuthology.orchestra.run.smithi082.stdout:(8/32): python3-ceph-common-19.0.0-2031.ge733d1 528 kB/s | 132 kB 00:00 2024-03-13T11:12:16.514 INFO:teuthology.orchestra.run.smithi082.stdout:(9/32): python3-cephfs-19.0.0-2031.ge733d1fb.el 3.2 MB/s | 162 kB 00:00 2024-03-13T11:12:16.548 INFO:teuthology.orchestra.run.smithi082.stdout:(10/32): python3-rados-19.0.0-2031.ge733d1fb.el 4.7 MB/s | 321 kB 00:00 2024-03-13T11:12:16.623 INFO:teuthology.orchestra.run.smithi082.stdout:(11/32): librgw2-19.0.0-2031.ge733d1fb.el9.x86_ 9.2 MB/s | 5.2 MB 00:00 2024-03-13T11:12:16.648 INFO:teuthology.orchestra.run.smithi082.stdout:(12/32): python3-rgw-19.0.0-2031.ge733d1fb.el9. 992 kB/s | 99 kB 00:00 2024-03-13T11:12:16.673 INFO:teuthology.orchestra.run.smithi082.stdout:(13/32): python3-rbd-19.0.0-2031.ge733d1fb.el9. 1.8 MB/s | 298 kB 00:00 2024-03-13T11:12:16.799 INFO:teuthology.orchestra.run.smithi082.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 603 kB/s | 106 kB 00:00 2024-03-13T11:12:16.824 INFO:teuthology.orchestra.run.smithi082.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 908 kB/s | 159 kB 00:00 2024-03-13T11:12:16.849 INFO:teuthology.orchestra.run.smithi082.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 350 kB/s | 44 kB 00:00 2024-03-13T11:12:16.974 INFO:teuthology.orchestra.run.smithi082.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 661 kB 00:00 2024-03-13T11:12:17.000 INFO:teuthology.orchestra.run.smithi082.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 282 kB 00:00 2024-03-13T11:12:17.025 INFO:teuthology.orchestra.run.smithi082.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 235 kB/s | 41 kB 00:00 2024-03-13T11:12:17.350 INFO:teuthology.orchestra.run.smithi082.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 99 kB/s | 35 kB 00:00 2024-03-13T11:12:17.442 INFO:teuthology.orchestra.run.smithi082.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 107 kB/s | 44 kB 00:00 2024-03-13T11:12:17.634 INFO:teuthology.orchestra.run.smithi082.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 329 kB/s | 216 kB 00:00 2024-03-13T11:12:18.231 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 2024-03-13T11:12:18.784 INFO:teuthology.orchestra.run.smithi082.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 23 kB/s | 26 kB 00:01 2024-03-13T11:12:18.809 INFO:teuthology.orchestra.run.smithi082.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 212 kB/s | 309 kB 00:01 2024-03-13T11:12:18.885 INFO:teuthology.orchestra.run.smithi082.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 484 kB/s | 49 kB 00:00 2024-03-13T11:12:18.927 INFO:teuthology.orchestra.run.smithi082.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 576 kB/s | 67 kB 00:00 2024-03-13T11:12:19.366 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-03-13T11:12:19.919 INFO:teuthology.orchestra.run.smithi082.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 193 kB/s | 192 kB 00:00 2024-03-13T11:12:20.719 INFO:teuthology.orchestra.run.smithi082.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 457 kB/s | 838 kB 00:01 2024-03-13T11:12:21.244 INFO:teuthology.orchestra.run.smithi082.stdout:(29/32): librados2-19.0.0-2031.ge733d1fb.el9.x8 6.4 MB/s | 3.4 MB 00:00 2024-03-13T11:12:21.544 INFO:teuthology.orchestra.run.smithi082.stdout:(30/32): librbd1-19.0.0-2031.ge733d1fb.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-03-13T11:12:22.611 INFO:teuthology.orchestra.run.smithi082.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 602 kB/s | 1.6 MB 00:02 2024-03-13T11:12:24.208 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-03-13T11:12:26.227 INFO:teuthology.orchestra.run.smithi082.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 515 kB/s | 4.4 MB 00:08 2024-03-13T11:12:26.233 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:12:26.234 INFO:teuthology.orchestra.run.smithi082.stdout:Total 4.9 MB/s | 58 MB 00:11 2024-03-13T11:12:26.268 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:12:26.305 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:12:26.306 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:12:26.784 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:12:26.785 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:12:26.845 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:12:26.853 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:26.853 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:12:26.853 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:26.853 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-radosgw x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 9.8 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout:Upgrading: 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: librados2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.4 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: librbd1 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.1 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: boost-program-options 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 5.3 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-common x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 20 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-selinux x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 25 k 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-13T11:12:26.854 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 745 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: libradosstriper1 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 501 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: librgw2 x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 5.2 M 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 45 k 2024-03-13T11:12:26.855 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 132 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cephfs x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 162 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rados x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 321 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rbd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 298 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rgw x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 99 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout:Installing weak dependencies: 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:26.856 INFO:teuthology.orchestra.run.smithi097.stdout:Install 30 Packages 2024-03-13T11:12:26.857 INFO:teuthology.orchestra.run.smithi097.stdout:Upgrade 2 Packages 2024-03-13T11:12:26.857 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:26.857 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 58 M 2024-03-13T11:12:26.857 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:12:27.843 INFO:teuthology.orchestra.run.smithi097.stdout:(1/32): ceph-base-19.0.0-2031.ge733d1fb.el9.x86 7.5 MB/s | 5.3 MB 00:00 2024-03-13T11:12:27.901 INFO:teuthology.orchestra.run.smithi097.stdout:(2/32): ceph-selinux-19.0.0-2031.ge733d1fb.el9. 433 kB/s | 25 kB 00:00 2024-03-13T11:12:27.985 INFO:teuthology.orchestra.run.smithi097.stdout:(3/32): libcephfs2-19.0.0-2031.ge733d1fb.el9.x8 8.8 MB/s | 745 kB 00:00 2024-03-13T11:12:28.068 INFO:teuthology.orchestra.run.smithi097.stdout:(4/32): libradosstriper1-19.0.0-2031.ge733d1fb. 5.9 MB/s | 501 kB 00:00 2024-03-13T11:12:28.340 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:12:28.427 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-13T11:12:28.456 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-13T11:12:28.481 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-13T11:12:28.504 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-13T11:12:28.518 INFO:teuthology.orchestra.run.smithi097.stdout:(5/32): librgw2-19.0.0-2031.ge733d1fb.el9.x86_6 11 MB/s | 5.2 MB 00:00 2024-03-13T11:12:28.521 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-13T11:12:28.577 INFO:teuthology.orchestra.run.smithi097.stdout:(6/32): python3-ceph-argparse-19.0.0-2031.ge733 777 kB/s | 45 kB 00:00 2024-03-13T11:12:28.636 INFO:teuthology.orchestra.run.smithi097.stdout:(7/32): python3-ceph-common-19.0.0-2031.ge733d1 2.2 MB/s | 132 kB 00:00 2024-03-13T11:12:28.663 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-13T11:12:28.702 INFO:teuthology.orchestra.run.smithi097.stdout:(8/32): python3-cephfs-19.0.0-2031.ge733d1fb.el 2.4 MB/s | 162 kB 00:00 2024-03-13T11:12:28.717 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-13T11:12:28.786 INFO:teuthology.orchestra.run.smithi097.stdout:(9/32): python3-rados-19.0.0-2031.ge733d1fb.el9 3.8 MB/s | 321 kB 00:00 2024-03-13T11:12:28.895 INFO:teuthology.orchestra.run.smithi097.stdout:(10/32): ceph-radosgw-19.0.0-2031.ge733d1fb.el9 5.6 MB/s | 9.8 MB 00:01 2024-03-13T11:12:28.920 INFO:teuthology.orchestra.run.smithi097.stdout:(11/32): python3-rbd-19.0.0-2031.ge733d1fb.el9. 2.2 MB/s | 298 kB 00:00 2024-03-13T11:12:28.954 INFO:teuthology.orchestra.run.smithi097.stdout:(12/32): python3-rgw-19.0.0-2031.ge733d1fb.el9. 1.7 MB/s | 99 kB 00:00 2024-03-13T11:12:29.047 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-13T11:12:29.091 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:29.185 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:29.188 INFO:teuthology.orchestra.run.smithi097.stdout:(13/32): ceph-common-19.0.0-2031.ge733d1fb.el9. 9.7 MB/s | 20 MB 00:02 2024-03-13T11:12:29.282 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 8/34 2024-03-13T11:12:29.296 INFO:teuthology.orchestra.run.smithi097.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 282 kB/s | 106 kB 00:00 2024-03-13T11:12:29.310 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 9/34 2024-03-13T11:12:29.313 INFO:teuthology.orchestra.run.smithi097.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 451 kB/s | 44 kB 00:00 2024-03-13T11:12:29.356 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 9/34 2024-03-13T11:12:29.380 INFO:teuthology.orchestra.run.smithi097.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 398 kB/s | 159 kB 00:00 2024-03-13T11:12:29.384 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-13T11:12:29.429 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9. 11/34 2024-03-13T11:12:29.472 INFO:teuthology.orchestra.run.smithi097.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 661 kB 00:00 2024-03-13T11:12:29.497 INFO:teuthology.orchestra.run.smithi097.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 282 kB 00:00 2024-03-13T11:12:29.498 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 12/34 2024-03-13T11:12:29.514 INFO:teuthology.orchestra.run.smithi097.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 308 kB/s | 41 kB 00:00 2024-03-13T11:12:29.520 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 13/34 2024-03-13T11:12:29.583 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 13/34 2024-03-13T11:12:29.610 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-13T11:12:29.664 INFO:teuthology.orchestra.run.smithi097.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 233 kB/s | 35 kB 00:00 2024-03-13T11:12:29.714 INFO:teuthology.orchestra.run.smithi097.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 223 kB/s | 44 kB 00:00 2024-03-13T11:12:29.721 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-13T11:12:29.753 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-13T11:12:29.794 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-13T11:12:29.851 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-13T11:12:29.873 INFO:teuthology.orchestra.run.smithi097.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 541 kB/s | 216 kB 00:00 2024-03-13T11:12:29.880 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-13T11:12:29.921 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-13T11:12:30.132 INFO:teuthology.orchestra.run.smithi097.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 100 kB/s | 26 kB 00:00 2024-03-13T11:12:30.174 INFO:teuthology.orchestra.run.smithi097.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-03-13T11:12:30.239 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-13T11:12:30.268 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 22/34 2024-03-13T11:12:30.357 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 22/34 2024-03-13T11:12:30.389 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 23/34 2024-03-13T11:12:30.435 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-13T11:12:30.482 INFO:teuthology.orchestra.run.smithi097.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 139 kB/s | 49 kB 00:00 2024-03-13T11:12:30.524 INFO:teuthology.orchestra.run.smithi097.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 192 kB/s | 67 kB 00:00 2024-03-13T11:12:30.741 INFO:teuthology.orchestra.run.smithi097.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 4.4 MB 00:01 2024-03-13T11:12:30.896 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-13T11:12:30.928 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 26/34 2024-03-13T11:12:30.958 INFO:teuthology.orchestra.run.smithi097.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 442 kB/s | 192 kB 00:00 2024-03-13T11:12:31.025 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 26/34 2024-03-13T11:12:31.101 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 27/34 2024-03-13T11:12:31.131 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x8 28/34 2024-03-13T11:12:31.166 INFO:teuthology.orchestra.run.smithi097.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.2 MB/s | 838 kB 00:00 2024-03-13T11:12:31.450 INFO:teuthology.orchestra.run.smithi097.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 2.2 MB/s | 1.6 MB 00:00 2024-03-13T11:12:32.417 INFO:teuthology.orchestra.run.smithi097.stdout:(31/32): librados2-19.0.0-2031.ge733d1fb.el9.x8 2.3 MB/s | 3.4 MB 00:01 2024-03-13T11:12:33.312 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:33.352 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:33.904 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:33.917 INFO:teuthology.orchestra.run.smithi097.stdout:(32/32): librbd1-19.0.0-2031.ge733d1fb.el9.x86_ 1.1 MB/s | 3.1 MB 00:02 2024-03-13T11:12:33.921 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:12:33.921 INFO:teuthology.orchestra.run.smithi097.stdout:Total 8.2 MB/s | 58 MB 00:07 2024-03-13T11:12:33.938 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 30/34 2024-03-13T11:12:33.954 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:12:33.992 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:12:33.992 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:12:34.033 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 30/34 2024-03-13T11:12:34.033 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-13T11:12:34.034 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-13T11:12:34.034 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:34.073 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:34.476 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:12:34.476 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:12:35.968 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:12:36.052 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-13T11:12:36.080 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-13T11:12:36.114 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-13T11:12:36.137 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-13T11:12:36.153 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-13T11:12:36.353 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-13T11:12:36.408 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-13T11:12:36.727 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-13T11:12:36.782 INFO:teuthology.orchestra.run.smithi097.stdout: Upgrading : librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:36.874 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:36.962 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 8/34 2024-03-13T11:12:36.983 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 9/34 2024-03-13T11:12:37.046 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 9/34 2024-03-13T11:12:37.075 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-13T11:12:37.119 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9. 11/34 2024-03-13T11:12:37.197 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 12/34 2024-03-13T11:12:37.219 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 13/34 2024-03-13T11:12:37.282 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 13/34 2024-03-13T11:12:37.309 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-13T11:12:37.421 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-13T11:12:37.444 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-13T11:12:37.484 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-13T11:12:37.517 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-13T11:12:37.545 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-13T11:12:37.578 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-13T11:12:37.896 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-13T11:12:37.925 INFO:teuthology.orchestra.run.smithi097.stdout: Upgrading : librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 22/34 2024-03-13T11:12:38.013 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 22/34 2024-03-13T11:12:38.046 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 23/34 2024-03-13T11:12:38.086 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-13T11:12:38.540 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-13T11:12:38.569 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 26/34 2024-03-13T11:12:38.640 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 26/34 2024-03-13T11:12:38.716 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 27/34 2024-03-13T11:12:38.755 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x8 28/34 2024-03-13T11:12:40.877 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:40.918 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:41.470 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 29/34 2024-03-13T11:12:41.513 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 30/34 2024-03-13T11:12:41.623 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 30/34 2024-03-13T11:12:41.623 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-13T11:12:41.623 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-13T11:12:41.623 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:41.656 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /sys 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /proc 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /mnt 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /var/tmp 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /home 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /root 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /tmp 2024-03-13T11:12:43.605 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:44.548 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/34 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/34 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-13T11:12:44.573 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:44.574 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-13T11:12:44.658 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-13T11:12:44.659 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 3/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 4/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 6/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9. 8/34 2024-03-13T11:12:45.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x8 9/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 10/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 11/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 12/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 13/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-13T11:12:45.786 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-13T11:12:45.787 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/34 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout:Upgraded: 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.847 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-13T11:12:46.848 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: re2-1:20211101-3.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-13T11:12:46.849 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:46.850 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:12:47.229 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-test 2024-03-13T11:12:47.795 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:36 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:12:47.945 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:12:47.945 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:47.945 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:12:47.945 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:47.945 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 48 M 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 163 k 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout:Install 6 Packages 2024-03-13T11:12:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:47.947 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 48 M 2024-03-13T11:12:47.947 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 205 M 2024-03-13T11:12:47.947 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:12:48.271 INFO:teuthology.orchestra.run.smithi082.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-03-13T11:12:48.321 INFO:teuthology.orchestra.run.smithi082.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-13T11:12:48.347 INFO:teuthology.orchestra.run.smithi082.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-03-13T11:12:48.372 INFO:teuthology.orchestra.run.smithi082.stdout:(4/6): libcephsqlite-19.0.0-2031.ge733d1fb.el9. 601 kB/s | 163 kB 00:00 2024-03-13T11:12:48.439 INFO:teuthology.orchestra.run.smithi082.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 2.0 MB/s | 187 kB 00:00 2024-03-13T11:12:50.764 INFO:teuthology.orchestra.run.smithi082.stdout:(6/6): ceph-test-19.0.0-2031.ge733d1fb.el9.x86_ 18 MB/s | 48 MB 00:02 2024-03-13T11:12:50.767 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:12:50.767 INFO:teuthology.orchestra.run.smithi082.stdout:Total 17 MB/s | 48 MB 00:02 2024-03-13T11:12:50.781 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:12:50.802 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:12:50.802 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:12:51.191 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:51.191 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /sys 2024-03-13T11:12:51.191 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /proc 2024-03-13T11:12:51.191 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /mnt 2024-03-13T11:12:51.191 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /var/tmp 2024-03-13T11:12:51.192 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /home 2024-03-13T11:12:51.192 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /root 2024-03-13T11:12:51.192 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /tmp 2024-03-13T11:12:51.192 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:51.194 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:12:51.195 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:12:51.773 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:12:51.856 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-13T11:12:51.906 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-13T11:12:51.938 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-13T11:12:51.981 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-13T11:12:52.009 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/6 2024-03-13T11:12:52.110 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/34 2024-03-13T11:12:52.132 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/34 2024-03-13T11:12:52.132 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:12:52.132 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-13T11:12:52.133 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-13T11:12:52.133 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-13T11:12:52.133 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:52.134 INFO:teuthology.orchestra.run.smithi097.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-13T11:12:52.222 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-13T11:12:52.222 INFO:teuthology.orchestra.run.smithi097.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 3/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 4/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/34 2024-03-13T11:12:53.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_6 6/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 7/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9. 8/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x8 9/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 10/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 11/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 12/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 13/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-13T11:12:53.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 31/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-13T11:12:53.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/34 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout:Upgraded: 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout: librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout: librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.378 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-radosgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-selinux-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: libradosstriper1-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.379 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: librgw2-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-13T11:12:54.380 INFO:teuthology.orchestra.run.smithi097.stdout: re2-1:20211101-3.el9.x86_64 2024-03-13T11:12:54.381 INFO:teuthology.orchestra.run.smithi097.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-13T11:12:54.381 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:54.381 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:12:54.712 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-test 2024-03-13T11:12:55.262 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:31 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:12:55.417 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-test x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 48 M 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-13T11:12:55.418 INFO:teuthology.orchestra.run.smithi097.stdout: libcephsqlite x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 163 k 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:Install 6 Packages 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 48 M 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 205 M 2024-03-13T11:12:55.419 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:12:55.644 INFO:teuthology.orchestra.run.smithi097.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-03-13T11:12:55.694 INFO:teuthology.orchestra.run.smithi097.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-13T11:12:55.728 INFO:teuthology.orchestra.run.smithi097.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-13T11:12:55.795 INFO:teuthology.orchestra.run.smithi097.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2024-03-13T11:12:55.828 INFO:teuthology.orchestra.run.smithi097.stdout:(5/6): libcephsqlite-19.0.0-2031.ge733d1fb.el9. 446 kB/s | 163 kB 00:00 2024-03-13T11:12:56.515 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/6 2024-03-13T11:12:56.600 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 6/6 2024-03-13T11:12:57.803 INFO:teuthology.orchestra.run.smithi097.stdout:(6/6): ceph-test-19.0.0-2031.ge733d1fb.el9.x86_ 20 MB/s | 48 MB 00:02 2024-03-13T11:12:57.806 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:12:57.807 INFO:teuthology.orchestra.run.smithi097.stdout:Total 20 MB/s | 48 MB 00:02 2024-03-13T11:12:57.820 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:12:57.842 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:12:57.842 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:12:58.235 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:12:58.236 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:12:58.858 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:12:58.929 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-13T11:12:58.971 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 6/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-13T11:12:58.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-13T11:12:59.002 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-13T11:12:59.050 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-13T11:12:59.073 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/6 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: jq-1.6-16.el9.x86_64 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-13T11:12:59.395 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-13T11:12:59.396 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:12:59.396 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:12:59.695 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph 2024-03-13T11:13:00.285 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:49 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:00.445 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout:========================================================================================= 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout:========================================================================================= 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 6.6 k 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 2.1 M 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 1.5 M 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 248 k 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 4.7 M 2024-03-13T11:13:00.448 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 17 M 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-13T11:13:00.449 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-13T11:13:00.450 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout:========================================================================================= 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout:Install 36 Packages 2024-03-13T11:13:00.451 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:00.452 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 30 M 2024-03-13T11:13:00.452 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 107 M 2024-03-13T11:13:00.452 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:01.092 INFO:teuthology.orchestra.run.smithi082.stdout:(1/36): ceph-19.0.0-2031.ge733d1fb.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-03-13T11:13:01.292 INFO:teuthology.orchestra.run.smithi082.stdout:(2/36): ceph-mgr-19.0.0-2031.ge733d1fb.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-03-13T11:13:02.076 INFO:teuthology.orchestra.run.smithi082.stdout:(3/36): ceph-mon-19.0.0-2031.ge733d1fb.el9.x86_ 4.8 MB/s | 4.7 MB 00:00 2024-03-13T11:13:02.251 INFO:teuthology.orchestra.run.smithi082.stdout:(4/36): ceph-osd-19.0.0-2031.ge733d1fb.el9.x86_ 18 MB/s | 17 MB 00:00 2024-03-13T11:13:02.285 INFO:teuthology.orchestra.run.smithi082.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2031.ge733 1.2 MB/s | 248 kB 00:00 2024-03-13T11:13:02.426 INFO:teuthology.orchestra.run.smithi082.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-03-13T11:13:02.452 INFO:teuthology.orchestra.run.smithi082.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 144 kB 00:00 2024-03-13T11:13:02.477 INFO:teuthology.orchestra.run.smithi082.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 629 kB/s | 32 kB 00:00 2024-03-13T11:13:02.502 INFO:teuthology.orchestra.run.smithi082.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 940 kB/s | 47 kB 00:00 2024-03-13T11:13:02.528 INFO:teuthology.orchestra.run.smithi082.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 768 kB/s | 39 kB 00:00 2024-03-13T11:13:02.553 INFO:teuthology.orchestra.run.smithi082.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-13T11:13:02.595 INFO:teuthology.orchestra.run.smithi082.stdout:(12/36): ceph-mds-19.0.0-2031.ge733d1fb.el9.x86 1.3 MB/s | 2.1 MB 00:01 2024-03-13T11:13:02.628 INFO:teuthology.orchestra.run.smithi082.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-03-13T11:13:02.653 INFO:teuthology.orchestra.run.smithi082.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-03-13T11:13:02.679 INFO:teuthology.orchestra.run.smithi082.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 124 kB 00:00 2024-03-13T11:13:02.704 INFO:teuthology.orchestra.run.smithi082.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-13T11:13:02.863 INFO:teuthology.orchestra.run.smithi082.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 122 kB/s | 22 kB 00:00 2024-03-13T11:13:03.129 INFO:teuthology.orchestra.run.smithi082.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 355 kB/s | 151 kB 00:00 2024-03-13T11:13:03.205 INFO:teuthology.orchestra.run.smithi082.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 127 kB/s | 43 kB 00:00 2024-03-13T11:13:03.431 INFO:teuthology.orchestra.run.smithi082.stdout:(20/36): python3-requests-2.25.1-8.el9.noarch.r 161 kB/s | 125 kB 00:00 2024-03-13T11:13:03.544 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/6 2024-03-13T11:13:03.555 INFO:teuthology.orchestra.run.smithi082.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 403 kB/s | 172 kB 00:00 2024-03-13T11:13:03.614 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 6/6 2024-03-13T11:13:03.614 INFO:teuthology.orchestra.run.smithi082.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-03-13T11:13:03.809 INFO:teuthology.orchestra.run.smithi082.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 594 kB/s | 358 kB 00:00 2024-03-13T11:13:03.831 INFO:teuthology.orchestra.run.smithi082.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 64 kB/s | 18 kB 00:00 2024-03-13T11:13:03.881 INFO:teuthology.orchestra.run.smithi082.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 87 kB/s | 23 kB 00:00 2024-03-13T11:13:04.073 INFO:teuthology.orchestra.run.smithi082.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 73 kB/s | 19 kB 00:00 2024-03-13T11:13:04.099 INFO:teuthology.orchestra.run.smithi082.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 74 kB/s | 20 kB 00:00 2024-03-13T11:13:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 132 kB/s | 46 kB 00:00 2024-03-13T11:13:04.416 INFO:teuthology.orchestra.run.smithi082.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 230 kB/s | 79 kB 00:00 2024-03-13T11:13:04.499 INFO:teuthology.orchestra.run.smithi082.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 61 kB/s | 16 kB 00:00 2024-03-13T11:13:04.616 INFO:teuthology.orchestra.run.smithi082.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 526 kB/s | 272 kB 00:00 2024-03-13T11:13:04.766 INFO:teuthology.orchestra.run.smithi082.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 134 kB/s | 36 kB 00:00 2024-03-13T11:13:04.792 INFO:teuthology.orchestra.run.smithi082.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 239 kB/s | 90 kB 00:00 2024-03-13T11:13:05.058 INFO:teuthology.orchestra.run.smithi082.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 75 kB/s | 20 kB 00:00 2024-03-13T11:13:05.126 INFO:teuthology.orchestra.run.smithi082.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 451 kB/s | 230 kB 00:00 2024-03-13T11:13:05.351 INFO:teuthology.orchestra.run.smithi082.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 731 kB/s | 427 kB 00:00 2024-03-13T11:13:05.356 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:05.356 INFO:teuthology.orchestra.run.smithi082.stdout:Total 6.1 MB/s | 30 MB 00:04 2024-03-13T11:13:05.381 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:05.424 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:05.424 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:05.840 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:05.840 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:06.034 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 6/6 2024-03-13T11:13:06.034 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/6 2024-03-13T11:13:06.034 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/6 2024-03-13T11:13:06.034 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-13T11:13:06.034 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-13T11:13:06.035 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-test-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: jq-1.6-16.el9.x86_64 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: libcephsqlite-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-13T11:13:06.456 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-13T11:13:06.457 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:06.457 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:06.764 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph 2024-03-13T11:13:07.176 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:07.253 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-13T11:13:07.286 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-13T11:13:07.314 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-13T11:13:07.340 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:43 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:07.384 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-13T11:13:07.429 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-13T11:13:07.462 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-13T11:13:07.510 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout: ceph x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 6.6 k 2024-03-13T11:13:07.513 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mds x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 2.1 M 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 1.5 M 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 248 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mon x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 4.7 M 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-osd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 17 M 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-13T11:13:07.514 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-13T11:13:07.515 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout:Install 36 Packages 2024-03-13T11:13:07.516 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:07.517 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 30 M 2024-03-13T11:13:07.517 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 107 M 2024-03-13T11:13:07.517 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:07.553 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-13T11:13:07.648 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-13T11:13:07.689 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-13T11:13:07.761 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-13T11:13:07.816 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-13T11:13:07.854 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-13T11:13:07.904 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-13T11:13:07.958 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-13T11:13:08.073 INFO:teuthology.orchestra.run.smithi097.stdout:(1/36): ceph-19.0.0-2031.ge733d1fb.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-03-13T11:13:08.152 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-13T11:13:08.181 INFO:teuthology.orchestra.run.smithi097.stdout:(2/36): ceph-mgr-19.0.0-2031.ge733d1fb.el9.x86_ 4.6 MB/s | 1.5 MB 00:00 2024-03-13T11:13:08.200 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-13T11:13:08.237 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-13T11:13:08.273 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-13T11:13:08.303 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-13T11:13:08.379 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-13T11:13:08.414 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-13T11:13:08.447 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-13T11:13:08.488 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-13T11:13:08.523 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-13T11:13:08.566 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-13T11:13:08.623 INFO:teuthology.orchestra.run.smithi097.stdout:(3/36): ceph-mds-19.0.0-2031.ge733d1fb.el9.x86_ 2.8 MB/s | 2.1 MB 00:00 2024-03-13T11:13:08.655 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-13T11:13:08.697 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-13T11:13:08.765 INFO:teuthology.orchestra.run.smithi097.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2031.ge733 1.7 MB/s | 248 kB 00:00 2024-03-13T11:13:08.769 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-13T11:13:08.882 INFO:teuthology.orchestra.run.smithi097.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-13T11:13:08.906 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-13T11:13:09.029 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-13T11:13:09.075 INFO:teuthology.orchestra.run.smithi097.stdout:(6/36): ceph-osd-19.0.0-2031.ge733d1fb.el9.x86_ 19 MB/s | 17 MB 00:00 2024-03-13T11:13:09.100 INFO:teuthology.orchestra.run.smithi097.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 665 kB/s | 144 kB 00:00 2024-03-13T11:13:09.117 INFO:teuthology.orchestra.run.smithi097.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 757 kB/s | 32 kB 00:00 2024-03-13T11:13:09.150 INFO:teuthology.orchestra.run.smithi097.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 940 kB/s | 47 kB 00:00 2024-03-13T11:13:09.167 INFO:teuthology.orchestra.run.smithi097.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-03-13T11:13:09.188 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9. 31/36 2024-03-13T11:13:09.201 INFO:teuthology.orchestra.run.smithi097.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-13T11:13:09.210 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/36 2024-03-13T11:13:09.235 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/36 2024-03-13T11:13:09.235 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:09.235 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-13T11:13:09.235 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-13T11:13:09.236 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-13T11:13:09.236 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:09.310 INFO:teuthology.orchestra.run.smithi097.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 8.0 MB/s | 1.1 MB 00:00 2024-03-13T11:13:09.326 INFO:teuthology.orchestra.run.smithi097.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 822 kB/s | 103 kB 00:00 2024-03-13T11:13:09.360 INFO:teuthology.orchestra.run.smithi097.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-13T11:13:09.386 INFO:teuthology.orchestra.run.smithi097.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 187 kB 00:00 2024-03-13T11:13:09.494 INFO:teuthology.orchestra.run.smithi097.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 937 kB/s | 125 kB 00:00 2024-03-13T11:13:09.561 INFO:teuthology.orchestra.run.smithi097.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 127 kB/s | 22 kB 00:00 2024-03-13T11:13:09.628 INFO:teuthology.orchestra.run.smithi097.stdout:(18/36): ceph-mon-19.0.0-2031.ge733d1fb.el9.x86 3.0 MB/s | 4.7 MB 00:01 2024-03-13T11:13:09.745 INFO:teuthology.orchestra.run.smithi097.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 237 kB/s | 43 kB 00:00 2024-03-13T11:13:09.779 INFO:teuthology.orchestra.run.smithi097.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 532 kB/s | 151 kB 00:00 2024-03-13T11:13:09.837 INFO:teuthology.orchestra.run.smithi097.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 184 kB/s | 11 kB 00:00 2024-03-13T11:13:09.862 INFO:teuthology.orchestra.run.smithi097.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 734 kB/s | 172 kB 00:00 2024-03-13T11:13:09.896 INFO:teuthology.orchestra.run.smithi097.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 301 kB/s | 18 kB 00:00 2024-03-13T11:13:09.921 INFO:teuthology.orchestra.run.smithi097.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-03-13T11:13:09.946 INFO:teuthology.orchestra.run.smithi097.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-03-13T11:13:09.972 INFO:teuthology.orchestra.run.smithi097.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-03-13T11:13:09.997 INFO:teuthology.orchestra.run.smithi097.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-03-13T11:13:10.023 INFO:teuthology.orchestra.run.smithi097.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 612 kB/s | 46 kB 00:00 2024-03-13T11:13:10.048 INFO:teuthology.orchestra.run.smithi097.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-03-13T11:13:10.082 INFO:teuthology.orchestra.run.smithi097.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-03-13T11:13:10.107 INFO:teuthology.orchestra.run.smithi097.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-03-13T11:13:10.124 INFO:teuthology.orchestra.run.smithi097.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-03-13T11:13:10.149 INFO:teuthology.orchestra.run.smithi097.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 530 kB/s | 36 kB 00:00 2024-03-13T11:13:10.174 INFO:teuthology.orchestra.run.smithi097.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-03-13T11:13:10.191 INFO:teuthology.orchestra.run.smithi097.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 477 kB/s | 20 kB 00:00 2024-03-13T11:13:10.249 INFO:teuthology.orchestra.run.smithi097.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-03-13T11:13:10.252 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:10.252 INFO:teuthology.orchestra.run.smithi097.stdout:Total 11 MB/s | 30 MB 00:02 2024-03-13T11:13:10.276 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:10.319 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:10.319 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:10.669 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/36 2024-03-13T11:13:10.695 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/36 2024-03-13T11:13:10.696 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:10.696 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-13T11:13:10.696 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-13T11:13:10.696 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-13T11:13:10.696 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:10.731 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:10.731 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:11.153 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 34/36 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 34/36 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-13T11:13:11.176 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:11.378 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 35/36 2024-03-13T11:13:11.401 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 35/36 2024-03-13T11:13:11.402 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:11.402 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-13T11:13:11.402 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-13T11:13:11.402 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-13T11:13:11.402 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:11.469 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 36/36 2024-03-13T11:13:12.043 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:12.127 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-13T11:13:12.163 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-13T11:13:12.196 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-13T11:13:12.269 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-13T11:13:12.312 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-13T11:13:12.345 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-13T11:13:12.437 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-13T11:13:12.516 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-13T11:13:12.556 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-13T11:13:12.628 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-13T11:13:12.682 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-13T11:13:12.728 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-13T11:13:12.777 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-13T11:13:12.833 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-13T11:13:13.024 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-13T11:13:13.066 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-13T11:13:13.099 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-13T11:13:13.119 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 36/36 2024-03-13T11:13:13.119 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/36 2024-03-13T11:13:13.119 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/36 2024-03-13T11:13:13.119 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 3/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 4/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9. 6/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-13T11:13:13.120 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-13T11:13:13.121 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-13T11:13:13.122 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-13T11:13:13.122 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-13T11:13:13.122 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-13T11:13:13.122 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-13T11:13:13.138 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-13T11:13:13.172 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-13T11:13:13.247 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-13T11:13:13.288 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-13T11:13:13.321 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-13T11:13:13.362 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-13T11:13:13.396 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-13T11:13:13.431 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-13T11:13:13.521 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-13T11:13:13.572 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-13T11:13:13.693 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-13T11:13:13.831 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-13T11:13:13.955 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:14.083 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: lua-5.4.4-4.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-13T11:13:14.084 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ply-3.11-14.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-13T11:13:14.085 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:14.086 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:14.114 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9. 31/36 2024-03-13T11:13:14.142 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/36 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 32/36 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-13T11:13:14.167 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:14.433 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-base 2024-03-13T11:13:14.992 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:03 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:15.091 INFO:teuthology.orchestra.run.smithi082.stdout:Package ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:15.142 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:15.143 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:13:15.143 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:15.203 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install cephadm 2024-03-13T11:13:15.585 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/36 2024-03-13T11:13:15.610 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 33/36 2024-03-13T11:13:15.611 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:15.611 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-13T11:13:15.611 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-13T11:13:15.611 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-13T11:13:15.611 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:15.761 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:04 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:15.910 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 760 k 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:13:15.911 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:15.912 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 760 k 2024-03-13T11:13:15.912 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 767 k 2024-03-13T11:13:15.912 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:16.052 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 34/36 2024-03-13T11:13:16.074 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 34/36 2024-03-13T11:13:16.074 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:16.075 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-13T11:13:16.075 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-13T11:13:16.075 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-13T11:13:16.075 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:16.206 INFO:teuthology.orchestra.run.smithi082.stdout:cephadm-19.0.0-2031.ge733d1fb.el9.noarch.rpm 2.5 MB/s | 760 kB 00:00 2024-03-13T11:13:16.206 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:16.206 INFO:teuthology.orchestra.run.smithi082.stdout:Total 2.5 MB/s | 760 kB 00:00 2024-03-13T11:13:16.207 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:16.212 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:16.212 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:16.218 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:16.218 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:16.277 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 35/36 2024-03-13T11:13:16.288 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:16.300 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 35/36 2024-03-13T11:13:16.300 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:16.300 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-13T11:13:16.300 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-13T11:13:16.300 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-13T11:13:16.301 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:16.366 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 36/36 2024-03-13T11:13:16.722 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:16.802 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:17.187 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:17.477 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:17.478 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:17.478 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:17.478 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:17.478 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:17.478 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:17.689 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-immutable-object-cache 2024-03-13T11:13:18.227 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 36/36 2024-03-13T11:13:18.227 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/36 2024-03-13T11:13:18.227 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/36 2024-03-13T11:13:18.227 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 3/36 2024-03-13T11:13:18.227 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 4/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 5/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9. 6/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-13T11:13:18.228 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-13T11:13:18.229 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-13T11:13:18.230 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-13T11:13:18.251 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:07 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:18.404 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 145 k 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:13:18.405 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:18.406 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 145 k 2024-03-13T11:13:18.406 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 436 k 2024-03-13T11:13:18.406 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:18.754 INFO:teuthology.orchestra.run.smithi082.stdout:ceph-immutable-object-cache-19.0.0-2031.ge733d1 417 kB/s | 145 kB 00:00 2024-03-13T11:13:18.754 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:18.754 INFO:teuthology.orchestra.run.smithi082.stdout:Total 415 kB/s | 145 kB 00:00 2024-03-13T11:13:18.755 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:18.762 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:18.762 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:18.813 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:18.813 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:18.952 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:19.021 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:19.045 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:19.046 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:19.046 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-13T11:13:19.046 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mds-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mon-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-osd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:19.233 INFO:teuthology.orchestra.run.smithi097.stdout: lua-5.4.4-4.el9.x86_64 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-13T11:13:19.234 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ply-3.11-14.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-13T11:13:19.235 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-13T11:13:19.236 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-13T11:13:19.236 INFO:teuthology.orchestra.run.smithi097.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-13T11:13:19.236 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:19.236 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:19.495 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-base 2024-03-13T11:13:20.052 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:56 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:20.052 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:20.052 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:20.052 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:20.053 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:20.053 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:20.053 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:20.148 INFO:teuthology.orchestra.run.smithi097.stdout:Package ceph-base-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:20.200 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:20.201 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:13:20.201 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:20.274 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install cephadm 2024-03-13T11:13:20.340 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr 2024-03-13T11:13:20.829 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:56 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:20.905 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:09 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:20.978 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout: cephadm noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 760 k 2024-03-13T11:13:20.979 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 760 k 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 767 k 2024-03-13T11:13:20.980 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:21.002 INFO:teuthology.orchestra.run.smithi082.stdout:Package ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:21.054 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:21.055 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:13:21.055 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:21.115 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-dashboard 2024-03-13T11:13:21.438 INFO:teuthology.orchestra.run.smithi097.stdout:cephadm-19.0.0-2031.ge733d1fb.el9.noarch.rpm 1.6 MB/s | 760 kB 00:00 2024-03-13T11:13:21.439 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:21.439 INFO:teuthology.orchestra.run.smithi097.stdout:Total 1.6 MB/s | 760 kB 00:00 2024-03-13T11:13:21.439 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:21.444 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:21.445 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:21.450 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:21.450 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:21.525 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:21.664 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:10 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:21.814 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout:====================================================================================== 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout:====================================================================================== 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 1.8 M 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 34 k 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 16 k 2024-03-13T11:13:21.815 INFO:teuthology.orchestra.run.smithi082.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout:====================================================================================== 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout:Install 12 Packages 2024-03-13T11:13:21.816 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:21.817 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 6.9 M 2024-03-13T11:13:21.817 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 26 M 2024-03-13T11:13:21.817 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:21.972 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:22.052 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:22.468 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:22.482 INFO:teuthology.orchestra.run.smithi082.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2031.ge73 89 kB/s | 16 kB 00:00 2024-03-13T11:13:22.541 INFO:teuthology.orchestra.run.smithi082.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2031.ge7 140 kB/s | 34 kB 00:00 2024-03-13T11:13:22.649 INFO:teuthology.orchestra.run.smithi082.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.0 MB/s | 1.0 MB 00:00 2024-03-13T11:13:22.675 INFO:teuthology.orchestra.run.smithi082.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 238 kB 00:00 2024-03-13T11:13:22.797 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/1 2024-03-13T11:13:22.797 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:22.798 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:22.798 INFO:teuthology.orchestra.run.smithi097.stdout: cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:22.798 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:22.798 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:22.925 INFO:teuthology.orchestra.run.smithi082.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2031.ge733d1f 2.9 MB/s | 1.8 MB 00:00 2024-03-13T11:13:23.003 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-immutable-object-cache 2024-03-13T11:13:23.059 INFO:teuthology.orchestra.run.smithi082.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-03-13T11:13:23.159 INFO:teuthology.orchestra.run.smithi082.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-13T11:13:23.185 INFO:teuthology.orchestra.run.smithi082.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-03-13T11:13:23.243 INFO:teuthology.orchestra.run.smithi082.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-03-13T11:13:23.293 INFO:teuthology.orchestra.run.smithi082.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 286 kB/s | 31 kB 00:00 2024-03-13T11:13:23.327 INFO:teuthology.orchestra.run.smithi082.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-03-13T11:13:23.568 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:59 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.5 MB/s | 2.0 MB 00:00 2024-03-13T11:13:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:Total 3.7 MB/s | 6.9 MB 00:01 2024-03-13T11:13:23.667 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:23.684 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:23.684 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:23.719 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 145 k 2024-03-13T11:13:23.720 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:23.720 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:23.720 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:23.720 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:13:23.720 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:23.721 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 145 k 2024-03-13T11:13:23.721 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 436 k 2024-03-13T11:13:23.721 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:23.866 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:23.867 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:23.945 INFO:teuthology.orchestra.run.smithi097.stdout:ceph-immutable-object-cache-19.0.0-2031.ge733d1 648 kB/s | 145 kB 00:00 2024-03-13T11:13:23.945 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:23.946 INFO:teuthology.orchestra.run.smithi097.stdout:Total 643 kB/s | 145 kB 00:00 2024-03-13T11:13:23.946 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:23.953 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:23.953 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:24.008 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:24.008 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:24.146 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:24.197 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:24.220 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:24.220 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:24.220 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-13T11:13:24.220 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:24.399 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:24.478 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-13T11:13:24.513 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-13T11:13:24.559 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-13T11:13:24.598 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-13T11:13:24.699 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-13T11:13:24.825 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-13T11:13:24.934 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-13T11:13:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-13T11:13:25.015 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-13T11:13:25.048 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9 10/12 2024-03-13T11:13:25.232 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb. 1/1 2024-03-13T11:13:25.233 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:25.233 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:25.233 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-immutable-object-cache-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:25.233 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:25.233 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:25.290 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el 11/12 2024-03-13T11:13:25.322 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 12/12 2024-03-13T11:13:25.467 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr 2024-03-13T11:13:26.027 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:02 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:26.105 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 12/12 2024-03-13T11:13:26.105 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el 1/12 2024-03-13T11:13:26.105 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 2/12 2024-03-13T11:13:26.105 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9 3/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-13T11:13:26.106 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-13T11:13:26.124 INFO:teuthology.orchestra.run.smithi097.stdout:Package ceph-mgr-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:26.177 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:26.178 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:13:26.178 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:26.237 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-dashboard 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-13T11:13:26.477 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:26.478 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:26.729 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-13T11:13:26.784 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:02 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:26.932 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 1.8 M 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 34 k 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 16 k 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-13T11:13:26.934 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout:Install 12 Packages 2024-03-13T11:13:26.935 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:26.936 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 6.9 M 2024-03-13T11:13:26.936 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 26 M 2024-03-13T11:13:26.936 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:27.291 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:16 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:27.442 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================================ 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================================ 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 7.4 M 2024-03-13T11:13:27.443 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:27.444 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================================ 2024-03-13T11:13:27.445 INFO:teuthology.orchestra.run.smithi082.stdout:Install 12 Packages 2024-03-13T11:13:27.445 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:27.445 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 37 M 2024-03-13T11:13:27.445 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 209 M 2024-03-13T11:13:27.445 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:27.532 INFO:teuthology.orchestra.run.smithi097.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2031.ge7 180 kB/s | 34 kB 00:00 2024-03-13T11:13:27.558 INFO:teuthology.orchestra.run.smithi097.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2031.ge73 77 kB/s | 16 kB 00:00 2024-03-13T11:13:27.699 INFO:teuthology.orchestra.run.smithi097.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-13T11:13:27.741 INFO:teuthology.orchestra.run.smithi097.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-03-13T11:13:27.759 INFO:teuthology.orchestra.run.smithi082.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 233 kB/s | 32 kB 00:00 2024-03-13T11:13:27.792 INFO:teuthology.orchestra.run.smithi082.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-03-13T11:13:27.826 INFO:teuthology.orchestra.run.smithi082.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-13T11:13:27.884 INFO:teuthology.orchestra.run.smithi082.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-13T11:13:27.909 INFO:teuthology.orchestra.run.smithi097.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.1 MB/s | 863 kB 00:00 2024-03-13T11:13:27.984 INFO:teuthology.orchestra.run.smithi097.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2031.ge733d1f 2.8 MB/s | 1.8 MB 00:00 2024-03-13T11:13:28.009 INFO:teuthology.orchestra.run.smithi097.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-03-13T11:13:28.035 INFO:teuthology.orchestra.run.smithi097.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-03-13T11:13:28.068 INFO:teuthology.orchestra.run.smithi082.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-13T11:13:28.102 INFO:teuthology.orchestra.run.smithi097.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 464 kB/s | 31 kB 00:00 2024-03-13T11:13:28.127 INFO:teuthology.orchestra.run.smithi097.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.2 MB/s | 144 kB 00:00 2024-03-13T11:13:28.135 INFO:teuthology.orchestra.run.smithi082.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-13T11:13:28.160 INFO:teuthology.orchestra.run.smithi082.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-13T11:13:28.219 INFO:teuthology.orchestra.run.smithi097.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-03-13T11:13:28.327 INFO:teuthology.orchestra.run.smithi097.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.9 MB/s | 2.0 MB 00:00 2024-03-13T11:13:28.332 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:28.332 INFO:teuthology.orchestra.run.smithi097.stdout:Total 4.9 MB/s | 6.9 MB 00:01 2024-03-13T11:13:28.350 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:28.366 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:28.367 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:28.452 INFO:teuthology.orchestra.run.smithi082.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 50 MB/s | 16 MB 00:00 2024-03-13T11:13:28.542 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:28.542 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:28.636 INFO:teuthology.orchestra.run.smithi082.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-20 7.3 MB/s | 7.4 MB 00:01 2024-03-13T11:13:28.669 INFO:teuthology.orchestra.run.smithi082.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 803 kB 00:00 2024-03-13T11:13:28.694 INFO:teuthology.orchestra.run.smithi082.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 808 kB/s | 195 kB 00:00 2024-03-13T11:13:29.057 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:29.136 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-13T11:13:29.180 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-13T11:13:29.226 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-13T11:13:29.265 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-13T11:13:29.366 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-13T11:13:29.490 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-13T11:13:29.585 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-13T11:13:29.586 INFO:teuthology.orchestra.run.smithi082.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 258 kB/s | 245 kB 00:00 2024-03-13T11:13:29.589 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:29.590 INFO:teuthology.orchestra.run.smithi082.stdout:Total 17 MB/s | 37 MB 00:02 2024-03-13T11:13:29.629 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-13T11:13:29.633 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:29.658 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:29.658 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:29.665 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-13T11:13:29.698 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9 10/12 2024-03-13T11:13:29.947 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el 11/12 2024-03-13T11:13:29.989 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 12/12 2024-03-13T11:13:30.013 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:30.014 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:30.740 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:30.809 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-13T11:13:30.849 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 12/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el 1/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noa 2/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9 3/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-13T11:13:30.865 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-13T11:13:30.943 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-13T11:13:30.985 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-13T11:13:31.164 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-13T11:13:31.201 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-13T11:13:31.247 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-13T11:13:31.247 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:31.247 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:31.247 INFO:teuthology.orchestra.run.smithi097.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-grafana-dashboards-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-prometheus-alerts-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:31.248 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:31.284 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-13T11:13:31.496 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-13T11:13:31.946 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-13T11:13:32.047 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-13T11:13:32.058 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:08 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:32.209 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 7.4 M 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-13T11:13:32.210 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout:Install 12 Packages 2024-03-13T11:13:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 37 M 2024-03-13T11:13:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 209 M 2024-03-13T11:13:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:32.467 INFO:teuthology.orchestra.run.smithi097.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 244 kB/s | 32 kB 00:00 2024-03-13T11:13:32.493 INFO:teuthology.orchestra.run.smithi097.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 727 kB/s | 17 kB 00:00 2024-03-13T11:13:32.526 INFO:teuthology.orchestra.run.smithi097.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-13T11:13:32.576 INFO:teuthology.orchestra.run.smithi097.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-03-13T11:13:32.752 INFO:teuthology.orchestra.run.smithi097.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 21 MB/s | 4.7 MB 00:00 2024-03-13T11:13:32.819 INFO:teuthology.orchestra.run.smithi097.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-03-13T11:13:32.844 INFO:teuthology.orchestra.run.smithi097.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-13T11:13:33.145 INFO:teuthology.orchestra.run.smithi097.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-03-13T11:13:33.298 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-13T11:13:33.361 INFO:teuthology.orchestra.run.smithi097.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 803 kB 00:00 2024-03-13T11:13:33.395 INFO:teuthology.orchestra.run.smithi097.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 781 kB/s | 195 kB 00:00 2024-03-13T11:13:33.612 INFO:teuthology.orchestra.run.smithi097.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 981 kB/s | 245 kB 00:00 2024-03-13T11:13:33.804 INFO:teuthology.orchestra.run.smithi097.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 5.0 MB/s | 7.4 MB 00:01 2024-03-13T11:13:33.805 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:33.806 INFO:teuthology.orchestra.run.smithi097.stdout:Total 23 MB/s | 37 MB 00:01 2024-03-13T11:13:33.845 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:33.870 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:33.870 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:34.225 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:34.225 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:34.339 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-13T11:13:34.368 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 12/12 2024-03-13T11:13:34.931 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:35.001 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-13T11:13:35.033 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-13T11:13:35.126 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-13T11:13:35.161 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-13T11:13:35.330 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-13T11:13:35.360 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-13T11:13:35.444 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-13T11:13:36.107 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-13T11:13:36.222 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 12/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 1/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-13T11:13:36.960 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-13T11:13:36.961 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-13T11:13:37.389 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:37.390 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:37.445 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-13T11:13:37.750 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-rook 2024-03-13T11:13:38.315 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:27 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:38.465 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 49 k 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-13T11:13:38.466 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout:Install 13 Packages 2024-03-13T11:13:38.467 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:38.468 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 2.0 M 2024-03-13T11:13:38.468 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 26 M 2024-03-13T11:13:38.468 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:38.500 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-13T11:13:38.527 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 12/12 2024-03-13T11:13:38.944 INFO:teuthology.orchestra.run.smithi082.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 204 kB/s | 24 kB 00:00 2024-03-13T11:13:38.969 INFO:teuthology.orchestra.run.smithi082.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 125 kB/s | 18 kB 00:00 2024-03-13T11:13:39.011 INFO:teuthology.orchestra.run.smithi082.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-13T11:13:39.037 INFO:teuthology.orchestra.run.smithi082.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-03-13T11:13:39.062 INFO:teuthology.orchestra.run.smithi082.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-13T11:13:39.087 INFO:teuthology.orchestra.run.smithi082.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 859 kB/s | 43 kB 00:00 2024-03-13T11:13:39.112 INFO:teuthology.orchestra.run.smithi082.stdout:(7/13): ceph-mgr-rook-19.0.0-2031.ge733d1fb.el9 171 kB/s | 49 kB 00:00 2024-03-13T11:13:39.354 INFO:teuthology.orchestra.run.smithi082.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-03-13T11:13:39.380 INFO:teuthology.orchestra.run.smithi082.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-03-13T11:13:39.530 INFO:teuthology.orchestra.run.smithi082.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 486 kB/s | 203 kB 00:00 2024-03-13T11:13:39.555 INFO:teuthology.orchestra.run.smithi082.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-03-13T11:13:39.655 INFO:teuthology.orchestra.run.smithi082.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-03-13T11:13:39.689 INFO:teuthology.orchestra.run.smithi082.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-03-13T11:13:39.693 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:39.693 INFO:teuthology.orchestra.run.smithi082.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-03-13T11:13:39.693 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:39.706 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:39.707 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:39.806 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:39.806 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:40.344 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:40.518 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-13T11:13:40.573 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-13T11:13:40.628 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-13T11:13:40.666 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-13T11:13:40.708 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-13T11:13:40.800 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-13T11:13:40.901 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-13T11:13:40.951 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-13T11:13:41.188 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 12/12 2024-03-13T11:13:41.188 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d 1/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-13T11:13:41.189 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-13T11:13:41.671 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-13T11:13:41.672 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:41.673 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:41.714 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-13T11:13:41.748 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-13T11:13:41.796 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-13T11:13:41.818 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 13/13 2024-03-13T11:13:42.020 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-rook 2024-03-13T11:13:42.572 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 13/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 1/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-13T11:13:42.573 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-13T11:13:42.574 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-13T11:13:42.574 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-13T11:13:42.582 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:18 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:42.731 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:42.732 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:42.732 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:42.732 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:42.732 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-rook noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 49 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-13T11:13:42.733 INFO:teuthology.orchestra.run.smithi097.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout:Install 13 Packages 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:42.734 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 2.0 M 2024-03-13T11:13:42.735 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 26 M 2024-03-13T11:13:42.735 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-13T11:13:42.941 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:42.942 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:42.996 INFO:teuthology.orchestra.run.smithi097.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 191 kB/s | 24 kB 00:00 2024-03-13T11:13:43.013 INFO:teuthology.orchestra.run.smithi097.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 125 kB/s | 18 kB 00:00 2024-03-13T11:13:43.063 INFO:teuthology.orchestra.run.smithi097.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-13T11:13:43.088 INFO:teuthology.orchestra.run.smithi097.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-13T11:13:43.105 INFO:teuthology.orchestra.run.smithi097.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 5.0 MB/s | 211 kB 00:00 2024-03-13T11:13:43.122 INFO:teuthology.orchestra.run.smithi097.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.3 MB/s | 43 kB 00:00 2024-03-13T11:13:43.139 INFO:teuthology.orchestra.run.smithi097.stdout:(7/13): ceph-mgr-rook-19.0.0-2031.ge733d1fb.el9 182 kB/s | 49 kB 00:00 2024-03-13T11:13:43.187 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-cephadm 2024-03-13T11:13:43.589 INFO:teuthology.orchestra.run.smithi097.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 66 kB/s | 32 kB 00:00 2024-03-13T11:13:43.615 INFO:teuthology.orchestra.run.smithi097.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 30 kB/s | 15 kB 00:00 2024-03-13T11:13:43.743 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:32 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:43.815 INFO:teuthology.orchestra.run.smithi097.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-03-13T11:13:43.865 INFO:teuthology.orchestra.run.smithi097.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 279 kB/s | 203 kB 00:00 2024-03-13T11:13:43.891 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:43.895 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 140 k 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================== 2024-03-13T11:13:43.896 INFO:teuthology.orchestra.run.smithi082.stdout:Install 6 Packages 2024-03-13T11:13:43.897 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:43.897 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 6.8 M 2024-03-13T11:13:43.897 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 33 M 2024-03-13T11:13:43.897 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:44.007 INFO:teuthology.orchestra.run.smithi097.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 467 kB/s | 90 kB 00:00 2024-03-13T11:13:44.150 INFO:teuthology.orchestra.run.smithi082.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-03-13T11:13:44.250 INFO:teuthology.orchestra.run.smithi082.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-03-13T11:13:44.300 INFO:teuthology.orchestra.run.smithi082.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2031.ge733d1fb.e 443 kB/s | 140 kB 00:00 2024-03-13T11:13:44.751 INFO:teuthology.orchestra.run.smithi082.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 121 kB/s | 58 kB 00:00 2024-03-13T11:13:44.776 INFO:teuthology.orchestra.run.smithi082.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 107 kB/s | 51 kB 00:00 2024-03-13T11:13:44.959 INFO:teuthology.orchestra.run.smithi082.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 679 kB/s | 548 kB 00:00 2024-03-13T11:13:44.962 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:44.963 INFO:teuthology.orchestra.run.smithi082.stdout:Total 6.4 MB/s | 6.8 MB 00:01 2024-03-13T11:13:44.976 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:44.987 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:44.987 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:45.041 INFO:teuthology.orchestra.run.smithi097.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 720 kB/s | 1.0 MB 00:01 2024-03-13T11:13:45.046 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:45.046 INFO:teuthology.orchestra.run.smithi097.stdout:Total 906 kB/s | 2.0 MB 00:02 2024-03-13T11:13:45.046 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:45.061 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:45.061 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:45.078 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:45.078 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:45.166 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:45.166 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:45.385 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:45.553 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-13T11:13:45.594 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-13T11:13:45.711 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-13T11:13:45.941 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-13T11:13:45.997 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-13T11:13:46.026 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-13T11:13:46.067 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-13T11:13:46.117 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-13T11:13:46.160 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-13T11:13:46.205 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-13T11:13:46.260 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-13T11:13:46.267 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-13T11:13:46.292 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 6/6 2024-03-13T11:13:46.318 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-13T11:13:47.028 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-13T11:13:47.075 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-13T11:13:47.108 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 6/6 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/6 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-13T11:13:47.113 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-13T11:13:47.156 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-13T11:13:47.179 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 13/13 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-13T11:13:47.421 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-13T11:13:47.422 INFO:teuthology.orchestra.run.smithi082.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-13T11:13:47.422 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:47.422 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:47.658 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-fuse 2024-03-13T11:13:48.016 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 13/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 1/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-13T11:13:48.017 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-13T11:13:48.211 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:37 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:48.363 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 888 k 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:48.365 INFO:teuthology.orchestra.run.smithi082.stdout:Install 2 Packages 2024-03-13T11:13:48.365 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:48.365 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 967 k 2024-03-13T11:13:48.365 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 2.8 M 2024-03-13T11:13:48.365 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:48.385 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-13T11:13:48.385 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:48.385 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:48.385 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-rook-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-13T11:13:48.386 INFO:teuthology.orchestra.run.smithi097.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-13T11:13:48.387 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:48.387 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:48.488 INFO:teuthology.orchestra.run.smithi082.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 640 kB/s | 79 kB 00:00 2024-03-13T11:13:48.656 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-cephadm 2024-03-13T11:13:48.846 INFO:teuthology.orchestra.run.smithi082.stdout:(2/2): ceph-fuse-19.0.0-2031.ge733d1fb.el9.x86_ 1.8 MB/s | 888 kB 00:00 2024-03-13T11:13:48.847 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:48.848 INFO:teuthology.orchestra.run.smithi082.stdout:Total 2.0 MB/s | 967 kB 00:00 2024-03-13T11:13:48.848 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:48.868 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:48.868 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:48.945 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:48.946 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:49.141 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:49.213 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:25 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:49.281 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-13T11:13:49.347 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/2 2024-03-13T11:13:49.363 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 140 k 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-13T11:13:49.364 INFO:teuthology.orchestra.run.smithi097.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:Install 6 Packages 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 6.8 M 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 33 M 2024-03-13T11:13:49.365 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:49.746 INFO:teuthology.orchestra.run.smithi097.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-03-13T11:13:49.771 INFO:teuthology.orchestra.run.smithi097.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2031.ge733d1fb.e 489 kB/s | 140 kB 00:00 2024-03-13T11:13:50.005 INFO:teuthology.orchestra.run.smithi097.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 247 kB/s | 58 kB 00:00 2024-03-13T11:13:50.008 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/2 2024-03-13T11:13:50.008 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/2 2024-03-13T11:13:50.055 INFO:teuthology.orchestra.run.smithi097.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-03-13T11:13:50.080 INFO:teuthology.orchestra.run.smithi097.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 416 kB/s | 248 kB 00:00 2024-03-13T11:13:50.106 INFO:teuthology.orchestra.run.smithi097.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-03-13T11:13:50.107 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:50.108 INFO:teuthology.orchestra.run.smithi097.stdout:Total 9.1 MB/s | 6.8 MB 00:00 2024-03-13T11:13:50.120 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:50.132 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:50.135 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:50.223 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:50.224 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:50.354 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:50.523 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:50.628 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-volume 2024-03-13T11:13:50.683 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-13T11:13:50.741 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-13T11:13:51.195 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:40 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:51.274 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-13T11:13:51.345 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:51.345 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:51.345 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-03-13T11:13:51.345 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-volume noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 264 k 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout:Install 2 Packages 2024-03-13T11:13:51.346 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:51.347 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 332 k 2024-03-13T11:13:51.347 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 1.5 M 2024-03-13T11:13:51.347 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:51.352 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-13T11:13:51.414 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-13T11:13:51.453 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 6/6 2024-03-13T11:13:51.475 INFO:teuthology.orchestra.run.smithi082.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 536 kB/s | 69 kB 00:00 2024-03-13T11:13:51.626 INFO:teuthology.orchestra.run.smithi082.stdout:(2/2): ceph-volume-19.0.0-2031.ge733d1fb.el9.no 947 kB/s | 264 kB 00:00 2024-03-13T11:13:51.627 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:51.627 INFO:teuthology.orchestra.run.smithi082.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-13T11:13:51.627 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:51.636 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:51.636 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:51.680 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:51.680 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:51.833 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:52.016 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-13T11:13:52.062 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2/2 2024-03-13T11:13:52.077 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2/2 2024-03-13T11:13:52.077 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:52.077 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-13T11:13:52.077 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:52.277 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 6/6 2024-03-13T11:13:52.278 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 1/6 2024-03-13T11:13:52.278 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-13T11:13:52.278 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-13T11:13:52.278 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-13T11:13:52.278 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-cephadm-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-13T11:13:52.575 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-13T11:13:52.576 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-13T11:13:52.576 INFO:teuthology.orchestra.run.smithi097.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-13T11:13:52.576 INFO:teuthology.orchestra.run.smithi097.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-13T11:13:52.576 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:52.576 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:52.802 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-fuse 2024-03-13T11:13:52.835 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 1/2 2024-03-13T11:13:53.157 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:53.158 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:53.352 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:29 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:53.503 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:53.503 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:53.503 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:53.503 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:53.503 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-fuse x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 888 k 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout:Install 2 Packages 2024-03-13T11:13:53.504 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:53.505 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 967 k 2024-03-13T11:13:53.505 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 2.8 M 2024-03-13T11:13:53.505 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:53.512 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librados-devel 2024-03-13T11:13:53.632 INFO:teuthology.orchestra.run.smithi097.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 619 kB/s | 79 kB 00:00 2024-03-13T11:13:53.849 INFO:teuthology.orchestra.run.smithi097.stdout:(2/2): ceph-fuse-19.0.0-2031.ge733d1fb.el9.x86_ 2.5 MB/s | 888 kB 00:00 2024-03-13T11:13:53.850 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:53.850 INFO:teuthology.orchestra.run.smithi097.stdout:Total 2.7 MB/s | 967 kB 00:00 2024-03-13T11:13:53.850 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:53.870 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:53.870 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:53.946 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:53.946 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:54.090 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:43 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:54.130 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:54.239 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:54.240 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:54.240 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-03-13T11:13:54.240 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 127 k 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 127 k 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 456 k 2024-03-13T11:13:54.241 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:54.289 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-13T11:13:54.357 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/2 2024-03-13T11:13:54.598 INFO:teuthology.orchestra.run.smithi082.stdout:librados-devel-19.0.0-2031.ge733d1fb.el9.x86_64 355 kB/s | 127 kB 00:00 2024-03-13T11:13:54.599 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:54.599 INFO:teuthology.orchestra.run.smithi082.stdout:Total 354 kB/s | 127 kB 00:00 2024-03-13T11:13:54.599 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:54.604 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:54.604 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:54.660 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:54.661 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:54.809 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:54.922 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:55.033 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2/2 2024-03-13T11:13:55.034 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/2 2024-03-13T11:13:55.362 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:55.377 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:55.641 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:55.641 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:55.641 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:55.641 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:55.642 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:55.642 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:55.660 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-volume 2024-03-13T11:13:55.883 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install libcephfs2 2024-03-13T11:13:56.225 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:32 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:56.378 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:56.379 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:56.379 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-03-13T11:13:56.379 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-volume noarch 2:19.0.0-2031.ge733d1fb.el9 ceph-noarch 264 k 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:Install 2 Packages 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:56.380 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 332 k 2024-03-13T11:13:56.381 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 1.5 M 2024-03-13T11:13:56.381 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:56.445 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:45 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:56.538 INFO:teuthology.orchestra.run.smithi097.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 435 kB/s | 69 kB 00:00 2024-03-13T11:13:56.543 INFO:teuthology.orchestra.run.smithi082.stdout:Package libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:56.597 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:56.598 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:13:56.598 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:56.663 INFO:teuthology.orchestra.run.smithi097.stdout:(2/2): ceph-volume-19.0.0-2031.ge733d1fb.el9.no 932 kB/s | 264 kB 00:00 2024-03-13T11:13:56.664 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:56.665 INFO:teuthology.orchestra.run.smithi097.stdout:Total 1.1 MB/s | 332 kB 00:00 2024-03-13T11:13:56.665 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:56.673 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:56.673 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:56.675 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install libcephfs-devel 2024-03-13T11:13:56.717 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:56.717 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:56.863 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:57.046 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-13T11:13:57.082 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2/2 2024-03-13T11:13:57.098 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2/2 2024-03-13T11:13:57.098 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:13:57.098 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-13T11:13:57.098 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:57.230 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:46 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:13:57.382 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 31 k 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 31 k 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 140 k 2024-03-13T11:13:57.383 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:13:57.660 INFO:teuthology.orchestra.run.smithi082.stdout:libcephfs-devel-19.0.0-2031.ge733d1fb.el9.x86_6 112 kB/s | 31 kB 00:00 2024-03-13T11:13:57.661 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:57.661 INFO:teuthology.orchestra.run.smithi082.stdout:Total 112 kB/s | 31 kB 00:00 2024-03-13T11:13:57.661 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:13:57.664 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:13:57.664 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:13:57.691 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:13:57.691 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:13:57.816 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:13:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 1/2 2024-03-13T11:13:57.950 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:58.226 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-volume-2:19.0.0-2031.ge733d1fb.el9.noarch 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:58.227 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:13:58.348 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:58.545 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librados-devel 2024-03-13T11:13:58.629 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:13:58.629 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:58.629 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:13:58.630 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:13:58.630 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:13:58.630 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:58.807 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librados2 2024-03-13T11:13:59.116 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:35 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:13:59.267 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:13:59.267 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout: librados-devel x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 127 k 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:13:59.268 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:13:59.269 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:13:59.269 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 127 k 2024-03-13T11:13:59.269 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 456 k 2024-03-13T11:13:59.269 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:13:59.358 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:48 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:13:59.456 INFO:teuthology.orchestra.run.smithi082.stdout:Package librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:13:59.508 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:13:59.509 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:13:59.509 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:13:59.562 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librbd1 2024-03-13T11:13:59.628 INFO:teuthology.orchestra.run.smithi097.stdout:librados-devel-19.0.0-2031.ge733d1fb.el9.x86_64 352 kB/s | 127 kB 00:00 2024-03-13T11:13:59.628 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:13:59.629 INFO:teuthology.orchestra.run.smithi097.stdout:Total 350 kB/s | 127 kB 00:00 2024-03-13T11:13:59.629 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:13:59.634 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:13:59.634 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:13:59.689 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:13:59.689 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:13:59.832 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:13:59.943 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:00.120 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:49 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:00.217 INFO:teuthology.orchestra.run.smithi082.stdout:Package librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:00.269 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:00.270 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:14:00.270 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:00.317 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rados 2024-03-13T11:14:00.388 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout: librados-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:00.718 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:00.874 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:49 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:00.970 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:00.979 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install libcephfs2 2024-03-13T11:14:01.021 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:01.022 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:14:01.022 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:01.078 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rgw 2024-03-13T11:14:01.551 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:37 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:01.634 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:50 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:01.650 INFO:teuthology.orchestra.run.smithi097.stdout:Package libcephfs2-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:01.707 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:01.708 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:01.708 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:01.730 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:01.772 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install libcephfs-devel 2024-03-13T11:14:01.781 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:01.783 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:14:01.783 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:01.832 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-cephfs 2024-03-13T11:14:02.332 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:38 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:02.389 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:51 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:02.482 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:02.483 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:02.483 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-03-13T11:14:02.483 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-devel x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 31 k 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 31 k 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 140 k 2024-03-13T11:14:02.484 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:14:02.486 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:02.537 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:02.538 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:14:02.538 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:02.601 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rbd 2024-03-13T11:14:02.724 INFO:teuthology.orchestra.run.smithi097.stdout:libcephfs-devel-19.0.0-2031.ge733d1fb.el9.x86_6 130 kB/s | 31 kB 00:00 2024-03-13T11:14:02.724 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:02.725 INFO:teuthology.orchestra.run.smithi097.stdout:Total 129 kB/s | 31 kB 00:00 2024-03-13T11:14:02.725 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:14:02.728 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:14:02.728 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:14:02.752 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:14:02.752 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:14:02.873 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:14:02.963 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:03.156 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:52 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:03.252 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:03.303 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:03.304 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-03-13T11:14:03.304 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:03.359 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-fuse 2024-03-13T11:14:03.383 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-devel-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:03.649 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:03.828 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librados2 2024-03-13T11:14:03.914 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:52 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:04.063 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:04.064 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:04.064 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-03-13T11:14:04.064 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:04.064 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:14:04.064 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 85 k 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 85 k 2024-03-13T11:14:04.065 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 231 k 2024-03-13T11:14:04.066 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:14:04.379 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-fuse-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-03-13T11:14:04.380 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:04.380 INFO:teuthology.orchestra.run.smithi082.stdout:Total 273 kB/s | 85 kB 00:00 2024-03-13T11:14:04.380 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:14:04.387 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:14:04.387 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:14:04.401 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:40 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:04.442 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:14:04.442 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:14:04.499 INFO:teuthology.orchestra.run.smithi097.stdout:Package librados2-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:04.551 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:04.552 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:04.552 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:04.582 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:14:04.596 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librbd1 2024-03-13T11:14:04.670 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:05.078 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:05.146 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:41 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:05.243 INFO:teuthology.orchestra.run.smithi097.stdout:Package librbd1-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:05.295 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:05.296 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:05.296 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:05.338 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rados 2024-03-13T11:14:05.431 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:05.431 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:05.431 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:14:05.432 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:05.432 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:05.432 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:05.677 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-mirror 2024-03-13T11:14:05.890 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:41 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:05.985 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rados-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:06.037 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:06.038 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:06.038 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:06.080 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rgw 2024-03-13T11:14:06.253 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:55 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:06.403 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.1 M 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 3.1 M 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 13 M 2024-03-13T11:14:06.404 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:14:06.631 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:42 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:06.729 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rgw-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:06.781 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:06.782 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:06.782 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:06.829 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-cephfs 2024-03-13T11:14:07.200 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-mirror-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-03-13T11:14:07.200 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:07.201 INFO:teuthology.orchestra.run.smithi082.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-03-13T11:14:07.201 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:14:07.210 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:14:07.210 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:14:07.283 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:14:07.283 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:14:07.384 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:43 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:07.480 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-cephfs-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:07.532 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:07.533 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:07.534 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:07.575 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rbd 2024-03-13T11:14:07.712 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:14:07.768 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-13T11:14:07.792 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:08.129 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:44 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:08.224 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 is already installed. 2024-03-13T11:14:08.275 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:08.276 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-03-13T11:14:08.277 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:08.325 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-fuse 2024-03-13T11:14:08.891 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:44 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:08.970 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-fuse x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 85 k 2024-03-13T11:14:09.052 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 85 k 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 231 k 2024-03-13T11:14:09.053 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:14:09.177 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-nbd 2024-03-13T11:14:09.252 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-fuse-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 430 kB/s | 85 kB 00:00 2024-03-13T11:14:09.252 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:09.253 INFO:teuthology.orchestra.run.smithi097.stdout:Total 426 kB/s | 85 kB 00:00 2024-03-13T11:14:09.253 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:14:09.261 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:14:09.261 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:14:09.319 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:14:09.319 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:14:09.456 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:14:09.577 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:09.742 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:58 ago on Wed 13 Mar 2024 11:12:11 AM UTC. 2024-03-13T11:14:09.893 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 170 k 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:09.894 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 170 k 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 490 k 2024-03-13T11:14:09.895 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-03-13T11:14:09.991 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:10.245 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-nbd-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 487 kB/s | 170 kB 00:00 2024-03-13T11:14:10.245 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:10.246 INFO:teuthology.orchestra.run.smithi082.stdout:Total 484 kB/s | 170 kB 00:00 2024-03-13T11:14:10.246 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-03-13T11:14:10.253 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-03-13T11:14:10.253 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-03-13T11:14:10.279 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:10.279 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:10.279 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:14:10.280 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-fuse-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:10.280 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:10.280 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:10.308 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-03-13T11:14:10.309 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-03-13T11:14:10.455 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-03-13T11:14:10.502 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-mirror 2024-03-13T11:14:10.562 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:11.002 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:11.066 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:47 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:11.221 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-mirror x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 3.1 M 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:14:11.222 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:11.223 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:14:11.223 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:11.223 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 3.1 M 2024-03-13T11:14:11.223 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 13 M 2024-03-13T11:14:11.223 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:14:11.296 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:11.297 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:11.297 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-03-13T11:14:11.297 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:11.297 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:11.297 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-03-13T11:14:11.514 DEBUG:teuthology.parallel:result is None 2024-03-13T11:14:11.955 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-mirror-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-03-13T11:14:11.956 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:11.956 INFO:teuthology.orchestra.run.smithi097.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-03-13T11:14:11.956 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:14:11.965 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:14:11.965 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:14:12.037 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:14:12.038 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:14:12.454 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:14:12.498 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:12.522 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:12.523 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-13T11:14:12.523 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-13T11:14:12.523 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-13T11:14:12.523 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-13T11:14:12.523 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:13.698 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:13.698 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:13.698 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:14:13.698 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-mirror-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:13.698 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:13.699 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:13.943 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-nbd 2024-03-13T11:14:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:50 ago on Wed 13 Mar 2024 11:12:24 AM UTC. 2024-03-13T11:14:14.661 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-03-13T11:14:14.662 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:14.662 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-03-13T11:14:14.662 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:14.662 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-03-13T11:14:14.662 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-nbd x86_64 2:19.0.0-2031.ge733d1fb.el9 ceph 170 k 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 170 k 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 490 k 2024-03-13T11:14:14.663 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-03-13T11:14:15.000 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-nbd-19.0.0-2031.ge733d1fb.el9.x86_64.rpm 506 kB/s | 170 kB 00:00 2024-03-13T11:14:15.001 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:15.001 INFO:teuthology.orchestra.run.smithi097.stdout:Total 504 kB/s | 170 kB 00:00 2024-03-13T11:14:15.001 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-03-13T11:14:15.009 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-03-13T11:14:15.009 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-03-13T11:14:15.064 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-03-13T11:14:15.064 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-03-13T11:14:15.220 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-03-13T11:14:15.331 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:15.773 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:16.060 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 1/1 2024-03-13T11:14:16.060 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:16.060 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-03-13T11:14:16.061 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-nbd-2:19.0.0-2031.ge733d1fb.el9.x86_64 2024-03-13T11:14:16.061 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-13T11:14:16.061 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-03-13T11:14:16.303 DEBUG:teuthology.parallel:result is None 2024-03-13T11:14:16.304 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:14:16.527 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-13T11:14:16.551 INFO:teuthology.orchestra.run.smithi082.stdout:19.0.0-2031.ge733d1fb.el9 2024-03-13T11:14:16.552 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2031.ge733d1fb.el9 2024-03-13T11:14:16.552 INFO:teuthology.task.install:The correct ceph version 19.0.0-2031.ge733d1fb is installed. 2024-03-13T11:14:16.554 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:14:16.777 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-13T11:14:16.798 INFO:teuthology.orchestra.run.smithi097.stdout:19.0.0-2031.ge733d1fb.el9 2024-03-13T11:14:16.798 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2031.ge733d1fb.el9 2024-03-13T11:14:16.798 INFO:teuthology.task.install:The correct ceph version 19.0.0-2031.ge733d1fb is installed. 2024-03-13T11:14:16.800 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-13T11:14:16.800 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:14:16.801 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-13T11:14:16.833 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:14:16.833 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-13T11:14:16.865 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-13T11:14:16.865 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:14:16.865 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/daemon-helper 2024-03-13T11:14:16.904 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-13T11:14:16.974 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:14:16.974 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/daemon-helper 2024-03-13T11:14:17.001 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-13T11:14:17.068 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-13T11:14:17.068 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:14:17.069 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-13T11:14:17.098 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-13T11:14:17.169 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:14:17.169 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-13T11:14:17.195 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-13T11:14:17.261 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-13T11:14:17.262 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:14:17.262 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/stdin-killer 2024-03-13T11:14:17.291 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-13T11:14:17.362 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-13T11:14:17.362 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/stdin-killer 2024-03-13T11:14:17.388 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-13T11:14:17.454 INFO:teuthology.run_tasks:Running task exec... 2024-03-13T11:14:17.464 INFO:teuthology.task.exec:Executing custom commands... 2024-03-13T11:14:17.464 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-03-13T11:14:17.464 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -c '' 2024-03-13T11:14:17.493 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -x' 2024-03-13T11:14:17.566 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -e' 2024-03-13T11:14:17.634 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'uname -a' 2024-03-13T11:14:17.701 INFO:teuthology.orchestra.run.smithi082.stdout:Linux smithi082 5.14.0-427.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Feb 23 04:45:07 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-03-13T11:14:17.703 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-13T11:14:17.803 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a'} 2024-03-13T11:14:17.803 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:14:17.804 INFO:tasks.cephadm:Cluster fsid is d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:14:17.804 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-13T11:14:17.804 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.82'} 2024-03-13T11:14:17.804 INFO:tasks.cephadm:First mon is mon.a on smithi082 2024-03-13T11:14:17.804 INFO:tasks.cephadm:First mgr is x 2024-03-13T11:14:17.804 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-13T11:14:17.805 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2024-03-13T11:14:17.833 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-03-13T11:14:17.860 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-13T11:14:17.860 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:14:18.007 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e733d1fbd74be23a489f405617921019eaf5c55a', '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/77573/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2031-ge733d1fb', 'node_name': '172.21.2.1+braggi01', '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.0.0-2031.ge733d1fb'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-12 18:20:15.994964', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-ssharon-test2-2024-03-12-1420', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-13T11:14:18.150 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-ssharon-test2-2024-03-12-1420, sha1 e733d1fbd74be23a489f405617921019eaf5c55a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:14:18.151 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/x86_64/flavors/default/cephadm 2024-03-13T11:14:18.152 DEBUG:teuthology.orchestra.run.smithi082:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:18.743 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-r--r--. 1 ubuntu ubuntu 779487 Mar 13 11:14 /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:18.743 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-ssharon-test2-2024-03-12-1420/e733d1fbd74be23a489f405617921019eaf5c55a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:19.165 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-r--r--. 1 ubuntu ubuntu 779487 Mar 13 11:14 /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:19.165 DEBUG:teuthology.orchestra.run.smithi082:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:19.185 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-13T11:14:19.217 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a on all hosts... 2024-03-13T11:14:19.217 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a pull 2024-03-13T11:14:19.227 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a pull 2024-03-13T11:14:20.095 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a... 2024-03-13T11:14:20.163 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a... 2024-03-13T11:14:45.780 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-13T11:14:45.780 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 19.0.0-2031-ge733d1fb (e733d1fbd74be23a489f405617921019eaf5c55a) squid (dev)", 2024-03-13T11:14:45.780 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", 2024-03-13T11:14:45.780 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-03-13T11:14:45.781 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2" 2024-03-13T11:14:45.781 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-03-13T11:14:45.781 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout: "ceph_version": "ceph version 19.0.0-2031-ge733d1fb (e733d1fbd74be23a489f405617921019eaf5c55a) squid (dev)", 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout: "image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout: "repo_digests": [ 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2" 2024-03-13T11:14:52.018 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2024-03-13T11:14:52.019 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-03-13T11:14:52.042 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /etc/ceph 2024-03-13T11:14:52.088 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-03-13T11:14:52.123 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 777 /etc/ceph 2024-03-13T11:14:52.150 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-03-13T11:14:52.194 INFO:tasks.cephadm:Writing seed config... 2024-03-13T11:14:52.195 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-13T11:14:52.196 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-13T11:14:52.196 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:14:52.197 DEBUG:teuthology.orchestra.run.smithi082:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-13T11:14:52.211 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 = d5457e42-e12a-11ee-95c9-87774f69a715 [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-03-13T11:14:52.212 DEBUG:teuthology.orchestra.run.smithi082:mon.a> sudo journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service 2024-03-13T11:14:52.254 DEBUG:teuthology.orchestra.run.smithi082:mgr.x> sudo journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x.service 2024-03-13T11:14:52.296 INFO:tasks.cephadm:Bootstrapping... 2024-03-13T11:14:52.296 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a -v bootstrap --fsid d5457e42-e12a-11ee-95c9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.82 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:14:52.489 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-03-13T11:14:52.489 INFO:teuthology.orchestra.run.smithi082.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a', '-v', 'bootstrap', '--fsid', 'd5457e42-e12a-11ee-95c9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.82', '--skip-admin-label'] 2024-03-13T11:14:52.514 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-13T11:14:52.514 INFO:teuthology.orchestra.run.smithi082.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-13T11:14:52.515 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying podman|docker is present... 2024-03-13T11:14:52.538 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-13T11:14:52.538 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying lvm2 is present... 2024-03-13T11:14:52.539 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying time synchronization is in place... 2024-03-13T11:14:52.546 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-13T11:14:52.546 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-13T11:14:52.552 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-13T11:14:52.552 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:14:52.558 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-03-13T11:14:52.564 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-03-13T11:14:52.564 INFO:teuthology.orchestra.run.smithi082.stdout:Unit chronyd.service is enabled and running 2024-03-13T11:14:52.564 INFO:teuthology.orchestra.run.smithi082.stdout:Repeating the final host check... 2024-03-13T11:14:52.587 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-13T11:14:52.587 INFO:teuthology.orchestra.run.smithi082.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-13T11:14:52.588 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl is present 2024-03-13T11:14:52.588 INFO:teuthology.orchestra.run.smithi082.stdout:lvcreate is present 2024-03-13T11:14:52.594 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-13T11:14:52.594 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-13T11:14:52.599 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-13T11:14:52.600 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:14:52.606 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Unit chronyd.service is enabled and running 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Host looks OK 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Cluster fsid: d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Acquiring lock 140576005070512 on /run/cephadm/d5457e42-e12a-11ee-95c9-87774f69a715.lock 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Lock 140576005070512 acquired on /run/cephadm/d5457e42-e12a-11ee-95c9-87774f69a715.lock 2024-03-13T11:14:52.612 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 3300 ... 2024-03-13T11:14:52.613 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 6789 ... 2024-03-13T11:14:52.613 INFO:teuthology.orchestra.run.smithi082.stdout:Base mon IP(s) is [172.21.15.82:3300, 172.21.15.82:6789], mon addrv is [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-03-13T11:14:52.616 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.82 metric 100 2024-03-13T11:14:52.616 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.82 metric 100 2024-03-13T11:14:52.618 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-13T11:14:52.618 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-13T11:14:52.618 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3ff/64 scope link 2024-03-13T11:14:52.621 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-13T11:14:52.622 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-03-13T11:14:52.622 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-03-13T11:14:52.622 INFO:teuthology.orchestra.run.smithi082.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-13T11:14:52.622 INFO:teuthology.orchestra.run.smithi082.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-13T11:14:52.622 INFO:teuthology.orchestra.run.smithi082.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a... 2024-03-13T11:14:53.104 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0 2024-03-13T11:14:53.104 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a... 2024-03-13T11:14:53.104 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Getting image source signatures 2024-03-13T11:14:53.104 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying blob sha256:e43c0547e4a1ee454090c3ffbd1412d0bdce1368d62e42a2785e43ea3fdb60f2 2024-03-13T11:14:53.104 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying blob sha256:f58b4670ef4403d11d1c912aa26a4dbcf73447df5302e9dc66f6a7fc0d9d1e47 2024-03-13T11:14:53.105 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying config sha256:a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0 2024-03-13T11:14:53.105 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-13T11:14:53.983 INFO:teuthology.orchestra.run.smithi082.stdout:ceph: stdout ceph version 19.0.0-2031-ge733d1fb (e733d1fbd74be23a489f405617921019eaf5c55a) squid (dev) 2024-03-13T11:14:53.984 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph version: ceph version 19.0.0-2031-ge733d1fb (e733d1fbd74be23a489f405617921019eaf5c55a) squid (dev) 2024-03-13T11:14:53.984 INFO:teuthology.orchestra.run.smithi082.stdout:Extracting ceph user uid/gid from container image... 2024-03-13T11:14:54.939 INFO:teuthology.orchestra.run.smithi082.stdout:stat: stdout 167 167 2024-03-13T11:14:54.939 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial keys... 2024-03-13T11:14:55.802 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQCvivFlLO4HEBAAN8JWPPogW05dq2H4QQMiwg== 2024-03-13T11:14:56.808 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQCwivFlbVxSBxAASm+Ne8kGB3eU5FkdHfryKQ== 2024-03-13T11:14:57.730 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQCxivFllE44CBAAuvtXQmckHeUb7mNkYhOziQ== 2024-03-13T11:14:57.731 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial monmap... 2024-03-13T11:14:58.695 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:monmaptool for a [v2:172.21.15.82:3300,v1:172.21.15.82:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:setting min_mon_release = quincy 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: set fsid to d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:14:58.696 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mon... 2024-03-13T11:14:59.608 INFO:teuthology.orchestra.run.smithi082.stdout:create mon.a on 2024-03-13T11:14:59.814 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-13T11:14:59.953 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-13T11:15:00.129 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target. 2024-03-13T11:15:00.129 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target. 2024-03-13T11:15:00.381 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a 2024-03-13T11:15:00.381 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-13T11:15:00.532 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target.wants/ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715@.service. 2024-03-13T11:15:00.981 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-13T11:15:00.981 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-03-13T11:15:00.988 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-13T11:15:00.988 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:15:00.988 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-03-13T11:15:00.988 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-03-13T11:15:00.989 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon to start... 2024-03-13T11:15:00.989 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon... 2024-03-13T11:15:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:00 smithi082 ceph-mon[29275]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-13T11:15:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-13T11:15:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: monmap e1: 1 mons at {a=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-13T11:15:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: fsmap 2024-03-13T11:15:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: osdmap e1: 0 total, 0 up, 0 in 2024-03-13T11:15:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: mgrmap e1: no daemons active 2024-03-13T11:15:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:02 smithi082 ceph-mon[29275]: from='client.? 172.21.15.82:0/3529220544' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-13T11:15:02.110 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout cluster: 2024-03-13T11:15:02.112 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout id: d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:02.112 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout services: 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.524375s) 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout data: 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pgs: 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:mon is available 2024-03-13T11:15:02.113 INFO:teuthology.orchestra.run.smithi082.stdout:Assimilating anything we can from ceph.conf... 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-13T11:15:03.168 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-13T11:15:03.169 INFO:teuthology.orchestra.run.smithi082.stdout:Generating new minimal ceph.conf... 2024-03-13T11:15:03.273 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:03 smithi082 ceph-mon[29275]: from='client.? 172.21.15.82:0/3957013369' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-13T11:15:03.273 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:03 smithi082 ceph-mon[29275]: from='client.? 172.21.15.82:0/3957013369' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-13T11:15:04.194 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 ceph-mon[29275]: from='client.? 172.21.15.82:0/338026427' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:15:04.198 INFO:teuthology.orchestra.run.smithi082.stdout:Restarting the monitor... 2024-03-13T11:15:04.450 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 systemd[1]: Stopping Ceph mon.a for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:15:04.450 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a[29271]: 2024-03-13T11:15:04.442+0000 7fb70b344700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-13T11:15:04.450 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a[29271]: 2024-03-13T11:15:04.442+0000 7fb70b344700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-13T11:15:04.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 podman[29533]: 2024-03-13 11:15:04.453452962 +0000 UTC m=+0.098149956 container died a7afe9251c305b8a5dee665c47166c2c3cdf1ac8bc63f6446e4ebfb4ba076cc4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD) 2024-03-13T11:15:05.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 podman[29533]: 2024-03-13 11:15:04.817619698 +0000 UTC m=+0.462316698 container cleanup a7afe9251c305b8a5dee665c47166c2c3cdf1ac8bc63f6446e4ebfb4ba076cc4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True) 2024-03-13T11:15:05.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:04 smithi082 bash[29533]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a 2024-03-13T11:15:05.440 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 podman[29547]: 2024-03-13 11:15:05.068413961 +0000 UTC m=+0.611882789 container remove a7afe9251c305b8a5dee665c47166c2c3cdf1ac8bc63f6446e4ebfb4ba076cc4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307) 2024-03-13T11:15:05.440 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 systemd[1]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-13T11:15:05.441 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 systemd[1]: Stopped Ceph mon.a for d5457e42-e12a-11ee-95c9-87774f69a715. 2024-03-13T11:15:05.441 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 systemd[1]: Starting Ceph mon.a for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:15:05.688 INFO:teuthology.orchestra.run.smithi082.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-13T11:15:05.722 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 podman[29643]: 2024-03-13 11:15:05.44418388 +0000 UTC m=+0.112893850 container create 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-13T11:15:05.722 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 podman[29643]: 2024-03-13 11:15:05.349385294 +0000 UTC m=+0.018095270 image pull a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a 2024-03-13T11:15:05.722 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 podman[29643]: 2024-03-13 11:15:05.621290601 +0000 UTC m=+0.290000580 container init 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240307, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True) 2024-03-13T11:15:05.722 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 podman[29643]: 2024-03-13 11:15:05.624032979 +0000 UTC m=+0.292742950 container start 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: set uid:gid to 167:167 (ceph:ceph) 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: ceph version 19.0.0-2031-ge733d1fb (e733d1fbd74be23a489f405617921019eaf5c55a) squid (dev), process ceph-mon, pid 2 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: pidfile_write: ignore empty --pid-file 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: load: jerasure load: lrc 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: RocksDB version: 7.9.2 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Git sha 0 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Compile date 2024-03-12 16:59:57 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: DB SUMMARY 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: DB Session ID: SDVO3USOMQOPP18AYWGK 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: CURRENT file: CURRENT 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: IDENTITY file: IDENTITY 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-13T11:15:05.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84083 ; 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.error_if_exists: 0 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.create_if_missing: 0 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.paranoid_checks: 1 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.env: 0x56371a777b20 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.fs: PosixFileSystem 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.info_log: 0x56371b20d8e0 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_file_opening_threads: 16 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.statistics: (nil) 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.use_fsync: 0 2024-03-13T11:15:05.724 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_log_file_size: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.keep_log_file_num: 1000 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.recycle_log_file_num: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_fallocate: 1 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_mmap_reads: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_mmap_writes: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.use_direct_reads: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.create_missing_column_families: 0 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.db_log_dir: 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.wal_dir: 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-13T11:15:05.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.advise_random_on_open: 1 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.db_write_buffer_size: 0 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.write_buffer_manager: 0x56371b1e1400 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.rate_limiter: (nil) 2024-03-13T11:15:05.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.wal_recovery_mode: 2 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enable_thread_tracking: 0 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enable_pipelined_write: 0 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.unordered_write: 0 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.row_cache: None 2024-03-13T11:15:05.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.wal_filter: None 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_ingest_behind: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.two_write_queues: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.manual_wal_flush: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.wal_compression: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.atomic_flush: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.log_readahead_size: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.best_efforts_recovery: 0 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-13T11:15:05.729 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.allow_data_in_errors: 0 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.db_host_id: __hostname__ 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_background_jobs: 2 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_background_compactions: -1 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_subcompactions: 1 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_total_wal_size: 0 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-13T11:15:05.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_open_files: -1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bytes_per_sync: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_readahead_size: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_background_flushes: -1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Compression algorithms supported: 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kZSTD supported: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kXpressCompression supported: 0 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kLZ4HCCompression supported: 1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kZlibCompression supported: 1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kSnappyCompression supported: 1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kLZ4Compression supported: 1 2024-03-13T11:15:05.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: kBZip2Compression supported: 0 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.merge_operator: 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_filter: None 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_filter_factory: None 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.sst_partitioner_factory: None 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56371b20d9e0) 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout: cache_index_and_filter_blocks: 1 2024-03-13T11:15:05.732 INFO:journalctl@ceph.mon.a.smithi082.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: pin_top_level_index_and_filter: 1 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_type: 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: data_block_index_type: 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_shortening: 1 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: checksum: 4 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: no_block_cache: 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache: 0x56371b213090 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_name: BinnedLRUCache 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_options: 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: capacity : 536870912 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: num_shard_bits : 4 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: strict_capacity_limit : 0 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: high_pri_pool_ratio: 0.000 2024-03-13T11:15:05.733 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_compressed: (nil) 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: persistent_cache: (nil) 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_size: 4096 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_size_deviation: 10 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_restart_interval: 16 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_block_restart_interval: 1 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: metadata_block_size: 4096 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: partition_filters: 0 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: use_delta_encoding: 1 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: filter_policy: bloomfilter 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: whole_key_filtering: 1 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: verify_compression: 0 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: read_amp_bytes_per_bit: 0 2024-03-13T11:15:05.734 INFO:journalctl@ceph.mon.a.smithi082.stdout: format_version: 5 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: enable_index_compression: 1 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_align: 0 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: max_auto_readahead_size: 262144 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: prepopulate_block_cache: 0 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: initial_auto_readahead_size: 8192 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout: num_file_reads_for_auto_readahead: 2 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.write_buffer_size: 33554432 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_write_buffer_number: 2 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression: NoCompression 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression: Disabled 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.prefix_extractor: nullptr 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.num_levels: 7 2024-03-13T11:15:05.735 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.level: 32767 2024-03-13T11:15:05.736 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.strategy: 0 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.enabled: false 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.target_file_size_base: 67108864 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-13T11:15:05.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.arena_block_size: 1048576 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.disable_auto_compactions: 0 2024-03-13T11:15:05.738 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.table_properties_collectors: 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.inplace_update_support: 0 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-13T11:15:05.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.bloom_locality: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.max_successive_merges: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.paranoid_file_checks: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.force_consistency_checks: 1 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.report_bg_io_stats: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.ttl: 2592000 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enable_blob_files: false 2024-03-13T11:15:05.740 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.min_blob_size: 0 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_file_size: 268435456 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.blob_file_starting_level: 0 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bc90ed5d-6a24-4e44-8205-6137d9578e29 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710328505652482, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710328505653333, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80817, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 79004, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9884, "raw_average_key_size": 47, "raw_value_size": 73337, "raw_average_value_size": 350, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710328505, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bc90ed5d-6a24-4e44-8205-6137d9578e29", "db_session_id": "SDVO3USOMQOPP18AYWGK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-13T11:15:05.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710328505653413, "job": 1, "event": "recovery_finished"} 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56371b306000 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: DB pointer 0x56371b2f0000 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** DB Stats ** 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.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-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.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-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-13T11:15:05.742 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** Compaction Stats [default] ** 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.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-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: L0 2/0 80.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: Sum 2/0 80.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.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 143.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** Compaction Stats [default] ** 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.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-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.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 143.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.743 INFO:journalctl@ceph.mon.a.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative compaction: 0.00 GB write, 27.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval compaction: 0.00 GB write, 27.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.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-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: Block cache BinnedLRUCache@0x56371b213090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: starting mon.a rank 0 at public addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] at bind addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:05.744 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???) e1 preinit fsid d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).mds e1 new map 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).mds e1 print_map 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout: e1 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.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} 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout: legacy client fscid: -1 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout: No filesystems configured 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 bash[29643]: 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 2024-03-13T11:15:05.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 systemd[1]: Started Ceph mon.a for d5457e42-e12a-11ee-95c9-87774f69a715. 2024-03-13T11:15:05.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-13T11:15:05.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: monmap e1: 1 mons at {a=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-13T11:15:05.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: fsmap 2024-03-13T11:15:05.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: osdmap e1: 0 total, 0 up, 0 in 2024-03-13T11:15:05.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:05 smithi082 ceph-mon[29662]: mgrmap e1: no daemons active 2024-03-13T11:15:06.777 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-13T11:15:06.799 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:15:06.799 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mgr... 2024-03-13T11:15:06.799 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-13T11:15:06.800 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-13T11:15:07.035 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x 2024-03-13T11:15:07.035 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x.service: Unit ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x.service not loaded. 2024-03-13T11:15:07.184 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715.target.wants/ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x.service → /etc/systemd/system/ceph-d5457e42-e12a-11ee-95c9-87774f69a715@.service. 2024-03-13T11:15:07.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:07 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2616358177' entity='client.admin' 2024-03-13T11:15:07.654 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:07 smithi082 podman[29881]: 2024-03-13 11:15:07.593345181 +0000 UTC m=+0.289500470 container start 09cd06451c7a8b95449d146e90af635c488a4d853624d3ac50f2b1cb41e18735 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-03-13T11:15:07.654 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:07 smithi082 bash[29881]: 09cd06451c7a8b95449d146e90af635c488a4d853624d3ac50f2b1cb41e18735 2024-03-13T11:15:07.670 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-13T11:15:07.670 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-03-13T11:15:07.679 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-13T11:15:07.679 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:15:07.679 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-03-13T11:15:07.679 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-03-13T11:15:07.688 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-13T11:15:07.688 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-03-13T11:15:07.696 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-13T11:15:07.696 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:15:07.697 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-03-13T11:15:07.697 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-13T11:15:07.697 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr to start... 2024-03-13T11:15:07.697 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr... 2024-03-13T11:15:07.910 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:07 smithi082 systemd[1]: Started Ceph mgr.x for d5457e42-e12a-11ee-95c9-87774f69a715. 2024-03-13T11:15:08.178 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:08 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:08.156+0000 7fdf9bc53200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-13T11:15:08.476 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:08 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3920388306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-13T11:15:08.476 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:08 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:08.259+0000 7fdf9bc53200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-13T11:15:08.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d5457e42-e12a-11ee-95c9-87774f69a715", 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-03-13T11:15:08.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-13T11:15:08.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-13T11:15:08.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-03-13T11:15:00.994944+0000", 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:08.756 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:08.757 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-13T11:15:08.757 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:08.757 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (1/15)... 2024-03-13T11:15:09.000 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:08 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:08.910+0000 7fdf9bc53200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-13T11:15:09.000 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.002+0000 7fdf9bc53200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-13T11:15:09.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.141+0000 7fdf9bc53200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-13T11:15:09.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.239+0000 7fdf9bc53200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-13T11:15:09.576 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.321+0000 7fdf9bc53200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-13T11:15:09.576 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.578+0000 7fdf9bc53200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-13T11:15:09.862 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.686+0000 7fdf9bc53200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-13T11:15:09.862 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.771+0000 7fdf9bc53200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-13T11:15:09.862 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:09 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:09.864+0000 7fdf9bc53200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-13T11:15:10.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:10.037+0000 7fdf9bc53200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-13T11:15:11.141 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.011+0000 7fdf9bc53200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-13T11:15:11.141 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.143+0000 7fdf9bc53200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-13T11:15:11.479 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2894220066' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-13T11:15:11.762 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.480+0000 7fdf9bc53200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-13T11:15:11.762 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.570+0000 7fdf9bc53200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-13T11:15:11.762 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.763+0000 7fdf9bc53200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:15:11.859 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:11.859 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d5457e42-e12a-11ee-95c9-87774f69a715", 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:11.860 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-13T11:15:11.861 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-13T11:15:11.862 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-03-13T11:15:00.994944+0000", 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:11.863 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:11.864 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-13T11:15:11.864 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:11.864 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (2/15)... 2024-03-13T11:15:12.062 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:11 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:11.945+0000 7fdf9bc53200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-13T11:15:12.471 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:12 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:12.221+0000 7fdf9bc53200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:15:12.471 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:12 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:12.473+0000 7fdf9bc53200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-13T11:15:12.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:12 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:12.702+0000 7fdf9bc53200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-13T11:15:13.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:13 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:13.479+0000 7fdf9bc53200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-13T11:15:14.234 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:14 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:14.051+0000 7fdf9bc53200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-13T11:15:14.234 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:14 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:14.149+0000 7fdf9bc53200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-13T11:15:14.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:14 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/4079603894' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-13T11:15:14.560 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:14 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:14.381+0000 7fdf9bc53200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-13T11:15:14.924 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d5457e42-e12a-11ee-95c9-87774f69a715", 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:14.930 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-13T11:15:14.931 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-13T11:15:14.932 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-13T11:15:14.933 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-03-13T11:15:00.994944+0000", 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:14.934 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (3/15)... 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: Activating manager daemon x 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: mgrmap e2: x(active, starting, since 0.00273645s) 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: Manager daemon x is now available 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-13T11:15:15.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' 2024-03-13T11:15:15.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' 2024-03-13T11:15:15.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:15 smithi082 ceph-mon[29662]: from='mgr.14100 172.21.15.82:0/1424249574' entity='mgr.x' 2024-03-13T11:15:16.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:16 smithi082 ceph-mon[29662]: mgrmap e3: x(active, since 1.0068s) 2024-03-13T11:15:18.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:18 smithi082 ceph-mon[29662]: mgrmap e4: x(active, since 3s) 2024-03-13T11:15:20.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:20 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3282768216' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-13T11:15:26.750 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d5457e42-e12a-11ee-95c9-87774f69a715", 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-03-13T11:15:26.751 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-13T11:15:26.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-13T11:15:26.753 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:26.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-03-13T11:15:00.994944+0000", 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:26.755 INFO:teuthology.orchestra.run.smithi082.stdout:mgr is available 2024-03-13T11:15:27.968 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:27 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/1770809026' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-13T11:15:28.206 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:28.206 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-13T11:15:28.207 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling cephadm module... 2024-03-13T11:15:29.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:28 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2250788689' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-13T11:15:29.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: ignoring --setuser ceph since I am not root 2024-03-13T11:15:29.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: ignoring --setgroup ceph since I am not root 2024-03-13T11:15:29.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:29.529+0000 7f652b76a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-13T11:15:29.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:29.622+0000 7f652b76a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-13T11:15:30.264 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2250788689' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-13T11:15:30.264 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:29 smithi082 ceph-mon[29662]: mgrmap e5: x(active, since 14s) 2024-03-13T11:15:30.559 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.267+0000 7f652b76a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-13T11:15:30.559 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.368+0000 7f652b76a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-13T11:15:30.559 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.513+0000 7f652b76a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-13T11:15:30.964 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.610+0000 7f652b76a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-13T11:15:30.964 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.697+0000 7f652b76a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-13T11:15:30.964 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:30 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:30.966+0000 7f652b76a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-13T11:15:31.259 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:31 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2207941743' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-13T11:15:31.260 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:31 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:31.080+0000 7f652b76a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-13T11:15:31.260 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:31 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:31.166+0000 7f652b76a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-13T11:15:31.260 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:31 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:31.262+0000 7f652b76a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-13T11:15:31.524 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:31 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:31.439+0000 7f652b76a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-03-13T11:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 5... 2024-03-13T11:15:32.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:32 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:32.406+0000 7f652b76a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-13T11:15:32.810 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:32 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:32.535+0000 7f652b76a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-13T11:15:33.147 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:32 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:32.866+0000 7f652b76a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-13T11:15:33.147 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:32 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:32.955+0000 7f652b76a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-13T11:15:33.147 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:33 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:33.150+0000 7f652b76a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:15:33.559 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:33 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:33.334+0000 7f652b76a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-13T11:15:33.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:33 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:33.620+0000 7f652b76a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:15:33.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:33 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:33.880+0000 7f652b76a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-13T11:15:34.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:34 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:34.114+0000 7f652b76a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-13T11:15:35.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:34 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:34.912+0000 7f652b76a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-13T11:15:35.787 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:35.476+0000 7f652b76a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-13T11:15:35.787 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:35.572+0000 7f652b76a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-13T11:15:35.787 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:35.789+0000 7f652b76a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: Active manager daemon x restarted 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: Activating manager daemon x 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: osdmap e2: 0 total, 0 up, 0 in 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: mgrmap e6: x(active, starting, since 0.00322143s) 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-13T11:15:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: Manager daemon x is now available 2024-03-13T11:15:36.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:36.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:36.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:36.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:35 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: Found migration_current of "None". Setting to last migration. 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:37.146 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:36 smithi082 ceph-mon[29662]: mgrmap e7: x(active, since 1.00521s) 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 5 is available 2024-03-13T11:15:37.408 INFO:teuthology.orchestra.run.smithi082.stdout:Setting orchestrator backend to cephadm... 2024-03-13T11:15:38.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:37 smithi082 ceph-mon[29662]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-13T11:15:38.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:37 smithi082 ceph-mon[29662]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-13T11:15:38.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:37 smithi082 ceph-mon[29662]: [13/Mar/2024:11:15:36] ENGINE Bus STARTING 2024-03-13T11:15:38.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:37 smithi082 ceph-mon[29662]: [13/Mar/2024:11:15:36] ENGINE Serving on http://172.21.15.82:8765 2024-03-13T11:15:38.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:37 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: [13/Mar/2024:11:15:37] ENGINE Serving on https://172.21.15.82:7150 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: [13/Mar/2024:11:15:37] ENGINE Bus STARTED 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: mgrmap e8: x(active, since 2s) 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:38.947 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:38 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:39.752 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-13T11:15:39.753 INFO:teuthology.orchestra.run.smithi082.stdout:Generating ssh key... 2024-03-13T11:15:40.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-mon[29662]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:40.897 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Generating public/private rsa key pair. 2024-03-13T11:15:40.897 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Your identification has been saved in /tmp/tmpqp3n1oed/key. 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Your public key has been saved in /tmp/tmpqp3n1oed/key.pub. 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: The key fingerprint is: 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: SHA256:3LNPReoBZLAFAdpW/HeV+aSHsZJ5Jef4aJRvgK4xtuA ceph-d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: The key's randomart image is: 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: +---[RSA 3072]----+ 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | .o=++ o| 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | o ..= oo=| 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | . o ... +.#.| 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | . . ...*o@ +| 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | S ooo=.* | 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | . ++.oo +| 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | . o.=o. . | 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | E oo | 2024-03-13T11:15:40.898 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: | . | 2024-03-13T11:15:40.899 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:40 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: +----[SHA256]-----+ 2024-03-13T11:15:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:41 smithi082 ceph-mon[29662]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:41 smithi082 ceph-mon[29662]: Generating ssh key... 2024-03-13T11:15:41.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:41 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:41.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:41 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJweZ7P3ogm7ltWUBXTRufovEvQZO1FGNwbXWr7Io0JtGaGj9eVqj/l1HVdZ7pgiaZR+yoGQRzEwPxTsmt+D/MOvzwRN0JvBybGHImkCTguEVANsAKYbKLl/px375eiPDfAaJtICzAX+t+9s6k2E6rNW7mCOw9wBe2jdLBTCrcs/m5yAq2klVH+K5EhAU5RtAVWF36Ts6e2GsYUKXgx+ZE2H4JLX3oyhPngVTCNOKHrwg66iB2oyTvO4zRaLYcfGL82aWm8s5TT6nbE6xQnQkKdTa6Slz3upFaxhjJMkmzSfgkzKT1FEHIseZopJF4N8jsjBrjUU0+QTOQfk8r0pWb3E+Em1/HJTz+oazbpfAvb1rsCemKGotcqPtFdBHfhbgrwSA4N29o03T46uS4Fe743CxgSqHWZxKaJBhbd66zNIU1pyK3+nE2Qfytbp3Rr+5h49vth5krqdprD4PdQuY/NRVI7Ecl7r9pRtv+nSL6sy5wDgkvaQuZwpKwgcV7wuk= ceph-d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:15:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-13T11:15:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:Adding key to root@localhost authorized_keys... 2024-03-13T11:15:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:Adding host smithi082... 2024-03-13T11:15:42.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:42 smithi082 ceph-mon[29662]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:43.882 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:43 smithi082 ceph-mon[29662]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "addr": "172.21.15.82", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:44 smithi082 ceph-mon[29662]: Deploying cephadm binary to smithi082 2024-03-13T11:15:47.705 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Added host 'smithi082' with addr '172.21.15.82' 2024-03-13T11:15:47.705 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying unmanaged mon service... 2024-03-13T11:15:48.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:48 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:48.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:48 smithi082 ceph-mon[29662]: Added host smithi082 2024-03-13T11:15:48.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:48 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:15:49.030 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-13T11:15:49.030 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying unmanaged mgr service... 2024-03-13T11:15:49.614 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:49 smithi082 ceph-mon[29662]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:49.614 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:49 smithi082 ceph-mon[29662]: Saving service mon spec with placement count:5 2024-03-13T11:15:49.614 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:49 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:50.989 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:50 smithi082 ceph-mon[29662]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:15:50.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:50 smithi082 ceph-mon[29662]: Saving service mgr spec with placement count:2 2024-03-13T11:15:50.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:50 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:50.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:50 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:50.992 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-13T11:15:52.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:52 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:52.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:52 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3714506770' entity='client.admin' 2024-03-13T11:15:53.672 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling the dashboard module... 2024-03-13T11:15:54.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:53 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3568332741' entity='client.admin' 2024-03-13T11:15:55.894 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:55 smithi082 ceph-mon[29662]: from='mgr.14120 172.21.15.82:0/1800822648' entity='mgr.x' 2024-03-13T11:15:55.895 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:55 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2295499031' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-13T11:15:55.895 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:55 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: ignoring --setuser ceph since I am not root 2024-03-13T11:15:55.895 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:55 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: ignoring --setgroup ceph since I am not root 2024-03-13T11:15:56.186 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:56.144+0000 7f8a24568200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-13T11:15:56.491 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:56.241+0000 7f8a24568200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-13T11:15:56.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2295499031' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-13T11:15:56.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-mon[29662]: mgrmap e9: x(active, since 19s) 2024-03-13T11:15:57.131 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:56.900+0000 7f8a24568200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-13T11:15:57.132 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:56 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:56.992+0000 7f8a24568200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-13T11:15:57.132 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.133+0000 7f8a24568200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-13T11:15:57.487 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.230+0000 7f8a24568200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-13T11:15:57.487 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.314+0000 7f8a24568200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-13T11:15:57.491 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:15:57.491 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-03-13T11:15:57.492 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 9... 2024-03-13T11:15:57.783 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3506395095' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-13T11:15:57.784 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.585+0000 7f8a24568200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-13T11:15:57.784 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.698+0000 7f8a24568200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-13T11:15:57.784 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.785+0000 7f8a24568200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-13T11:15:58.039 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:57 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:57.882+0000 7f8a24568200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-13T11:15:58.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:58 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:58.062+0000 7f8a24568200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-13T11:15:59.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.018+0000 7f8a24568200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-13T11:15:59.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.147+0000 7f8a24568200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-13T11:15:59.760 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.476+0000 7f8a24568200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-13T11:15:59.761 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.567+0000 7f8a24568200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-13T11:15:59.761 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.762+0000 7f8a24568200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:16:00.059 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:15:59 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:15:59.946+0000 7f8a24568200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-13T11:16:00.485 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:00.230+0000 7f8a24568200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-13T11:16:00.485 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:00.487+0000 7f8a24568200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-13T11:16:00.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:00.726+0000 7f8a24568200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-13T11:16:01.809 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:01 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:01.521+0000 7f8a24568200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-13T11:16:02.404 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:02.087+0000 7f8a24568200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-13T11:16:02.404 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:02.186+0000 7f8a24568200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-13T11:16:02.404 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:16:02.406+0000 7f8a24568200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-13T11:16:02.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: Active manager daemon x restarted 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: Activating manager daemon x 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: osdmap e3: 0 total, 0 up, 0 in 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: mgrmap e10: x(active, starting, since 0.00324467s) 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: Manager daemon x is now available 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:02.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:02 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:03.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:03 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-13T11:16:03.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:03 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-13T11:16:03.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:03 smithi082 ceph-mon[29662]: mgrmap e11: x(active, since 1.00536s) 2024-03-13T11:16:04.231 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-03-13T11:16:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-13T11:16:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-13T11:16:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-03-13T11:16:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 9 is available 2024-03-13T11:16:04.232 INFO:teuthology.orchestra.run.smithi082.stdout:Generating a dashboard self-signed certificate... 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: [13/Mar/2024:11:16:02] ENGINE Bus STARTING 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: [13/Mar/2024:11:16:02] ENGINE Serving on https://172.21.15.82:7150 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: [13/Mar/2024:11:16:02] ENGINE Serving on http://172.21.15.82:8765 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: [13/Mar/2024:11:16:02] ENGINE Bus STARTED 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-13T11:16:04.665 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:04 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:05.755 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-13T11:16:05.755 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial admin user... 2024-03-13T11:16:06.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:06 smithi082 ceph-mon[29662]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:06.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:06.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:06.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:06 smithi082 ceph-mon[29662]: mgrmap e12: x(active, since 2s) 2024-03-13T11:16:07.194 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$t3nmCev0bmOEfSmq2Wj6xew01SqTL/gt70h4cr9lhRTpFSd2s93Ca", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710328566, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-13T11:16:07.194 INFO:teuthology.orchestra.run.smithi082.stdout:Fetching dashboard port number... 2024-03-13T11:16:07.503 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:07 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:07.503 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:07 smithi082 ceph-mon[29662]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:07.503 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:07 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:08.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:08 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/566341392' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-13T11:16:08.922 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 8443 2024-03-13T11:16:08.935 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-13T11:16:08.935 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-03-13T11:16:08.943 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-13T11:16:08.943 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-03-13T11:16:08.943 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-03-13T11:16:08.944 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph Dashboard is now available at: 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout: URL: https://smithi082.front.sepia.ceph.com:8443/ 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout: User: admin 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout: Password: 6g99z76pjc 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:08.946 INFO:teuthology.orchestra.run.smithi082.stdout:Saving cluster configuration to /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/config directory 2024-03-13T11:16:08.947 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling autotune for osd_memory_target 2024-03-13T11:16:10.526 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:10 smithi082 ceph-mon[29662]: mgrmap e13: x(active, since 6s) 2024-03-13T11:16:11.719 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout:Or, if you are only running a single cluster on this host: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.720 INFO:teuthology.orchestra.run.smithi082.stdout: ceph telemetry on 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout:For more information see: 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:11.721 INFO:teuthology.orchestra.run.smithi082.stdout:Bootstrap complete. 2024-03-13T11:16:11.762 INFO:tasks.cephadm:Fetching config... 2024-03-13T11:16:11.762 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:11.762 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-13T11:16:11.777 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-13T11:16:11.777 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:11.777 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-13T11:16:11.833 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-13T11:16:11.833 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:11.833 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-13T11:16:11.900 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-13T11:16:11.900 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:11.900 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-13T11:16:11.954 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-13T11:16:11.955 DEBUG:teuthology.orchestra.run.smithi082:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJweZ7P3ogm7ltWUBXTRufovEvQZO1FGNwbXWr7Io0JtGaGj9eVqj/l1HVdZ7pgiaZR+yoGQRzEwPxTsmt+D/MOvzwRN0JvBybGHImkCTguEVANsAKYbKLl/px375eiPDfAaJtICzAX+t+9s6k2E6rNW7mCOw9wBe2jdLBTCrcs/m5yAq2klVH+K5EhAU5RtAVWF36Ts6e2GsYUKXgx+ZE2H4JLX3oyhPngVTCNOKHrwg66iB2oyTvO4zRaLYcfGL82aWm8s5TT6nbE6xQnQkKdTa6Slz3upFaxhjJMkmzSfgkzKT1FEHIseZopJF4N8jsjBrjUU0+QTOQfk8r0pWb3E+Em1/HJTz+oazbpfAvb1rsCemKGotcqPtFdBHfhbgrwSA4N29o03T46uS4Fe743CxgSqHWZxKaJBhbd66zNIU1pyK3+nE2Qfytbp3Rr+5h49vth5krqdprD4PdQuY/NRVI7Ecl7r9pRtv+nSL6sy5wDgkvaQuZwpKwgcV7wuk= ceph-d5457e42-e12a-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-13T11:16:12.035 INFO:teuthology.orchestra.run.smithi082.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJweZ7P3ogm7ltWUBXTRufovEvQZO1FGNwbXWr7Io0JtGaGj9eVqj/l1HVdZ7pgiaZR+yoGQRzEwPxTsmt+D/MOvzwRN0JvBybGHImkCTguEVANsAKYbKLl/px375eiPDfAaJtICzAX+t+9s6k2E6rNW7mCOw9wBe2jdLBTCrcs/m5yAq2klVH+K5EhAU5RtAVWF36Ts6e2GsYUKXgx+ZE2H4JLX3oyhPngVTCNOKHrwg66iB2oyTvO4zRaLYcfGL82aWm8s5TT6nbE6xQnQkKdTa6Slz3upFaxhjJMkmzSfgkzKT1FEHIseZopJF4N8jsjBrjUU0+QTOQfk8r0pWb3E+Em1/HJTz+oazbpfAvb1rsCemKGotcqPtFdBHfhbgrwSA4N29o03T46uS4Fe743CxgSqHWZxKaJBhbd66zNIU1pyK3+nE2Qfytbp3Rr+5h49vth5krqdprD4PdQuY/NRVI7Ecl7r9pRtv+nSL6sy5wDgkvaQuZwpKwgcV7wuk= ceph-d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:16:12.049 DEBUG:teuthology.orchestra.run.smithi097:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJweZ7P3ogm7ltWUBXTRufovEvQZO1FGNwbXWr7Io0JtGaGj9eVqj/l1HVdZ7pgiaZR+yoGQRzEwPxTsmt+D/MOvzwRN0JvBybGHImkCTguEVANsAKYbKLl/px375eiPDfAaJtICzAX+t+9s6k2E6rNW7mCOw9wBe2jdLBTCrcs/m5yAq2klVH+K5EhAU5RtAVWF36Ts6e2GsYUKXgx+ZE2H4JLX3oyhPngVTCNOKHrwg66iB2oyTvO4zRaLYcfGL82aWm8s5TT6nbE6xQnQkKdTa6Slz3upFaxhjJMkmzSfgkzKT1FEHIseZopJF4N8jsjBrjUU0+QTOQfk8r0pWb3E+Em1/HJTz+oazbpfAvb1rsCemKGotcqPtFdBHfhbgrwSA4N29o03T46uS4Fe743CxgSqHWZxKaJBhbd66zNIU1pyK3+nE2Qfytbp3Rr+5h49vth5krqdprD4PdQuY/NRVI7Ecl7r9pRtv+nSL6sy5wDgkvaQuZwpKwgcV7wuk= ceph-d5457e42-e12a-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-13T11:16:12.094 INFO:teuthology.orchestra.run.smithi097.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJweZ7P3ogm7ltWUBXTRufovEvQZO1FGNwbXWr7Io0JtGaGj9eVqj/l1HVdZ7pgiaZR+yoGQRzEwPxTsmt+D/MOvzwRN0JvBybGHImkCTguEVANsAKYbKLl/px375eiPDfAaJtICzAX+t+9s6k2E6rNW7mCOw9wBe2jdLBTCrcs/m5yAq2klVH+K5EhAU5RtAVWF36Ts6e2GsYUKXgx+ZE2H4JLX3oyhPngVTCNOKHrwg66iB2oyTvO4zRaLYcfGL82aWm8s5TT6nbE6xQnQkKdTa6Slz3upFaxhjJMkmzSfgkzKT1FEHIseZopJF4N8jsjBrjUU0+QTOQfk8r0pWb3E+Em1/HJTz+oazbpfAvb1rsCemKGotcqPtFdBHfhbgrwSA4N29o03T46uS4Fe743CxgSqHWZxKaJBhbd66zNIU1pyK3+nE2Qfytbp3Rr+5h49vth5krqdprD4PdQuY/NRVI7Ecl7r9pRtv+nSL6sy5wDgkvaQuZwpKwgcV7wuk= ceph-d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:16:12.109 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-13T11:16:12.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:12 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/1887008742' entity='client.admin' 2024-03-13T11:16:12.355 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:14.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:14 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:15.231 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-13T11:16:15.232 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-13T11:16:15.466 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:15.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:15 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3141464613' entity='client.admin' 2024-03-13T11:16:15.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:15 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:15.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:15 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:17.809 INFO:tasks.cephadm:Remote smithi097 excluded from cephadm cluster by role 2024-03-13T11:16:17.810 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-13T11:16:17.810 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-13T11:16:18.051 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:18.388 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:18.388 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:18.388 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:18.388 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:18.388 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: Updating smithi082:/etc/ceph/ceph.conf 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: Updating smithi082:/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:18.389 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:18 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:19.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:19 smithi082 ceph-mon[29662]: Updating smithi082:/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-13T11:16:20.068 INFO:teuthology.orchestra.run.smithi082.stderr:adjusted tunables profile to default 2024-03-13T11:16:20.660 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:20 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2326846145' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-13T11:16:20.673 INFO:tasks.cephadm:Adding mon.a on smithi082 2024-03-13T11:16:20.673 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch apply mon '1;smithi082:172.21.15.82=a' 2024-03-13T11:16:20.909 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:21.301 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:21 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2326846145' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-13T11:16:21.301 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:21 smithi082 ceph-mon[29662]: osdmap e4: 0 total, 0 up, 0 in 2024-03-13T11:16:22.475 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled mon update... 2024-03-13T11:16:23.104 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-03-13T11:16:23.104 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi082:172.21.15.82=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: Saving service mon spec with placement smithi082:172.21.15.82=a;count:1 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:16:23.758 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: Reconfiguring mon.a (unknown last config time)... 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:23.759 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:23 smithi082 ceph-mon[29662]: Reconfiguring daemon mon.a on smithi082 2024-03-13T11:16:24.125 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:25.342 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:25.343 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:25.343 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:25 smithi082 ceph-mon[29662]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:25.881 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:16:25.881 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":1,"fsid":"d5457e42-e12a-11ee-95c9-87774f69a715","modified":"2024-03-13T11:14:58.090607Z","created":"2024-03-13T11:14:58.090607Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-13T11:16:25.884 INFO:teuthology.orchestra.run.smithi082.stderr:dumped monmap epoch 1 2024-03-13T11:16:26.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:26 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3144249077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-13T11:16:26.381 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-13T11:16:26.381 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-13T11:16:26.615 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:27.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:27 smithi082 ceph-mon[29662]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:28.265 INFO:teuthology.orchestra.run.smithi082.stdout:# minimal ceph.conf for d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:16:28.265 INFO:teuthology.orchestra.run.smithi082.stdout:[global] 2024-03-13T11:16:28.265 INFO:teuthology.orchestra.run.smithi082.stdout: fsid = d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:16:28.265 INFO:teuthology.orchestra.run.smithi082.stdout: mon_host = [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] 2024-03-13T11:16:28.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:28 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2296977993' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:28.869 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-13T11:16:28.870 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:28.870 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.conf 2024-03-13T11:16:28.899 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:28.899 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-13T11:16:28.966 INFO:tasks.cephadm:Adding mgr.x on smithi082 2024-03-13T11:16:28.966 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch apply mgr '1;smithi082=x' 2024-03-13T11:16:29.238 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:29.653 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:29 smithi082 ceph-mon[29662]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:30.995 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled mgr update... 2024-03-13T11:16:31.614 INFO:tasks.cephadm:Deploying OSDs... 2024-03-13T11:16:31.614 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:16:31.615 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-03-13T11:16:31.629 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-03-13T11:16:31.630 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-03-13 11:16:12.684453058 +0000 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-03-13 11:11:26.033580472 +0000 2024-03-13T11:16:31.685 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-03-13 11:11:26.033580472 +0000 2024-03-13T11:16:31.686 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-03-13 11:11:26.033580472 +0000 2024-03-13T11:16:31.686 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-13T11:16:31.749 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:31.749 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:31.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:31.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:31.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:16:31.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:31.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:31.751 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-13T11:16:31.751 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-13T11:16:31.751 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:31.752 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-03-13T11:16:31.752 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-03-13T11:16:31.753 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000193991 s, 2.6 MB/s 2024-03-13T11:16:31.753 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-13T11:16:31.809 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2024-03-13T11:16:31.864 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-03-13 11:16:12.715452424 +0000 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-03-13 11:11:26.392572934 +0000 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-03-13 11:11:26.392572934 +0000 2024-03-13T11:16:31.865 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-03-13 11:11:26.392572934 +0000 2024-03-13T11:16:31.865 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-13T11:16:31.929 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-03-13T11:16:31.930 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-03-13T11:16:31.930 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000213127 s, 2.4 MB/s 2024-03-13T11:16:31.931 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-13T11:16:31.985 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-03-13 11:16:12.744451830 +0000 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-03-13 11:11:26.732565796 +0000 2024-03-13T11:16:32.040 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-03-13 11:11:26.732565796 +0000 2024-03-13T11:16:32.041 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-03-13 11:11:26.732565796 +0000 2024-03-13T11:16:32.041 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-13T11:16:32.106 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-03-13T11:16:32.106 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-03-13T11:16:32.106 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.00016779 s, 3.1 MB/s 2024-03-13T11:16:32.107 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-13T11:16:32.163 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2024-03-13T11:16:32.218 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-13T11:16:32.218 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-13T11:16:32.218 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-03-13T11:16:32.218 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-13T11:16:32.218 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-03-13T11:16:32.219 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-03-13 11:16:12.771451278 +0000 2024-03-13T11:16:32.219 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-03-13 11:11:27.069558720 +0000 2024-03-13T11:16:32.219 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-03-13 11:11:27.069558720 +0000 2024-03-13T11:16:32.219 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-03-13 11:11:27.069558720 +0000 2024-03-13T11:16:32.219 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-13T11:16:32.284 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-03-13T11:16:32.284 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-03-13T11:16:32.284 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000247777 s, 2.1 MB/s 2024-03-13T11:16:32.286 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-13T11:16:32.341 INFO:tasks.cephadm:Deploying osd.0 on smithi082 with /dev/vg_nvme/lv_4... 2024-03-13T11:16:32.341 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-13T11:16:32.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:32 smithi082 ceph-mon[29662]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi082=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:32 smithi082 ceph-mon[29662]: Saving service mgr spec with placement smithi082=x;count:1 2024-03-13T11:16:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:32 smithi082 ceph-mon[29662]: Reconfiguring mgr.x (unknown last config time)... 2024-03-13T11:16:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:32 smithi082 ceph-mon[29662]: Reconfiguring daemon mgr.x on smithi082 2024-03-13T11:16:32.722 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:33.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:33 smithi082 ceph-mon[29662]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:33.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:33.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:34.482 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-13T11:16:34.482 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-13T11:16:34.483 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2024-03-13T11:16:34.483 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2024-03-13T11:16:34.483 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012153 s, 863 MB/s 2024-03-13T11:16:34.483 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2024-03-13T11:16:35.126 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi082:vg_nvme/lv_4 2024-03-13T11:16:35.363 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:35.760 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:35 smithi082 ceph-mon[29662]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:37.752 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:37 smithi082 ceph-mon[29662]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:37.752 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:37 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-13T11:16:37.752 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:37 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-13T11:16:37.752 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:37 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:38.613 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:38 smithi082 ceph-mon[29662]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:16:39.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:39 smithi082 ceph-mon[29662]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:39.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:39 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/613237664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe817df0-17ba-48ce-ba86-1e0a25ab25f4"}]: dispatch 2024-03-13T11:16:39.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:39 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/613237664' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe817df0-17ba-48ce-ba86-1e0a25ab25f4"}]': finished 2024-03-13T11:16:39.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:39 smithi082 ceph-mon[29662]: osdmap e5: 1 total, 0 up, 1 in 2024-03-13T11:16:39.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:39 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:40.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:40 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/53176372' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-13T11:16:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:41 smithi082 ceph-mon[29662]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:43.808 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:43 smithi082 ceph-mon[29662]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:45.802 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:45 smithi082 ceph-mon[29662]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:46.705 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:46 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-13T11:16:46.705 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:46 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:16:47.778 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:47 smithi082 ceph-mon[29662]: Deploying daemon osd.0 on smithi082 2024-03-13T11:16:47.778 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:47 smithi082 ceph-mon[29662]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:49.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:49 smithi082 ceph-mon[29662]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:51.682 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:51 smithi082 ceph-mon[29662]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:51.682 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:51 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:51.682 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:51 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:51.683 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:51 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:16:53.808 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:53 smithi082 ceph-mon[29662]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:54.155 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 0 on host 'smithi082' 2024-03-13T11:16:54.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:54 smithi082 ceph-mon[29662]: from='osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-13T11:16:54.730 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:54 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:54.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:54 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:54.759 DEBUG:teuthology.orchestra.run.smithi082:osd.0> sudo journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.0.service 2024-03-13T11:16:54.762 INFO:tasks.cephadm:Deploying osd.1 on smithi082 with /dev/vg_nvme/lv_3... 2024-03-13T11:16:54.762 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-13T11:16:55.054 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:16:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: from='osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-13T11:16:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: osdmap e6: 1 total, 0 up, 1 in 2024-03-13T11:16:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: from='osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-03-13T11:16:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:16:56.213 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0[40671]: 2024-03-13T11:16:55.955+0000 7f9671720700 -1 osd.0 0 waiting for initial osdmap 2024-03-13T11:16:56.213 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:16:55 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0[40671]: 2024-03-13T11:16:55.957+0000 7f966950b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-13T11:16:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:56 smithi082 ceph-mon[29662]: from='osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-03-13T11:16:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:56 smithi082 ceph-mon[29662]: osdmap e7: 1 total, 0 up, 1 in 2024-03-13T11:16:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:56 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:56 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:56 smithi082 ceph-mon[29662]: from='osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431]' entity='osd.0' 2024-03-13T11:16:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: purged_snaps scrub starts 2024-03-13T11:16:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: purged_snaps scrub ok 2024-03-13T11:16:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-13T11:16:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: osd.0 [v2:172.21.15.82:6802/3476784431,v1:172.21.15.82:6803/3476784431] boot 2024-03-13T11:16:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: osdmap e8: 1 total, 1 up, 1 in 2024-03-13T11:16:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-13T11:16:58.503 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-13T11:16:58.503 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-13T11:16:58.504 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2024-03-13T11:16:58.504 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2024-03-13T11:16:58.504 INFO:teuthology.orchestra.run.smithi082.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123874 s, 846 MB/s 2024-03-13T11:16:58.504 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 2024-03-13T11:16:58.504 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2024-03-13T11:16:59.130 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:58 smithi082 ceph-mon[29662]: osdmap e9: 1 total, 1 up, 1 in 2024-03-13T11:16:59.130 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:16:58 smithi082 ceph-mon[29662]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:16:59.158 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi082:vg_nvme/lv_3 2024-03-13T11:16:59.646 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:00.998 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: Detected new or changed devices on smithi082 2024-03-13T11:17:00.998 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:00.998 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: Adjusting osd_memory_target on smithi082 to 17088M 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:00.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:00 smithi082 ceph-mon[29662]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:02.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:01 smithi082 ceph-mon[29662]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:17:02.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-13T11:17:02.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-13T11:17:02.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:03.021 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:02 smithi082 ceph-mon[29662]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:04.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:04 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2736168430' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ede4fda2-7ea5-4339-b671-3ef6c35136d0"}]: dispatch 2024-03-13T11:17:04.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:04 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2736168430' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ede4fda2-7ea5-4339-b671-3ef6c35136d0"}]': finished 2024-03-13T11:17:04.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:04 smithi082 ceph-mon[29662]: osdmap e10: 2 total, 1 up, 2 in 2024-03-13T11:17:04.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:04 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-13T11:17:05.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:05 smithi082 ceph-mon[29662]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:05.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:05 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2119436079' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-13T11:17:07.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:07 smithi082 ceph-mon[29662]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:09.771 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:09 smithi082 ceph-mon[29662]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:10.655 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:10 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-13T11:17:10.655 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:10 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:11.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:11 smithi082 ceph-mon[29662]: Deploying daemon osd.1 on smithi082 2024-03-13T11:17:11.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:11 smithi082 ceph-mon[29662]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:13.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:13 smithi082 ceph-mon[29662]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:15.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:15 smithi082 ceph-mon[29662]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:16.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:16 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:16.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:16 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:16.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:16 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:17:16.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:16 smithi082 ceph-mon[29662]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:19.280 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:19 smithi082 ceph-mon[29662]: from='osd.1 [v2:172.21.15.82:6810/1331019248,v1:172.21.15.82:6811/1331019248]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-13T11:17:19.281 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 1 on host 'smithi082' 2024-03-13T11:17:20.030 DEBUG:teuthology.orchestra.run.smithi082:osd.1> sudo journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.1.service 2024-03-13T11:17:20.032 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-03-13T11:17:20.033 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='osd.1 [v2:172.21.15.82:6810/1331019248,v1:172.21.15.82:6811/1331019248]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: osdmap e11: 2 total, 1 up, 2 in 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='osd.1 [v2:172.21.15.82:6810/1331019248,v1:172.21.15.82:6811/1331019248]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-03-13T11:17:20.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-13T11:17:20.799 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:20.917 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1[46631]: 2024-03-13T11:17:20.766+0000 7fc342151700 -1 osd.1 0 waiting for initial osdmap 2024-03-13T11:17:20.918 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:17:20 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1[46631]: 2024-03-13T11:17:20.768+0000 7fc33df44700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-13T11:17:21.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:21 smithi082 ceph-mon[29662]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-13T11:17:21.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:21 smithi082 ceph-mon[29662]: from='osd.1 [v2:172.21.15.82:6810/1331019248,v1:172.21.15.82:6811/1331019248]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-03-13T11:17:21.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:21 smithi082 ceph-mon[29662]: osdmap e12: 2 total, 1 up, 2 in 2024-03-13T11:17:21.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:21 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-13T11:17:21.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:21 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-13T11:17:23.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: purged_snaps scrub starts 2024-03-13T11:17:23.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: purged_snaps scrub ok 2024-03-13T11:17:23.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: osd.1 [v2:172.21.15.82:6810/1331019248,v1:172.21.15.82:6811/1331019248] boot 2024-03-13T11:17:23.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: osdmap e13: 2 total, 2 up, 2 in 2024-03-13T11:17:23.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-13T11:17:23.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:22 smithi082 ceph-mon[29662]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:23.105 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:23.772 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1710328641,"num_in_osds":2,"osd_in_since":1710328624,"num_remapped_pgs":0} 2024-03-13T11:17:23.773 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-13T11:17:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:23 smithi082 ceph-mon[29662]: osdmap e14: 2 total, 2 up, 2 in 2024-03-13T11:17:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:23 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2599985170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-13T11:17:24.327 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:25.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: Detected new or changed devices on smithi082 2024-03-13T11:17:25.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: Adjusting osd_memory_target on smithi082 to 8544M 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:25.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:25 smithi082 ceph-mon[29662]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:26.077 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:26.077 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":14,"fsid":"d5457e42-e12a-11ee-95c9-87774f69a715","created":"2024-03-13T11:15:00.994360+0000","modified":"2024-03-13T11:17:22.763759+0000","last_up_change":"2024-03-13T11:17:21.762739+0000","last_in_change":"2024-03-13T11:17:04.042719+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"fe817df0-17ba-48ce-ba86-1e0a25ab25f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6803","nonce":3476784431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6805","nonce":3476784431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6809","nonce":3476784431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6807","nonce":3476784431}]},"public_addr":"172.21.15.82:6803/3476784431","cluster_addr":"172.21.15.82:6805/3476784431","heartbeat_back_addr":"172.21.15.82:6809/3476784431","heartbeat_front_addr":"172.21.15.82:6807/3476784431","state":["exists","up"]},{"osd":1,"uuid":"ede4fda2-7ea5-4339-b671-3ef6c35136d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6811","nonce":1331019248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6813","nonce":1331019248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6817","nonce":1331019248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6815","nonce":1331019248}]},"public_addr":"172.21.15.82:6811/1331019248","cluster_addr":"172.21.15.82:6813/1331019248","heartbeat_back_addr":"172.21.15.82:6817/1331019248","heartbeat_front_addr":"172.21.15.82:6815/1331019248","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:16:55.175223+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:17:19.800215+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1050539202":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6801/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/2044974912":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/1401106495":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/2666939705":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/1562186037":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:6801/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/823889578":"2024-03-14T11:15:35.803633+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-13T11:17:26.644 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:26 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3098603371' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-13T11:17:26.670 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-03-13T11:17:26.670 INFO:tasks.cephadm:Setting up client nodes... 2024-03-13T11:17:26.671 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-13T11:17:26.907 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:27.700 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:27 smithi082 ceph-mon[29662]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:28.732 INFO:teuthology.orchestra.run.smithi082.stdout:[client.0] 2024-03-13T11:17:28.732 INFO:teuthology.orchestra.run.smithi082.stdout: key = AQBIi/Fl4sScKxAA/DUQrQl6ou8eBBdvUfSXkw== 2024-03-13T11:17:29.326 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-13T11:17:29.326 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-13T11:17:29.326 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-13T11:17:29.368 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-13T11:17:29.368 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-13T11:17:29.368 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-13T11:17:29.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:29 smithi082 ceph-mon[29662]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:29.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:29 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2430000005' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-13T11:17:29.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:29 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2430000005' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-13T11:17:29.643 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:31.453 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:31.786 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:31 smithi082 ceph-mon[29662]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:31.786 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:31 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/4232819084' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-13T11:17:32.014 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":1753378926},{"type":"v1","addr":"172.21.15.82:6801","nonce":1753378926}]},"active_addr":"172.21.15.82:6801/1753378926","active_change":"2024-03-13T11:16:02.420567+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.82:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":3068897232}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":4224985045}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":2499318891}]}]} 2024-03-13T11:17:32.019 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-13T11:17:32.019 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-13T11:17:32.019 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-13T11:17:32.256 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:33.771 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:33 smithi082 ceph-mon[29662]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:33.957 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:33.958 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":14,"fsid":"d5457e42-e12a-11ee-95c9-87774f69a715","created":"2024-03-13T11:15:00.994360+0000","modified":"2024-03-13T11:17:22.763759+0000","last_up_change":"2024-03-13T11:17:21.762739+0000","last_in_change":"2024-03-13T11:17:04.042719+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"fe817df0-17ba-48ce-ba86-1e0a25ab25f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6803","nonce":3476784431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6805","nonce":3476784431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6809","nonce":3476784431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6807","nonce":3476784431}]},"public_addr":"172.21.15.82:6803/3476784431","cluster_addr":"172.21.15.82:6805/3476784431","heartbeat_back_addr":"172.21.15.82:6809/3476784431","heartbeat_front_addr":"172.21.15.82:6807/3476784431","state":["exists","up"]},{"osd":1,"uuid":"ede4fda2-7ea5-4339-b671-3ef6c35136d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6811","nonce":1331019248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6813","nonce":1331019248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6817","nonce":1331019248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6815","nonce":1331019248}]},"public_addr":"172.21.15.82:6811/1331019248","cluster_addr":"172.21.15.82:6813/1331019248","heartbeat_back_addr":"172.21.15.82:6817/1331019248","heartbeat_front_addr":"172.21.15.82:6815/1331019248","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:16:55.175223+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:17:19.800215+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1050539202":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6801/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/2044974912":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/1401106495":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/2666939705":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/1562186037":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:6801/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/823889578":"2024-03-14T11:15:35.803633+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-13T11:17:34.511 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:34 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/1660708235' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-13T11:17:34.512 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-13T11:17:34.512 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-13T11:17:34.750 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:35.755 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:35 smithi082 ceph-mon[29662]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:36.436 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:36.436 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":14,"fsid":"d5457e42-e12a-11ee-95c9-87774f69a715","created":"2024-03-13T11:15:00.994360+0000","modified":"2024-03-13T11:17:22.763759+0000","last_up_change":"2024-03-13T11:17:21.762739+0000","last_in_change":"2024-03-13T11:17:04.042719+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"fe817df0-17ba-48ce-ba86-1e0a25ab25f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6803","nonce":3476784431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6805","nonce":3476784431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6809","nonce":3476784431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":3476784431},{"type":"v1","addr":"172.21.15.82:6807","nonce":3476784431}]},"public_addr":"172.21.15.82:6803/3476784431","cluster_addr":"172.21.15.82:6805/3476784431","heartbeat_back_addr":"172.21.15.82:6809/3476784431","heartbeat_front_addr":"172.21.15.82:6807/3476784431","state":["exists","up"]},{"osd":1,"uuid":"ede4fda2-7ea5-4339-b671-3ef6c35136d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6811","nonce":1331019248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6813","nonce":1331019248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6817","nonce":1331019248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1331019248},{"type":"v1","addr":"172.21.15.82:6815","nonce":1331019248}]},"public_addr":"172.21.15.82:6811/1331019248","cluster_addr":"172.21.15.82:6813/1331019248","heartbeat_back_addr":"172.21.15.82:6817/1331019248","heartbeat_front_addr":"172.21.15.82:6815/1331019248","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:16:55.175223+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-13T11:17:19.800215+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1050539202":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6801/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/3124740017":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/2044974912":"2024-03-14T11:16:02.420455+0000","172.21.15.82:0/1401106495":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/2666939705":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/1562186037":"2024-03-14T11:16:02.420455+0000","172.21.15.82:6800/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:6801/375990610":"2024-03-14T11:15:35.803633+0000","172.21.15.82:0/823889578":"2024-03-14T11:15:35.803633+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-13T11:17:36.727 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:36 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/1797412647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-13T11:17:37.031 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-13T11:17:37.031 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-13T11:17:37.278 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:37.282 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:37.715 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:37 smithi082 ceph-mon[29662]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:39.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:39 smithi082 ceph-mon[29662]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:39.887 INFO:teuthology.orchestra.run.smithi082.stdout:34359738380 2024-03-13T11:17:39.887 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-13T11:17:40.763 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:41.348 INFO:teuthology.orchestra.run.smithi082.stdout:55834574854 2024-03-13T11:17:41.349 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-13T11:17:41.567 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:41 smithi082 ceph-mon[29662]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:42.752 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:42.975 INFO:teuthology.orchestra.run.smithi082.stdout:34359738380 2024-03-13T11:17:43.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:43 smithi082 ceph-mon[29662]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:43.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:43 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/254768545' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-13T11:17:43.917 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2024-03-13T11:17:43.917 DEBUG:teuthology.parallel:result is None 2024-03-13T11:17:44.977 INFO:teuthology.orchestra.run.smithi082.stdout:55834574855 2024-03-13T11:17:45.525 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574854 got 55834574855 for osd.1 2024-03-13T11:17:45.525 DEBUG:teuthology.parallel:result is None 2024-03-13T11:17:45.525 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-13T11:17:45.525 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-13T11:17:45.762 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:45.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:45 smithi082 ceph-mon[29662]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:45.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:45 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/963966716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-13T11:17:47.557 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:47.559 INFO:teuthology.orchestra.run.smithi082.stderr:dumped all 2024-03-13T11:17:47.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:47 smithi082 ceph-mon[29662]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:48.111 INFO:teuthology.orchestra.run.smithi082.stdout:{"pg_ready":true,"pg_map":{"version":56,"stamp":"2024-03-13T11:17:46.440852+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54284,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436020,"statfs":{"total":191990071296,"available":191934484480,"internally_reserved":0,"allocated":245760,"data_stored":59568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574855,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":29784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2024-03-13T11:17:48.111 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-13T11:17:48.345 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:48.720 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:48 smithi082 ceph-mon[29662]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:17:49.677 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:49 smithi082 ceph-mon[29662]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:50.095 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:50.098 INFO:teuthology.orchestra.run.smithi082.stderr:dumped all 2024-03-13T11:17:50.682 INFO:teuthology.orchestra.run.smithi082.stdout:{"pg_ready":true,"pg_map":{"version":57,"stamp":"2024-03-13T11:17:48.441244+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54284,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436020,"statfs":{"total":191990071296,"available":191934484480,"internally_reserved":0,"allocated":245760,"data_stored":59568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738382,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":29784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2024-03-13T11:17:50.682 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-13T11:17:50.683 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-13T11:17:50.683 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-13T11:17:50.683 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-13T11:17:50.919 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:51.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:51 smithi082 ceph-mon[29662]: from='client.14228 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:17:51.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:51 smithi082 ceph-mon[29662]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:52.639 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:17:52.639 INFO:teuthology.orchestra.run.smithi082.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-13T11:17:53.169 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-13T11:17:53.170 INFO:tasks.cephadm:Setup complete, yielding 2024-03-13T11:17:53.170 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-13T11:17:53.179 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-03-13T11:17:53.179 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph fs volume create cephfs' 2024-03-13T11:17:53.416 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:53 smithi082 ceph-mon[29662]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:53 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/2736849286' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-13T11:17:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:55 smithi082 ceph-mon[29662]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:55 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]: dispatch 2024-03-13T11:17:56.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:56 smithi082 ceph-mon[29662]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:17:56.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:56 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-03-13T11:17:56.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:56 smithi082 ceph-mon[29662]: osdmap e15: 2 total, 2 up, 2 in 2024-03-13T11:17:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:56 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]: dispatch 2024-03-13T11:17:56.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:56 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a[29658]: 2024-03-13T11:17:56.525+0000 7f7957b5f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-13T11:17:57.217 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-13T11:17:57.227 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-03-13T11:17:57.227 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:17:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: pgmap v62: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: osdmap e16: 2 total, 2 up, 2 in 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]: dispatch 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: osdmap e17: 2 total, 2 up, 2 in 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: fsmap cephfs:0 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: Saving service mds.cephfs spec with placement count:2 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:57.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi082.qklyid", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi082.qklyid", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:17:57.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:57 smithi082 ceph-mon[29662]: Deploying daemon mds.cephfs.smithi082.qklyid on smithi082 2024-03-13T11:17:57.941 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:17:58.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:58 smithi082 ceph-mon[29662]: osdmap e18: 2 total, 2 up, 2 in 2024-03-13T11:17:59.789 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:59 smithi082 ceph-mon[29662]: pgmap v66: 64 pgs: 16 creating+peering, 16 creating+activating+undersized, 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:17:59.789 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:59 smithi082 ceph-mon[29662]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-13T11:17:59.789 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:17:59 smithi082 ceph-mon[29662]: osdmap e19: 2 total, 2 up, 2 in 2024-03-13T11:18:00.122 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:00.122 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:17:56.543669Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "running": 0, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:17:18.132668Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:17:18.132547Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:17:18.132747Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-03-13T11:18:00.874 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-03-13T11:18:01.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: pgmap v68: 64 pgs: 16 creating+peering, 16 creating+activating+undersized, 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: mds.? [v2:172.21.15.82:6818/3036909647,v1:172.21.15.82:6819/3036909647] up:boot 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: daemon mds.cephfs.smithi082.qklyid assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-13T11:18:01.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: Cluster is now healthy 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: fsmap cephfs:0 1 up:standby 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.smithi082.qklyid"}]: dispatch 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:creating} 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:01.811 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: daemon mds.cephfs.smithi082.qklyid is now active in filesystem cephfs as rank 0 2024-03-13T11:18:01.812 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:01.812 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi082.fexowy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-13T11:18:01.812 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi082.fexowy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-13T11:18:01.812 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:18:01.812 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:01 smithi082 ceph-mon[29662]: Deploying daemon mds.cephfs.smithi082.fexowy on smithi082 2024-03-13T11:18:01.875 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:02.253 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:02.715 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:02 smithi082 ceph-mon[29662]: mds.? [v2:172.21.15.82:6818/3036909647,v1:172.21.15.82:6819/3036909647] up:active 2024-03-13T11:18:02.715 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:02 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:active} 2024-03-13T11:18:03.802 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:03 smithi082 ceph-mon[29662]: pgmap v69: 64 pgs: 7 active+undersized+degraded, 16 creating+activating+undersized, 41 active+undersized; 1.8 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 14/42 objects degraded (33.333%) 2024-03-13T11:18:03.802 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:03 smithi082 ceph-mon[29662]: Health check failed: Degraded data redundancy: 14/42 objects degraded (33.333%), 7 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:04.442 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:04.442 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "running": 0, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:17:18.132668Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:17:18.132547Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:17:18.132747Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-03-13T11:18:05.062 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-03-13T11:18:05.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: pgmap v70: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 511 B/s wr, 9 op/s; 21/63 objects degraded (33.333%) 2024-03-13T11:18:05.310 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: mds.? [v2:172.21.15.82:6820/2346354021,v1:172.21.15.82:6821/2346354021] up:boot 2024-03-13T11:18:05.311 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:active} 1 up:standby 2024-03-13T11:18:05.311 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.smithi082.fexowy"}]: dispatch 2024-03-13T11:18:05.311 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:05 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:active} 1 up:standby 2024-03-13T11:18:06.063 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:06.314 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:06.768 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: mds.? [v2:172.21.15.82:6818/3036909647,v1:172.21.15.82:6819/3036909647] up:active 2024-03-13T11:18:06.768 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:active} 1 up:standby 2024-03-13T11:18:06.768 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:06.768 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:06.769 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:18:06.769 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:18:06.769 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:06.769 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:06 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:18:07.681 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:07 smithi082 ceph-mon[29662]: pgmap v71: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 255 B/s wr, 4 op/s; 21/63 objects degraded (33.333%) 2024-03-13T11:18:07.681 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:07 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:08.133 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:08.133 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:06.111445Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:06.111227Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:06.111132Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:06.111302Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-03-13T11:18:08.788 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:08 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 22/66 objects degraded (33.333%), 10 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:08.788 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:08 smithi082 ceph-mon[29662]: mds.? [v2:172.21.15.82:6820/2346354021,v1:172.21.15.82:6821/2346354021] up:standby 2024-03-13T11:18:08.788 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:08 smithi082 ceph-mon[29662]: fsmap cephfs:1 {0=cephfs.smithi082.qklyid=up:active} 1 up:standby 2024-03-13T11:18:08.817 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-03-13T11:18:08.817 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-13T11:18:08.827 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-03-13T11:18:08.827 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2024-03-13T11:18:09.304 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:09.668 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:09 smithi082 ceph-mon[29662]: from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:09.668 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:09 smithi082 ceph-mon[29662]: pgmap v72: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 170 B/s wr, 3 op/s; 22/66 objects degraded (33.333%) 2024-03-13T11:18:11.309 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:18:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:18:10.988+0000 7f8986a4c700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-13T11:18:11.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:18:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:18:10.988+0000 7f8986a4c700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-13T11:18:11.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:18:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:18:10.988+0000 7f8986a4c700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-13T11:18:11.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:18:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:18:10.988+0000 7f8986a4c700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-13T11:18:11.310 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:18:10 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:18:10.988+0000 7f8986a4c700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-13T11:18:11.596 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:11.597 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:11.597 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:18:11.597 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:18:11.597 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:11.597 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:11 smithi082 ceph-mon[29662]: pgmap v73: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 127 B/s wr, 2 op/s; 22/66 objects degraded (33.333%) 2024-03-13T11:18:11.598 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2024-03-13T11:18:11.839 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:12.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:12 smithi082 ceph-mon[29662]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:18:12.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:12 smithi082 ceph-mon[29662]: mgrmap e14: x(active, since 2m) 2024-03-13T11:18:13.698 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:13 smithi082 ceph-mon[29662]: pgmap v74: 64 pgs: 11 active+undersized+degraded, 53 active+undersized; 8.8 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 1023 B/s wr, 2 op/s; 22/66 objects degraded (33.333%) 2024-03-13T11:18:14.303 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2024-03-13T11:18:14.540 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:15.599 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:15 smithi082 ceph-mon[29662]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sub1", "group_name": "g1", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:18:15.600 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:15 smithi082 ceph-mon[29662]: pgmap v75: 64 pgs: 11 active+undersized+degraded, 53 active+undersized; 8.8 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 853 B/s wr, 2 op/s; 22/66 objects degraded (33.333%) 2024-03-13T11:18:16.357 INFO:teuthology.orchestra.run.smithi082.stdout:[client.smbdata] 2024-03-13T11:18:16.357 INFO:teuthology.orchestra.run.smithi082.stdout: key = AQB4i/Flk3l1FRAABvaZKy/X8Wlh9TOFLT10vg== 2024-03-13T11:18:16.357 INFO:teuthology.orchestra.run.smithi082.stdout: caps mds = "allow rw fsname=cephfs" 2024-03-13T11:18:16.357 INFO:teuthology.orchestra.run.smithi082.stdout: caps mon = "allow r fsname=cephfs" 2024-03-13T11:18:16.357 INFO:teuthology.orchestra.run.smithi082.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2024-03-13T11:18:16.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:16 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 22/66 objects degraded (33.333%), 11 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:16.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:16 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/4082458722' entity='client.admin' cmd=[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]: dispatch 2024-03-13T11:18:16.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:16 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/4082458722' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2024-03-13T11:18:17.043 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2024-03-13T11:18:17.280 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:17.677 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:17 smithi082 ceph-mon[29662]: pgmap v76: 64 pgs: 11 active+undersized+degraded, 53 active+undersized; 8.8 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 767 B/s wr, 0 op/s; 22/66 objects degraded (33.333%) 2024-03-13T11:18:19.503 INFO:teuthology.orchestra.run.smithi082.stderr:pool '.smb' created 2024-03-13T11:18:19.717 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:19 smithi082 ceph-mon[29662]: pgmap v77: 64 pgs: 11 active+undersized+degraded, 53 active+undersized; 27 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 2.6 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2024-03-13T11:18:19.717 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:19 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/896325542' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]: dispatch 2024-03-13T11:18:20.115 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph osd pool application enable .smb smb' 2024-03-13T11:18:20.359 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:20.792 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:20 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/896325542' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-03-13T11:18:20.792 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:20 smithi082 ceph-mon[29662]: osdmap e20: 2 total, 2 up, 2 in 2024-03-13T11:18:21.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:21 smithi082 ceph-mon[29662]: pgmap v79: 96 pgs: 32 unknown, 11 active+undersized+degraded, 53 active+undersized; 27 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 3.1 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2024-03-13T11:18:21.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:21 smithi082 ceph-mon[29662]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-13T11:18:21.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:21 smithi082 ceph-mon[29662]: osdmap e21: 2 total, 2 up, 2 in 2024-03-13T11:18:21.750 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:21 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 23/69 objects degraded (33.333%), 11 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:22.519 INFO:teuthology.orchestra.run.smithi082.stderr:enabled application 'smb' on pool '.smb' 2024-03-13T11:18:22.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:22 smithi082 ceph-mon[29662]: osdmap e22: 2 total, 2 up, 2 in 2024-03-13T11:18:22.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:22 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3834495173' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]: dispatch 2024-03-13T11:18:23.144 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin' 2024-03-13T11:18:23.387 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:23.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:23 smithi082 ceph-mon[29662]: pgmap v82: 96 pgs: 14 unknown, 14 active+undersized+degraded, 68 active+undersized; 33 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 5.3 KiB/s wr, 2 op/s; 23/69 objects degraded (33.333%) 2024-03-13T11:18:23.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:23 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/3834495173' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-03-13T11:18:23.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:23 smithi082 ceph-mon[29662]: osdmap e23: 2 total, 2 up, 2 in 2024-03-13T11:18:24.836 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:24 smithi082 ceph-mon[29662]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-13T11:18:25.568 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- bash -c 'ceph config-key set smb/config/admem1/join1.json -i -' 2024-03-13T11:18:25.808 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:25.907 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:25 smithi082 ceph-mon[29662]: pgmap v84: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 33 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 2.0 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2024-03-13T11:18:26.821 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:26 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 23/69 objects degraded (33.333%), 14 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:27.652 INFO:teuthology.orchestra.run.smithi082.stderr:set smb/config/admem1/join1.json 2024-03-13T11:18:28.008 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:27 smithi082 ceph-mon[29662]: pgmap v85: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 33 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 1.7 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2024-03-13T11:18:28.255 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-03-13T11:18:28.266 INFO:tasks.cephadm:Applying spec(s): cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb 2024-03-13T11:18:28.266 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch apply -i - 2024-03-13T11:18:28.501 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:28.948 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:28 smithi082 ceph-mon[29662]: from='client.? 172.21.15.82:0/300898743' entity='client.admin' 2024-03-13T11:18:29.963 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:29 smithi082 ceph-mon[29662]: pgmap v86: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 34 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 1.4 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:30.291 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled smb.admem1 update... 2024-03-13T11:18:30.953 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-13T11:18:30.963 INFO:tasks.cephadm:Waiting for ceph service smb.admem1 to start (timeout 300)... 2024-03-13T11:18:30.964 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:31.234 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:31.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='client.14261 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-13T11:18:31.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: Saving service smb.admem1 spec with placement count:1 2024-03-13T11:18:31.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: pgmap v87: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 34 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 1.2 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 14 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:18:31.561 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:18:31.562 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.smithi082.mgzkfk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow r pool=.smb"]}]: dispatch 2024-03-13T11:18:31.562 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.smithi082.mgzkfk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow r pool=.smb"]}]': finished 2024-03-13T11:18:31.562 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.smbdata"}]: dispatch 2024-03-13T11:18:31.562 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:31 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:18:32.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:32 smithi082 ceph-mon[29662]: smb prepare_create 2024-03-13T11:18:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:32 smithi082 ceph-mon[29662]: smb generate_config 2024-03-13T11:18:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:32 smithi082 ceph-mon[29662]: smb generate_config: {'cluster_id': 'admem1', 'features': ['domain'], 'config_uri': 'rados://.smb/admem1/conf.toml', 'join_sources': ['rados:mon-config-key:smb/config/admem1/join1.json'], 'config': '# minimal ceph.conf for d5457e42-e12a-11ee-95c9-87774f69a715\n[global]\n\tfsid = d5457e42-e12a-11ee-95c9-87774f69a715\n\tmon_host = [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]\n', 'keyring': '[client.smb.config.admem1.smithi082.mgzkfk]\nkey = AQCHi/Fl/2UMBhAARtH+eI5QAniJVMLxEgtkfQ==\n\n[client.smbdata]\nkey = AQB4i/Flk3l1FRAABvaZKy/X8Wlh9TOFLT10vg==\n', 'config_auth_entity': 'client.smb.config.admem1.smithi082.mgzkfk'} 2024-03-13T11:18:32.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:32 smithi082 ceph-mon[29662]: Deploying daemon smb.admem1.smithi082.mgzkfk on smithi082 2024-03-13T11:18:33.336 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:33.337 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:18:33.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:33 smithi082 ceph-mon[29662]: pgmap v88: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 307 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:34.018 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:18:34.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:34 smithi082 ceph-mon[29662]: from='client.14263 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:35.020 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:35.264 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:35.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:35 smithi082 ceph-mon[29662]: pgmap v89: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 257 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:37.620 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:37.620 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:18:37.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:37 smithi082 ceph-mon[29662]: pgmap v90: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 255 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:38.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:38 smithi082 ceph-mon[29662]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:39.762 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:39 smithi082 ceph-mon[29662]: pgmap v91: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 255 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:39.972 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:18:40.973 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:41 smithi082 ceph-mon[29662]: pgmap v92: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 170 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:42.039 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:43.755 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:43 smithi082 ceph-mon[29662]: pgmap v93: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 170 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:45.256 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:45.256 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:18:45.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:45 smithi082 ceph-mon[29662]: pgmap v94: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:18:46.798 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:46 smithi082 ceph-mon[29662]: from='client.14269 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:47.739 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:47 smithi082 ceph-mon[29662]: pgmap v95: 96 pgs: 14 active+undersized+degraded, 82 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:18:47.770 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:18:48.774 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:48 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2024-03-13T11:18:50.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:49 smithi082 ceph-mon[29662]: pgmap v96: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:50.698 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:51.963 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:51 smithi082 ceph-mon[29662]: pgmap v97: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:52.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:52 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2527020013' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:53.433 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:53.433 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:18:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:53 smithi082 ceph-mon[29662]: pgmap v98: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:53 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2629384868' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:54.189 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:18:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:54 smithi082 ceph-mon[29662]: from='client.14273 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:55.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:54 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/195048916' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:55.190 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:55.449 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:55.855 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:55 smithi082 ceph-mon[29662]: pgmap v99: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:55.855 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2601604139' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:56.752 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:56 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/4011396956' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:57.394 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:18:57.394 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:18:57.699 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:57 smithi082 ceph-mon[29662]: pgmap v100: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:57.699 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:57 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1660144348' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:58.172 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:18:58.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:58 smithi082 ceph-mon[29662]: from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:18:58.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:58 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1405797331' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:18:59.173 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:18:59.427 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:18:59.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:59 smithi082 ceph-mon[29662]: pgmap v101: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:18:59.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:59 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded, 64 pgs undersized (PG_DEGRADED) 2024-03-13T11:18:59.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:18:59 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3591736186' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:00.872 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:00 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/556207441' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:01.348 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:01.348 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:01.686 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:01 smithi082 ceph-mon[29662]: pgmap v102: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:02.136 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:02 smithi082 ceph-mon[29662]: from='client.14293 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:02 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1119692525' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:03.137 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:03.377 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:03.780 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:03 smithi082 ceph-mon[29662]: pgmap v103: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:03.780 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:03 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/4138753250' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:04.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:04 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2954641012' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:05.300 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:05.300 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:05.884 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:05 smithi082 ceph-mon[29662]: pgmap v104: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:05.914 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:06.915 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:06.946 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:06 smithi082 ceph-mon[29662]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:07.168 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:07 smithi082 ceph-mon[29662]: pgmap v105: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:08.932 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:08.932 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:09.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:09 smithi082 ceph-mon[29662]: pgmap v106: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:09.633 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:09 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3653243231' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:09.659 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:10.660 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:10.876 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:10 smithi082 ceph-mon[29662]: from='client.14303 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:10.915 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:11.939 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:11 smithi082 ceph-mon[29662]: pgmap v107: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:12.652 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:12.652 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:13.271 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:13.892 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:13 smithi082 ceph-mon[29662]: pgmap v108: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:13.892 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:13 smithi082 ceph-mon[29662]: from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:14.272 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:14.518 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:14.949 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:14 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2647847329' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:15.867 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:15 smithi082 ceph-mon[29662]: pgmap v109: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:16.308 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:16.308 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:16.929 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:17.930 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:17.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:17 smithi082 ceph-mon[29662]: from='client.14311 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:17.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:17 smithi082 ceph-mon[29662]: pgmap v110: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:18.181 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:19.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:19 smithi082 ceph-mon[29662]: pgmap v111: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:19.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:19 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3271632092' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:19.990 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:19.991 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:20.604 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:21.606 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:21.852 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:21.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:21 smithi082 ceph-mon[29662]: from='client.14315 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:21.975 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:21 smithi082 ceph-mon[29662]: pgmap v112: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:22.923 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:22 smithi082 ceph-mon[29662]: pgmap v113: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:22.923 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:22 smithi082 ceph-mon[29662]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded, 96 pgs undersized (PG_DEGRADED) 2024-03-13T11:19:23.651 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:23.651 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:23.988 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:23 smithi082 ceph-mon[29662]: from='client.14317 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:24.324 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:25.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:24 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/370033918' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:25.062 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:24 smithi082 ceph-mon[29662]: pgmap v114: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:25.326 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:25.572 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:27.503 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:27.503 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:27.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:27 smithi082 ceph-mon[29662]: pgmap v115: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:28.070 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:28.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:28 smithi082 ceph-mon[29662]: from='client.14321 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:29.071 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:29.315 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:29.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:29 smithi082 ceph-mon[29662]: pgmap v116: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:29.731 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:29 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3026842656' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:31.127 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:31.127 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:31.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:31 smithi082 ceph-mon[29662]: pgmap v117: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:31.915 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:32.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:32 smithi082 ceph-mon[29662]: from='client.14325 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:32.916 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:33.165 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:33.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:33 smithi082 ceph-mon[29662]: pgmap v118: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:34.721 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:34 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/357093247' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:35.039 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:35.039 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:35.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:35 smithi082 ceph-mon[29662]: pgmap v119: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:35.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:35 smithi082 ceph-mon[29662]: mgrmap e15: x(active, since 3m) 2024-03-13T11:19:35.656 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:36.657 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:36.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:36 smithi082 ceph-mon[29662]: from='client.14329 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:36.910 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:37.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:37 smithi082 ceph-mon[29662]: pgmap v120: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:38.677 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:38.677 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:39.298 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:39.553 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:39 smithi082 ceph-mon[29662]: pgmap v121: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:39.553 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:39 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2938739928' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:40.300 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:40.554 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:40.675 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:40 smithi082 ceph-mon[29662]: from='client.14331 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:41 smithi082 ceph-mon[29662]: pgmap v122: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:42.516 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:42.516 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:43.111 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:43.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:43 smithi082 ceph-mon[29662]: pgmap v123: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:43.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:43 smithi082 ceph-mon[29662]: from='client.14335 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:44.112 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:44.369 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:44.746 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:44 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1734894609' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:45.792 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:45 smithi082 ceph-mon[29662]: pgmap v124: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:46.246 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:46.246 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:46.799 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:47.799 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:47.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:47 smithi082 ceph-mon[29662]: from='client.14339 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:47.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:47 smithi082 ceph-mon[29662]: pgmap v125: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:48.049 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:49.808 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:49.808 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:49 smithi082 ceph-mon[29662]: pgmap v126: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:19:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:49 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2780460673' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:50.418 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:51.419 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:51.672 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:51.787 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:51 smithi082 ceph-mon[29662]: from='client.14343 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:51.787 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:51 smithi082 ceph-mon[29662]: pgmap v127: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:53.676 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:53.676 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:53 smithi082 ceph-mon[29662]: pgmap v128: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:54.448 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:54.709 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:54 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2302378817' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:19:55.449 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:55.704 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:55 smithi082 ceph-mon[29662]: from='client.14345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:55 smithi082 ceph-mon[29662]: pgmap v129: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:57.588 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:19:57.589 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:19:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:57 smithi082 ceph-mon[29662]: pgmap v130: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:58.269 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:19:59.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:58 smithi082 ceph-mon[29662]: from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:19:59.271 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:19:59.527 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:19:59.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:59 smithi082 ceph-mon[29662]: pgmap v131: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:19:59.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:19:59 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2624684786' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:01.677 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:01.678 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:01 smithi082 ceph-mon[29662]: pgmap v132: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:02.393 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:03.395 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:03.646 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:03.768 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:03 smithi082 ceph-mon[29662]: from='client.14353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:03.769 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:03 smithi082 ceph-mon[29662]: pgmap v133: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:04.763 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:04 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/973669909' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:05.598 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:05.598 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:05.949 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:05 smithi082 ceph-mon[29662]: pgmap v134: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:06.189 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:06 smithi082 ceph-mon[29662]: from='client.14357 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:07.190 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:07.441 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:07.865 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:07 smithi082 ceph-mon[29662]: pgmap v135: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:09.308 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:09.309 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:10.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:09 smithi082 ceph-mon[29662]: pgmap v136: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:10.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:09 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1734794397' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:10.119 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:10.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:10 smithi082 ceph-mon[29662]: from='client.14359 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:11.120 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:11.363 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:11.787 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:11 smithi082 ceph-mon[29662]: pgmap v137: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:13.226 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:13.226 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:13.806 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:13 smithi082 ceph-mon[29662]: pgmap v138: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:13.835 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:14.836 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:14.866 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:14 smithi082 ceph-mon[29662]: from='client.14363 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:14.867 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:14 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3600555304' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:15.090 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:15.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:15 smithi082 ceph-mon[29662]: pgmap v139: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:16.961 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:16.961 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:17.582 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:17.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:17 smithi082 ceph-mon[29662]: pgmap v140: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:18.583 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:18.836 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:18.957 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:18 smithi082 ceph-mon[29662]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:19.858 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:19 smithi082 ceph-mon[29662]: pgmap v141: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:19.858 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:19 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2695546421' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:20.553 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:20.554 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:21.250 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:21 smithi082 ceph-mon[29662]: pgmap v142: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:21 smithi082 ceph-mon[29662]: from='client.14371 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:22.252 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:22.566 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:23.908 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:23 smithi082 ceph-mon[29662]: pgmap v143: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:24.323 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:24.323 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:24.969 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:25.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:25 smithi082 ceph-mon[29662]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:25.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:25 smithi082 ceph-mon[29662]: pgmap v144: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:25.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:25 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1848943330' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:25.970 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:26.217 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:27.726 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:27 smithi082 ceph-mon[29662]: pgmap v145: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:28.138 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:28.139 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:28.826 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:29.827 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:29.856 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:29 smithi082 ceph-mon[29662]: from='client.14377 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:29.856 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:29 smithi082 ceph-mon[29662]: pgmap v146: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:30.072 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:30.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:30 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3639982198' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:31.785 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:31 smithi082 ceph-mon[29662]: pgmap v147: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:32.014 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:32.014 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:32.606 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:33.607 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:33.856 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:33.977 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:33 smithi082 ceph-mon[29662]: from='client.14381 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:33.978 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:33 smithi082 ceph-mon[29662]: pgmap v148: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:35.794 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:35 smithi082 ceph-mon[29662]: pgmap v149: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:35.794 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:35 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/4110848084' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:35.794 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:35.794 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:36.532 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:37.532 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:37.785 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:37.906 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:37 smithi082 ceph-mon[29662]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:37.906 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:37 smithi082 ceph-mon[29662]: pgmap v150: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:39.744 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:39.745 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:40.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:39 smithi082 ceph-mon[29662]: pgmap v151: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:40.606 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:40.871 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:40 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/4216624882' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:41.606 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:41.852 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:41.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:41 smithi082 ceph-mon[29662]: from='client.14387 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:41.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:41 smithi082 ceph-mon[29662]: pgmap v152: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:43.736 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:43.737 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:43 smithi082 ceph-mon[29662]: pgmap v153: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:44.396 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:45.397 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:45.647 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:45.757 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:45 smithi082 ceph-mon[29662]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:45.757 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:45 smithi082 ceph-mon[29662]: pgmap v154: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:45.757 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:45 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3609459762' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:47.438 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:47.439 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:47.763 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:47 smithi082 ceph-mon[29662]: pgmap v155: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:48.154 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:48 smithi082 ceph-mon[29662]: from='client.14395 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:49.155 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:49.407 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:49 smithi082 ceph-mon[29662]: pgmap v156: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:50.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:50 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3241316665' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:51.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:51.388 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:51.975 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:51 smithi082 ceph-mon[29662]: pgmap v157: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:52.002 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:53.004 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:53.035 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:52 smithi082 ceph-mon[29662]: from='client.14399 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:53.257 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:54.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:53 smithi082 ceph-mon[29662]: pgmap v158: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:55.146 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:55.146 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:55.748 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:55 smithi082 ceph-mon[29662]: pgmap v159: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:55.748 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/881515290' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:20:55.776 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:56.777 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:20:57.020 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:20:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:56 smithi082 ceph-mon[29662]: from='client.14401 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:20:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:57 smithi082 ceph-mon[29662]: pgmap v160: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:20:58.855 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:20:58.855 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:20:59.504 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:20:59.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:20:59 smithi082 ceph-mon[29662]: pgmap v161: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:00.505 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:00.761 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:00.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:00 smithi082 ceph-mon[29662]: from='client.14405 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:02.009 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:01 smithi082 ceph-mon[29662]: pgmap v162: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:02.604 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:02.604 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:03.295 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:03 smithi082 ceph-mon[29662]: pgmap v163: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:03 smithi082 ceph-mon[29662]: from='client.14407 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:04.295 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:04.547 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:05.985 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:05 smithi082 ceph-mon[29662]: pgmap v164: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:06.423 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:06.424 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:07.137 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:07 smithi082 ceph-mon[29662]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:07 smithi082 ceph-mon[29662]: pgmap v165: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:08.138 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:08.398 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:09.876 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:09 smithi082 ceph-mon[29662]: pgmap v166: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:10.289 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:10.289 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:10.873 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:11.874 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:11.905 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:11 smithi082 ceph-mon[29662]: from='client.14411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:11.905 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:11 smithi082 ceph-mon[29662]: pgmap v167: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:12.128 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:13.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:13 smithi082 ceph-mon[29662]: pgmap v168: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:13.967 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:13.967 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:14.678 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:15.679 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:15.931 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:16.052 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:15 smithi082 ceph-mon[29662]: from='client.14413 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:16.052 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:15 smithi082 ceph-mon[29662]: pgmap v169: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:17.665 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:17.665 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:17 smithi082 ceph-mon[29662]: pgmap v170: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:18.359 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:19.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:18 smithi082 ceph-mon[29662]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:19.360 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:19.615 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:19.942 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:19 smithi082 ceph-mon[29662]: pgmap v171: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:21.375 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:21.375 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:21.987 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:21 smithi082 ceph-mon[29662]: pgmap v172: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:22.015 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:23.016 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:23.046 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:22 smithi082 ceph-mon[29662]: from='client.14417 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:23.266 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:23 smithi082 ceph-mon[29662]: pgmap v173: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:25.155 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:25.155 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:25.904 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:25 smithi082 ceph-mon[29662]: pgmap v174: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:26.906 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:26.933 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:26 smithi082 ceph-mon[29662]: from='client.14419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:27.150 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:28.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:27 smithi082 ceph-mon[29662]: pgmap v175: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:29.041 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:29.041 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:29.776 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:29 smithi082 ceph-mon[29662]: pgmap v176: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:30.777 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:31.030 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:30 smithi082 ceph-mon[29662]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:31.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:31 smithi082 ceph-mon[29662]: pgmap v177: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:32.909 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:32.909 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:33.663 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:33 smithi082 ceph-mon[29662]: pgmap v178: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:34.664 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:34.915 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:35.036 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:34 smithi082 ceph-mon[29662]: from='client.14423 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:36.058 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:35 smithi082 ceph-mon[29662]: pgmap v179: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:36.807 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:36.807 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:37.489 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:37.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:37 smithi082 ceph-mon[29662]: pgmap v180: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:38.490 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:38.744 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:38.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:38 smithi082 ceph-mon[29662]: from='client.14425 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:39.940 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:39 smithi082 ceph-mon[29662]: pgmap v181: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:40.540 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:40.540 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:41.270 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:41 smithi082 ceph-mon[29662]: pgmap v182: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:41 smithi082 ceph-mon[29662]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:42.271 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:42.525 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:42.986 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:42 smithi082 ceph-mon[29662]: pgmap v183: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:44.389 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:44.389 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:45.091 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:45 smithi082 ceph-mon[29662]: from='client.14429 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:45 smithi082 ceph-mon[29662]: pgmap v184: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:46.093 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:46.345 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:47.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:47 smithi082 ceph-mon[29662]: pgmap v185: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:48.185 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:48.186 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:48.817 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:49 smithi082 ceph-mon[29662]: from='client.14431 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:49 smithi082 ceph-mon[29662]: pgmap v186: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:49.818 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:50.071 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:51.737 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:51 smithi082 ceph-mon[29662]: pgmap v187: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:51.970 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:51.970 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:52.637 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:53.639 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:53.887 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:54.000 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:53 smithi082 ceph-mon[29662]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:54.000 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:53 smithi082 ceph-mon[29662]: pgmap v188: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:55.746 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:55.746 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:21:56.054 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:55 smithi082 ceph-mon[29662]: pgmap v189: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:56.054 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3572420490' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:21:56.433 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:21:57.434 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:21:57.688 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:21:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:57 smithi082 ceph-mon[29662]: from='client.14437 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:21:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:57 smithi082 ceph-mon[29662]: pgmap v190: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:21:59.590 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:21:59.590 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:00.040 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:21:59 smithi082 ceph-mon[29662]: pgmap v191: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:00.205 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:00 smithi082 ceph-mon[29662]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:01.206 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:01.456 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:01.880 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:01 smithi082 ceph-mon[29662]: pgmap v192: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:03.375 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:03.376 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:03.682 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:03 smithi082 ceph-mon[29662]: pgmap v193: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:03.966 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:04.967 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:04.997 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:04 smithi082 ceph-mon[29662]: from='client.14441 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:05.217 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:05.678 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:05 smithi082 ceph-mon[29662]: pgmap v194: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:07.084 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:07.084 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:07.696 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:07 smithi082 ceph-mon[29662]: pgmap v195: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:07.756 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:08.757 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:09.010 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:08 smithi082 ceph-mon[29662]: from='client.14443 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:09.683 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:09 smithi082 ceph-mon[29662]: pgmap v196: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:10.895 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:10.895 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:11.679 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:11 smithi082 ceph-mon[29662]: pgmap v197: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:12.680 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:12.934 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:13.056 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:12 smithi082 ceph-mon[29662]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:13.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:13 smithi082 ceph-mon[29662]: pgmap v198: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:14.736 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:14.736 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:15.400 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:15.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:15 smithi082 ceph-mon[29662]: pgmap v199: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:16.402 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:16.653 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:16.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:16 smithi082 ceph-mon[29662]: from='client.14447 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:17.855 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:17 smithi082 ceph-mon[29662]: pgmap v200: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:18.567 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:18.567 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:19.268 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:19.950 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:19 smithi082 ceph-mon[29662]: pgmap v201: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:19.950 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:19 smithi082 ceph-mon[29662]: from='client.14449 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:20.269 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:20.525 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:21.903 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:21 smithi082 ceph-mon[29662]: pgmap v202: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:22.435 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:22.435 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:23.061 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:23 smithi082 ceph-mon[29662]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:23 smithi082 ceph-mon[29662]: pgmap v203: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:24.062 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:24.314 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:25.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:25 smithi082 ceph-mon[29662]: pgmap v204: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:26.185 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:26.186 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:26.918 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:27.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:27 smithi082 ceph-mon[29662]: from='client.14453 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:27.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:27 smithi082 ceph-mon[29662]: pgmap v205: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:27.918 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:28.164 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:30.031 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:30.031 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:30.031 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:29 smithi082 ceph-mon[29662]: pgmap v206: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:30.779 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:31.781 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:32.033 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:31 smithi082 ceph-mon[29662]: from='client.14455 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:31 smithi082 ceph-mon[29662]: pgmap v207: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:33.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:33 smithi082 ceph-mon[29662]: pgmap v208: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:33.917 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:33.917 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:34.619 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:35.620 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:35.869 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:35.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:35 smithi082 ceph-mon[29662]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:35.991 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:35 smithi082 ceph-mon[29662]: pgmap v209: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:37.745 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:37.745 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:37.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:37 smithi082 ceph-mon[29662]: pgmap v210: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:38.398 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:39.399 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:39.659 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:39.688 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:39 smithi082 ceph-mon[29662]: from='client.14459 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:39.688 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:39 smithi082 ceph-mon[29662]: pgmap v211: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:41.584 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:41.584 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:41.914 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:41 smithi082 ceph-mon[29662]: pgmap v212: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:42.339 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:43.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:42 smithi082 ceph-mon[29662]: from='client.14461 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:43.340 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:43.593 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:43.714 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:43 smithi082 ceph-mon[29662]: pgmap v213: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:45.506 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:45.506 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:45.895 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:45 smithi082 ceph-mon[29662]: pgmap v214: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:46.191 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:46 smithi082 ceph-mon[29662]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:47.191 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:47.444 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:47.883 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:47 smithi082 ceph-mon[29662]: pgmap v215: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:49.332 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:49.332 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:49.935 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:49 smithi082 ceph-mon[29662]: pgmap v216: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:49.966 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:50.967 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:50.993 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:50 smithi082 ceph-mon[29662]: from='client.14465 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:51.207 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:51 smithi082 ceph-mon[29662]: pgmap v217: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:52.983 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:52.983 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:53.702 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:54.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:53 smithi082 ceph-mon[29662]: pgmap v218: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:54.703 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:54.955 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:54 smithi082 ceph-mon[29662]: from='client.14467 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:55 smithi082 ceph-mon[29662]: pgmap v219: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:55.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2532921575' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:22:56.807 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:22:56.807 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:22:57.549 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:22:57.808 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:57 smithi082 ceph-mon[29662]: pgmap v220: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:22:58.550 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:22:58.797 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:22:58.913 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:58 smithi082 ceph-mon[29662]: from='client.14471 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:22:59.916 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:22:59 smithi082 ceph-mon[29662]: pgmap v221: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:00.590 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:00.591 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:01.311 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:01 smithi082 ceph-mon[29662]: pgmap v222: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:01 smithi082 ceph-mon[29662]: from='client.14473 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:02.313 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:02.570 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:03.945 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:03 smithi082 ceph-mon[29662]: pgmap v223: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:04.376 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:04.376 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:05.095 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:05 smithi082 ceph-mon[29662]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:05 smithi082 ceph-mon[29662]: pgmap v224: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:06.096 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:06.347 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:06 smithi082 ceph-mon[29662]: pgmap v225: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:08.248 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:08.249 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:08.958 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:09.959 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:09.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:09 smithi082 ceph-mon[29662]: from='client.14477 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:09.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:09 smithi082 ceph-mon[29662]: pgmap v226: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:10.211 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:11.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:11 smithi082 ceph-mon[29662]: pgmap v227: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:11.940 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:11.940 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:12.623 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:13.625 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:13.875 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:13.997 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:13 smithi082 ceph-mon[29662]: from='client.14479 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:13.997 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:13 smithi082 ceph-mon[29662]: pgmap v228: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:15.781 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:15.781 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:15.781 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:15 smithi082 ceph-mon[29662]: pgmap v229: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:16.466 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:17.467 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:17.721 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:17.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:17 smithi082 ceph-mon[29662]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:17.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:17 smithi082 ceph-mon[29662]: pgmap v230: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:19.637 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:19.637 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:20.009 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:19 smithi082 ceph-mon[29662]: pgmap v231: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:20.399 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:20.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:20 smithi082 ceph-mon[29662]: from='client.14483 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:21.400 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:21.653 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:21.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:21 smithi082 ceph-mon[29662]: pgmap v232: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:23.541 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:23.542 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:23.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:23 smithi082 ceph-mon[29662]: pgmap v233: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:24.260 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:24 smithi082 ceph-mon[29662]: from='client.14485 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:25.262 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:25.513 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:25.892 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:25 smithi082 ceph-mon[29662]: pgmap v234: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:27.348 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:27.348 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:28.036 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:27 smithi082 ceph-mon[29662]: pgmap v235: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:28.063 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:28 smithi082 ceph-mon[29662]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:29.064 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:29.304 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:29.723 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:29 smithi082 ceph-mon[29662]: pgmap v236: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:31.207 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:31.208 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:31.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:31 smithi082 ceph-mon[29662]: pgmap v237: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:31.897 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:32.897 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:32.928 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:32 smithi082 ceph-mon[29662]: from='client.14489 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:33.151 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:33.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:33 smithi082 ceph-mon[29662]: pgmap v238: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:35.019 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:35.020 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:35.685 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:36.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:35 smithi082 ceph-mon[29662]: pgmap v239: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:36.686 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:36.937 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:37.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:36 smithi082 ceph-mon[29662]: from='client.14491 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:38.037 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:37 smithi082 ceph-mon[29662]: pgmap v240: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:38.763 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:38.763 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:39.424 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:39.682 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:39 smithi082 ceph-mon[29662]: pgmap v241: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:40.425 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:40.681 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:40.803 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:40 smithi082 ceph-mon[29662]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:41.919 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:41 smithi082 ceph-mon[29662]: pgmap v242: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:42.454 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:42.454 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:43.175 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:43 smithi082 ceph-mon[29662]: from='client.14495 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:43 smithi082 ceph-mon[29662]: pgmap v243: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:44.176 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:44.427 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:45.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:45 smithi082 ceph-mon[29662]: pgmap v244: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:46.350 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:46.378 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:47.063 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:48.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:47 smithi082 ceph-mon[29662]: from='client.14497 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:48.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:47 smithi082 ceph-mon[29662]: pgmap v245: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:48.065 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:48.315 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:49.803 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:49 smithi082 ceph-mon[29662]: pgmap v246: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:50.249 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:50.249 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:50.828 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:51.829 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:51 smithi082 ceph-mon[29662]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:51 smithi082 ceph-mon[29662]: pgmap v247: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:52.081 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:53.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:53 smithi082 ceph-mon[29662]: pgmap v248: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:53.951 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:53.951 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:54.597 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:55.598 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:55.852 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:55.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:55 smithi082 ceph-mon[29662]: from='client.14501 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:55.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:55 smithi082 ceph-mon[29662]: pgmap v249: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:55.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3824904507' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:23:57.718 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:23:57.718 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:23:58.020 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:57 smithi082 ceph-mon[29662]: pgmap v250: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:23:58.371 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:23:59.372 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:23:59.623 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:23:59.744 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:59 smithi082 ceph-mon[29662]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:23:59.745 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:23:59 smithi082 ceph-mon[29662]: pgmap v251: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:01.469 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:01.470 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:01.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:01 smithi082 ceph-mon[29662]: pgmap v252: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:02.163 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:02 smithi082 ceph-mon[29662]: from='client.14507 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:03.164 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:03.415 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:03.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:03 smithi082 ceph-mon[29662]: pgmap v253: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:05.269 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:05.269 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:05.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:05 smithi082 ceph-mon[29662]: pgmap v254: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:05.955 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:06.956 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:06.987 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:06 smithi082 ceph-mon[29662]: from='client.14509 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:07.208 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:07 smithi082 ceph-mon[29662]: pgmap v255: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:08.977 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:08.977 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:09.617 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:10.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:09 smithi082 ceph-mon[29662]: pgmap v256: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:10.618 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:10.871 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:10.993 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:10 smithi082 ceph-mon[29662]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:12.010 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:11 smithi082 ceph-mon[29662]: pgmap v257: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:12.786 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:12.786 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:13.483 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:13.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:13 smithi082 ceph-mon[29662]: pgmap v258: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:14.484 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:14.734 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:14.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:14 smithi082 ceph-mon[29662]: from='client.14513 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:15.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:15 smithi082 ceph-mon[29662]: pgmap v259: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:16.548 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:16.548 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:17.231 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:17 smithi082 ceph-mon[29662]: from='client.14515 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:17 smithi082 ceph-mon[29662]: pgmap v260: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:18.232 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:18.482 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:19.940 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:19 smithi082 ceph-mon[29662]: pgmap v261: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:20.493 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:20.493 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:21.211 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:21 smithi082 ceph-mon[29662]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:21 smithi082 ceph-mon[29662]: pgmap v262: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:22.212 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:22.463 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:23.870 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:23 smithi082 ceph-mon[29662]: pgmap v263: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:24.273 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:24.273 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:24.884 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:25.885 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:25 smithi082 ceph-mon[29662]: from='client.14519 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:25 smithi082 ceph-mon[29662]: pgmap v264: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:26.136 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:27.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:27 smithi082 ceph-mon[29662]: pgmap v265: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:27.862 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:27.862 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:28.586 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:29.586 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:29.839 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:29.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:29 smithi082 ceph-mon[29662]: from='client.14521 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:29.961 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:29 smithi082 ceph-mon[29662]: pgmap v266: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:31.676 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:31.677 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:31.974 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:31 smithi082 ceph-mon[29662]: pgmap v267: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:32.343 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:32 smithi082 ceph-mon[29662]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:33.344 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:33.599 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:34.011 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:33 smithi082 ceph-mon[29662]: pgmap v268: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:35.478 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:35.478 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:35.797 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:35 smithi082 ceph-mon[29662]: pgmap v269: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:36.186 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:37.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:36 smithi082 ceph-mon[29662]: from='client.14525 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:37.187 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:37.439 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:37.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:37 smithi082 ceph-mon[29662]: pgmap v270: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:39.375 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:39.375 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:39.971 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:39 smithi082 ceph-mon[29662]: pgmap v271: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:40.001 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:41.002 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:41.032 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:40 smithi082 ceph-mon[29662]: from='client.14527 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:41.251 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:41 smithi082 ceph-mon[29662]: pgmap v272: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:43.126 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:43.127 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:43.752 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:43 smithi082 ceph-mon[29662]: pgmap v273: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:44.753 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:45.005 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:44 smithi082 ceph-mon[29662]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:46.033 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:45 smithi082 ceph-mon[29662]: pgmap v274: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:46.740 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:46.740 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:46 smithi082 ceph-mon[29662]: pgmap v275: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:47.429 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:48.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:47 smithi082 ceph-mon[29662]: from='client.14531 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:48.430 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:48.682 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:48 smithi082 ceph-mon[29662]: pgmap v276: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:50.546 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:50.546 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:51.124 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:51 smithi082 ceph-mon[29662]: from='client.14533 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:52.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:51 smithi082 ceph-mon[29662]: pgmap v277: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:52.125 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:52.378 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:53.728 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:53 smithi082 ceph-mon[29662]: pgmap v278: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:54.170 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:54.171 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:54.812 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:55 smithi082 ceph-mon[29662]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:55 smithi082 ceph-mon[29662]: pgmap v279: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/220441894' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:24:55.813 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:56.056 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:57.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:57 smithi082 ceph-mon[29662]: pgmap v280: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:24:57.929 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:24:57.930 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:24:58.611 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:24:59.612 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:24:59.862 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:24:59.976 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:59 smithi082 ceph-mon[29662]: from='client.14539 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:24:59.976 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:24:59 smithi082 ceph-mon[29662]: pgmap v281: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:01.685 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:01.685 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:01.987 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:01 smithi082 ceph-mon[29662]: pgmap v282: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:02.386 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:02 smithi082 ceph-mon[29662]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:03.388 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:03.639 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:03.760 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:03 smithi082 ceph-mon[29662]: pgmap v283: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:05.402 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:05.403 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:05.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:05 smithi082 ceph-mon[29662]: pgmap v284: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:06.100 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:06 smithi082 ceph-mon[29662]: from='client.14543 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:07.102 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:07.351 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:07.797 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:07 smithi082 ceph-mon[29662]: pgmap v285: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:09.184 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:09.184 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:09.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:09 smithi082 ceph-mon[29662]: pgmap v286: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:09.879 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:10.880 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:10.910 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:10 smithi082 ceph-mon[29662]: from='client.14545 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:11.130 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:11.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:11 smithi082 ceph-mon[29662]: pgmap v287: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:13.026 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:13.026 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:13.697 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:14.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:13 smithi082 ceph-mon[29662]: pgmap v288: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:14.698 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:14.950 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:15.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:14 smithi082 ceph-mon[29662]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:15 smithi082 ceph-mon[29662]: pgmap v289: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:16.876 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:16.877 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:17.565 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:17.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:17 smithi082 ceph-mon[29662]: pgmap v290: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:18.566 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:18.821 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:18.942 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:18 smithi082 ceph-mon[29662]: from='client.14549 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:19.951 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:19 smithi082 ceph-mon[29662]: pgmap v291: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:20.688 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:20.688 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:21.538 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:21.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:21 smithi082 ceph-mon[29662]: pgmap v292: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:21.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:21 smithi082 ceph-mon[29662]: from='client.14551 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:22.539 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:22.796 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:23.969 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:23 smithi082 ceph-mon[29662]: pgmap v293: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:24.734 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:24.734 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:25.431 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:25 smithi082 ceph-mon[29662]: pgmap v294: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:26.432 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:26.686 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:26.802 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:26 smithi082 ceph-mon[29662]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:27.942 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:27 smithi082 ceph-mon[29662]: pgmap v295: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:28.431 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:28.431 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:29.068 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:29 smithi082 ceph-mon[29662]: from='client.14555 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:29 smithi082 ceph-mon[29662]: pgmap v296: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:30.069 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:30.319 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:31 smithi082 ceph-mon[29662]: pgmap v297: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:32.092 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:32.092 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:32.750 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:33.751 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:34.002 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:33 smithi082 ceph-mon[29662]: from='client.14557 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:33 smithi082 ceph-mon[29662]: pgmap v298: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:35.846 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:35.846 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:36.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:35 smithi082 ceph-mon[29662]: pgmap v299: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:36.582 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:37.582 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:37.834 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:37.955 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:37 smithi082 ceph-mon[29662]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:37.956 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:37 smithi082 ceph-mon[29662]: pgmap v300: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:39.676 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:39.676 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:39.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:39 smithi082 ceph-mon[29662]: pgmap v301: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:40.344 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:41.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:40 smithi082 ceph-mon[29662]: from='client.14561 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:41.345 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:41.599 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:42.028 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:41 smithi082 ceph-mon[29662]: pgmap v302: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:43.424 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:43.424 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:43 smithi082 ceph-mon[29662]: pgmap v303: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:44.154 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:44 smithi082 ceph-mon[29662]: from='client.14563 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:45.155 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:45.406 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:45.743 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:45 smithi082 ceph-mon[29662]: pgmap v304: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:47.328 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:47.328 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:48.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:47 smithi082 ceph-mon[29662]: pgmap v305: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:48.069 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:48 smithi082 ceph-mon[29662]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:49.070 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:49.322 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:49.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:49 smithi082 ceph-mon[29662]: pgmap v306: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:51.197 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:51.197 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:51.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:51 smithi082 ceph-mon[29662]: pgmap v307: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:52.051 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:53.052 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:52 smithi082 ceph-mon[29662]: from='client.14567 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:53.303 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:54.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:53 smithi082 ceph-mon[29662]: pgmap v308: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:55.237 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:55.238 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:55 smithi082 ceph-mon[29662]: pgmap v309: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:55.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/4072474512' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:25:56.065 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:25:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:56 smithi082 ceph-mon[29662]: from='client.14569 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:25:57.065 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:25:57.318 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:25:58.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:57 smithi082 ceph-mon[29662]: pgmap v310: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:25:59.133 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:25:59.133 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:25:59.726 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:25:59 smithi082 ceph-mon[29662]: pgmap v311: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:00.727 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:00.980 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:00 smithi082 ceph-mon[29662]: from='client.14573 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:01 smithi082 ceph-mon[29662]: pgmap v312: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:02.861 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:02.861 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:03.518 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:03.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:03 smithi082 ceph-mon[29662]: pgmap v313: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:04.519 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:04.772 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:04.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:04 smithi082 ceph-mon[29662]: from='client.14575 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:05 smithi082 ceph-mon[29662]: pgmap v314: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:06.612 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:06.613 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:07.263 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:07 smithi082 ceph-mon[29662]: pgmap v315: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:07 smithi082 ceph-mon[29662]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:08.265 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:08.515 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:09.892 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:09 smithi082 ceph-mon[29662]: pgmap v316: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:10.319 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:10.319 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:11.093 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:11 smithi082 ceph-mon[29662]: from='client.14579 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:11 smithi082 ceph-mon[29662]: pgmap v317: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:12.094 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:12.345 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:14.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:13 smithi082 ceph-mon[29662]: pgmap v318: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:14.132 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:14.132 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:14.751 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:15.753 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:16.003 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:15 smithi082 ceph-mon[29662]: from='client.14581 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:15 smithi082 ceph-mon[29662]: pgmap v319: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:17.812 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:17.812 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:17 smithi082 ceph-mon[29662]: pgmap v320: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:18.443 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:19.444 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:19.696 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:19.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:19 smithi082 ceph-mon[29662]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:19.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:19 smithi082 ceph-mon[29662]: pgmap v321: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:21.505 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:21.505 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:21.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:21 smithi082 ceph-mon[29662]: pgmap v322: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:22.102 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:23.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:22 smithi082 ceph-mon[29662]: from='client.14585 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:23.102 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:23.355 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:23 smithi082 ceph-mon[29662]: pgmap v323: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:25.138 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:25.138 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:25.842 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:25 smithi082 ceph-mon[29662]: pgmap v324: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:26.843 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:27.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:26 smithi082 ceph-mon[29662]: from='client.14587 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:27.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:26 smithi082 ceph-mon[29662]: pgmap v325: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:27.093 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:28.903 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:28.904 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:29.548 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:29.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:29 smithi082 ceph-mon[29662]: pgmap v326: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:30.550 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:30.803 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:30.924 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:30 smithi082 ceph-mon[29662]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:31.940 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:31 smithi082 ceph-mon[29662]: pgmap v327: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:32.659 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:32.659 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:33.354 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:33 smithi082 ceph-mon[29662]: pgmap v328: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:33 smithi082 ceph-mon[29662]: from='client.14591 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:34.355 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:34.607 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:35.966 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:35 smithi082 ceph-mon[29662]: pgmap v329: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:36.389 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:36.389 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:37.045 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:38.046 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:37 smithi082 ceph-mon[29662]: from='client.14593 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:37 smithi082 ceph-mon[29662]: pgmap v330: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:38.298 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:40.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:39 smithi082 ceph-mon[29662]: pgmap v331: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:40.102 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:40.102 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:40.855 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:41.856 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:41 smithi082 ceph-mon[29662]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:41 smithi082 ceph-mon[29662]: pgmap v332: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:42.108 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:43.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:43 smithi082 ceph-mon[29662]: pgmap v333: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:43.929 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:43.929 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:44.587 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:45.588 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:45.839 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:45.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:45 smithi082 ceph-mon[29662]: from='client.14597 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:45.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:45 smithi082 ceph-mon[29662]: pgmap v334: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:47.697 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:47.697 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:48.014 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:47 smithi082 ceph-mon[29662]: pgmap v335: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:48.411 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:48 smithi082 ceph-mon[29662]: from='client.14599 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:49.412 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:49.664 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:49.782 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:49 smithi082 ceph-mon[29662]: pgmap v336: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:51.503 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:51.503 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:51.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:51 smithi082 ceph-mon[29662]: pgmap v337: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:52.212 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:52 smithi082 ceph-mon[29662]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:53.214 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:53.463 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:53.922 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:53 smithi082 ceph-mon[29662]: pgmap v338: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:55.310 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:55.311 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:26:55.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:55 smithi082 ceph-mon[29662]: pgmap v339: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:55.990 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/173636445' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:26:56.017 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:26:57.018 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:26:57.048 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:56 smithi082 ceph-mon[29662]: from='client.14603 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:26:57.268 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:26:58.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:57 smithi082 ceph-mon[29662]: pgmap v340: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:26:59.365 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:26:59.365 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:26:59 smithi082 ceph-mon[29662]: pgmap v341: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:00.094 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:00 smithi082 ceph-mon[29662]: from='client.14607 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:01.095 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:01.345 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:01.790 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:01 smithi082 ceph-mon[29662]: pgmap v342: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:03.270 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:03.270 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:03.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:03 smithi082 ceph-mon[29662]: pgmap v343: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:03.961 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:04.962 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:04.993 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:04 smithi082 ceph-mon[29662]: from='client.14609 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:05.216 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:05 smithi082 ceph-mon[29662]: pgmap v344: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:07.048 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:07.048 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:07.048 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:06 smithi082 ceph-mon[29662]: pgmap v345: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:07.711 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:07 smithi082 ceph-mon[29662]: from='client.14611 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:08.712 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:08.967 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:08 smithi082 ceph-mon[29662]: pgmap v346: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:10.825 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:10.825 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:11.454 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:11 smithi082 ceph-mon[29662]: pgmap v347: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:12.455 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:12.709 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:12.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:12 smithi082 ceph-mon[29662]: from='client.14613 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:14.001 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:13 smithi082 ceph-mon[29662]: pgmap v348: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:14.557 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:14.557 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:15.166 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:15 smithi082 ceph-mon[29662]: from='client.14615 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:16.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:15 smithi082 ceph-mon[29662]: pgmap v349: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:16.168 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:16.418 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:17.870 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:17 smithi082 ceph-mon[29662]: pgmap v350: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:18.277 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:18.277 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:18.986 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:19.987 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:20.016 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:19 smithi082 ceph-mon[29662]: from='client.14617 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:20.016 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:19 smithi082 ceph-mon[29662]: pgmap v351: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:20.238 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:21.944 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:21 smithi082 ceph-mon[29662]: pgmap v352: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:22.134 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:22.134 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:22.860 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:23.861 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:23 smithi082 ceph-mon[29662]: from='client.14619 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:23 smithi082 ceph-mon[29662]: pgmap v353: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:24.109 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:25.781 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:25.781 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:25 smithi082 ceph-mon[29662]: pgmap v354: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:26.428 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:27.429 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:27.679 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:27.801 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:27 smithi082 ceph-mon[29662]: from='client.14621 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:27.801 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:27 smithi082 ceph-mon[29662]: pgmap v355: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:29.589 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:29.589 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:29.958 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:29 smithi082 ceph-mon[29662]: pgmap v356: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:30.337 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:30 smithi082 ceph-mon[29662]: from='client.14623 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:31.339 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:31.590 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:31.970 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:31 smithi082 ceph-mon[29662]: pgmap v357: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:33.486 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:33.486 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:33.780 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:33 smithi082 ceph-mon[29662]: pgmap v358: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:34.258 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:35.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:34 smithi082 ceph-mon[29662]: from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:35.259 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:35.505 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:35.950 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:35 smithi082 ceph-mon[29662]: pgmap v359: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:37.387 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:37.388 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:37 smithi082 ceph-mon[29662]: pgmap v360: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:38.086 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:39.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:38 smithi082 ceph-mon[29662]: from='client.14627 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:39.087 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:39.340 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:39.797 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:39 smithi082 ceph-mon[29662]: pgmap v361: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:41.235 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:41.235 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:41.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:41 smithi082 ceph-mon[29662]: pgmap v362: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:41.977 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:42.978 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:43.005 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:42 smithi082 ceph-mon[29662]: from='client.14629 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:43.221 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:43 smithi082 ceph-mon[29662]: pgmap v363: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:44.981 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:44.981 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:45.664 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:45 smithi082 ceph-mon[29662]: pgmap v364: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:46.665 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:46.920 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:47.041 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:46 smithi082 ceph-mon[29662]: from='client.14631 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:48.027 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:47 smithi082 ceph-mon[29662]: pgmap v365: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:48.752 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:48.752 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:49.519 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:49.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:49 smithi082 ceph-mon[29662]: pgmap v366: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:50.519 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:50.773 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:50.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:50 smithi082 ceph-mon[29662]: from='client.14633 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:51 smithi082 ceph-mon[29662]: pgmap v367: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:52.635 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:52.635 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:53.255 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:54.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:53 smithi082 ceph-mon[29662]: from='client.14635 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:54.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:53 smithi082 ceph-mon[29662]: pgmap v368: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:54.255 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:54.506 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:55.942 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:55 smithi082 ceph-mon[29662]: pgmap v369: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:55.942 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1393015965' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:27:56.495 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:27:56.495 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:27:57.147 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:27:58.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:57 smithi082 ceph-mon[29662]: from='client.14639 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:27:58.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:57 smithi082 ceph-mon[29662]: pgmap v370: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:27:58.148 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:27:58.400 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:27:59.797 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:27:59 smithi082 ceph-mon[29662]: pgmap v371: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:00.273 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:00.274 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:00.975 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:01.976 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:02.007 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:01 smithi082 ceph-mon[29662]: from='client.14641 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:02.007 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:01 smithi082 ceph-mon[29662]: pgmap v372: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:02.228 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:02 smithi082 ceph-mon[29662]: pgmap v373: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:04.142 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:05.049 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:06.050 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:05 smithi082 ceph-mon[29662]: from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:05 smithi082 ceph-mon[29662]: pgmap v374: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:06.300 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:07 smithi082 ceph-mon[29662]: pgmap v375: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:08.090 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:08.090 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:08.861 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:09.862 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:10.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:09 smithi082 ceph-mon[29662]: from='client.14645 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:10.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:09 smithi082 ceph-mon[29662]: pgmap v376: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:10.118 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:11.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:11 smithi082 ceph-mon[29662]: pgmap v377: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:11.922 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:11.923 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:12.553 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:13.555 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:13.809 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:13.931 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:13 smithi082 ceph-mon[29662]: from='client.14647 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:13.931 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:13 smithi082 ceph-mon[29662]: pgmap v378: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:15.702 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:15.702 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:16.009 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:15 smithi082 ceph-mon[29662]: pgmap v379: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:16.396 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:17.062 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:16 smithi082 ceph-mon[29662]: from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:17.398 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:17.652 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:18.018 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:17 smithi082 ceph-mon[29662]: pgmap v380: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:19.533 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:19.533 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:19.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:19 smithi082 ceph-mon[29662]: pgmap v381: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:20.292 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:21.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:20 smithi082 ceph-mon[29662]: from='client.14651 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:21.294 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:21.545 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:21.965 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:21 smithi082 ceph-mon[29662]: pgmap v382: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:23.412 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:23.412 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:23 smithi082 ceph-mon[29662]: pgmap v383: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:24.180 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:24 smithi082 ceph-mon[29662]: from='client.14653 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:25.181 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:25.432 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:25.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:25 smithi082 ceph-mon[29662]: pgmap v384: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:27.361 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:27.361 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:28.009 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:27 smithi082 ceph-mon[29662]: pgmap v385: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:28.039 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:29.040 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:28 smithi082 ceph-mon[29662]: from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:29.290 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:29 smithi082 ceph-mon[29662]: pgmap v386: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:31.069 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:31.070 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:31.687 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:31 smithi082 ceph-mon[29662]: pgmap v387: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:32.688 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:32.943 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:32 smithi082 ceph-mon[29662]: from='client.14657 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:33 smithi082 ceph-mon[29662]: pgmap v388: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:34.887 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:34.887 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:35.606 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:36.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:35 smithi082 ceph-mon[29662]: pgmap v389: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:36.607 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:36.857 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:36.979 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:36 smithi082 ceph-mon[29662]: from='client.14659 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:38.023 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:37 smithi082 ceph-mon[29662]: pgmap v390: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:38.900 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:38.900 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:39.595 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:40.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:39 smithi082 ceph-mon[29662]: pgmap v391: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:40.596 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:40.865 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:40.900 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:40 smithi082 ceph-mon[29662]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:42.012 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:41 smithi082 ceph-mon[29662]: pgmap v392: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:42.653 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:42.653 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:43.351 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:43 smithi082 ceph-mon[29662]: from='client.14663 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:43 smithi082 ceph-mon[29662]: pgmap v393: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:44.352 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:44.605 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:45 smithi082 ceph-mon[29662]: pgmap v394: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:46.462 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:46.462 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:47.238 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:48.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:47 smithi082 ceph-mon[29662]: from='client.14665 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:48.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:47 smithi082 ceph-mon[29662]: pgmap v395: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:48.239 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:48.490 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:49.920 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:49 smithi082 ceph-mon[29662]: pgmap v396: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:50.374 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:50.374 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:51.077 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:51 smithi082 ceph-mon[29662]: from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:51 smithi082 ceph-mon[29662]: pgmap v397: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:52.078 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:52.331 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:53.968 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:53 smithi082 ceph-mon[29662]: pgmap v398: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:54.201 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:54.202 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:54.774 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:54 smithi082 ceph-mon[29662]: from='client.14669 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:54 smithi082 ceph-mon[29662]: pgmap v399: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:55.775 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:56.035 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:56.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/2299370057' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:28:57.150 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:56 smithi082 ceph-mon[29662]: pgmap v400: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:28:57.778 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:28:57.779 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:28:58.470 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:28:59.472 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:28:59.725 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:28:59.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:59 smithi082 ceph-mon[29662]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:28:59.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:28:59 smithi082 ceph-mon[29662]: pgmap v401: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:01.569 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:01.570 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:01.888 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:01 smithi082 ceph-mon[29662]: pgmap v402: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:02.251 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:02 smithi082 ceph-mon[29662]: from='client.14675 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:03.252 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:03.504 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:03.934 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:03 smithi082 ceph-mon[29662]: pgmap v403: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:05.297 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:05.297 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:05.944 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:05 smithi082 ceph-mon[29662]: pgmap v404: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:05.973 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:06.974 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:07.004 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:06 smithi082 ceph-mon[29662]: from='client.14677 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:07.226 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:07 smithi082 ceph-mon[29662]: pgmap v405: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:09.005 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:09.006 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:09.677 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:10.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:09 smithi082 ceph-mon[29662]: pgmap v406: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:10.678 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:10.931 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:11.019 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:10 smithi082 ceph-mon[29662]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:12.022 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:11 smithi082 ceph-mon[29662]: pgmap v407: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:12.761 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:12.761 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:13.491 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:14.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:13 smithi082 ceph-mon[29662]: pgmap v408: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:14.492 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:14.736 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:14.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:14 smithi082 ceph-mon[29662]: from='client.14681 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:15 smithi082 ceph-mon[29662]: pgmap v409: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:16.498 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:16.499 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:17.220 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:17 smithi082 ceph-mon[29662]: from='client.14683 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:17 smithi082 ceph-mon[29662]: pgmap v410: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:18.221 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:18.472 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:20.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:19 smithi082 ceph-mon[29662]: pgmap v411: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:20.162 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:20.163 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:20.785 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:21.786 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:22.039 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:21 smithi082 ceph-mon[29662]: from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:21 smithi082 ceph-mon[29662]: pgmap v412: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:23.925 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:23.925 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:23 smithi082 ceph-mon[29662]: pgmap v413: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:24.613 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:25.614 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:25.867 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:25.989 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:25 smithi082 ceph-mon[29662]: from='client.14687 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:25.989 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:25 smithi082 ceph-mon[29662]: pgmap v414: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:27.773 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:27.774 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:28.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:27 smithi082 ceph-mon[29662]: pgmap v415: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:28.584 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:29.585 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:29.838 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:29.960 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:29 smithi082 ceph-mon[29662]: from='client.14689 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:29.961 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:29 smithi082 ceph-mon[29662]: pgmap v416: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:31.785 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:31.785 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:31 smithi082 ceph-mon[29662]: pgmap v417: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:32.526 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:33.527 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:33.776 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:33.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:33 smithi082 ceph-mon[29662]: from='client.14691 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:33.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:33 smithi082 ceph-mon[29662]: pgmap v418: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:35.548 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:35.548 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:35.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:35 smithi082 ceph-mon[29662]: pgmap v419: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:36.231 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:37.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:36 smithi082 ceph-mon[29662]: from='client.14693 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:37.232 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:37.483 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:37.932 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:37 smithi082 ceph-mon[29662]: pgmap v420: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:38.864 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:38 smithi082 ceph-mon[29662]: pgmap v421: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:39.341 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:39.342 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:40.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:39 smithi082 ceph-mon[29662]: from='client.14695 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:40.095 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:41.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:40 smithi082 ceph-mon[29662]: pgmap v422: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:41.096 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:41.376 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:43.405 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:43.405 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:43 smithi082 ceph-mon[29662]: pgmap v423: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:44.135 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:44 smithi082 ceph-mon[29662]: from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:45.137 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:45.385 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:45.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:45 smithi082 ceph-mon[29662]: pgmap v424: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:47.157 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:47.157 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:47.759 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:47.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:47 smithi082 ceph-mon[29662]: pgmap v425: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:48.760 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:49.012 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:48 smithi082 ceph-mon[29662]: from='client.14699 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:50.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:49 smithi082 ceph-mon[29662]: pgmap v426: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:50.787 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:50.787 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:51.396 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:51 smithi082 ceph-mon[29662]: pgmap v427: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:52.398 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:52.649 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:53.021 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:52 smithi082 ceph-mon[29662]: from='client.14701 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:54.003 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:53 smithi082 ceph-mon[29662]: pgmap v428: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:54.551 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:54.551 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:55.319 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:29:56.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:55 smithi082 ceph-mon[29662]: from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:29:56.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:55 smithi082 ceph-mon[29662]: pgmap v429: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:56.319 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:29:56.576 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:29:57.019 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:56 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3613068478' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:29:57.985 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:57 smithi082 ceph-mon[29662]: pgmap v430: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:29:58.411 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:29:58.411 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:29:59.089 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:59 smithi082 ceph-mon[29662]: from='client.14707 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:29:59 smithi082 ceph-mon[29662]: pgmap v431: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:00.090 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:00.341 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:02.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:01 smithi082 ceph-mon[29662]: pgmap v432: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:02.216 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:02.216 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:02.811 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:03.812 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:03 smithi082 ceph-mon[29662]: from='client.14709 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:03 smithi082 ceph-mon[29662]: pgmap v433: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:04.064 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:05.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:04 smithi082 ceph-mon[29662]: pgmap v434: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:05.910 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:05.910 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:06.567 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:07.569 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:07.821 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:07.943 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:07 smithi082 ceph-mon[29662]: from='client.14711 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:07.943 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:07 smithi082 ceph-mon[29662]: pgmap v435: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:09.658 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:09.658 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:10.011 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:09 smithi082 ceph-mon[29662]: pgmap v436: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:10.368 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:10 smithi082 ceph-mon[29662]: from='client.14713 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:11.368 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:11.625 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:11.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:11 smithi082 ceph-mon[29662]: pgmap v437: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:13.536 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:13.536 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:14.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:13 smithi082 ceph-mon[29662]: pgmap v438: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:14.297 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:15.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:14 smithi082 ceph-mon[29662]: from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:15.299 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:15.550 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:15.988 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:15 smithi082 ceph-mon[29662]: pgmap v439: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:17.328 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:17.328 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:17.951 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:17 smithi082 ceph-mon[29662]: pgmap v440: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:17.977 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:18.979 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:19.008 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:18 smithi082 ceph-mon[29662]: from='client.14717 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:19.230 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:20.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:19 smithi082 ceph-mon[29662]: pgmap v441: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:21.019 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:21.019 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:21.633 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:21 smithi082 ceph-mon[29662]: pgmap v442: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:22.634 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:22.889 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:23.010 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:22 smithi082 ceph-mon[29662]: from='client.14719 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:23 smithi082 ceph-mon[29662]: pgmap v443: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:24.805 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:24.805 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:24 smithi082 ceph-mon[29662]: pgmap v444: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:25.437 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:25 smithi082 ceph-mon[29662]: from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:26.439 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:26.692 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:27.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:26 smithi082 ceph-mon[29662]: pgmap v445: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:28.570 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:28.570 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:29.285 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:29 smithi082 ceph-mon[29662]: from='client.14723 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:29 smithi082 ceph-mon[29662]: pgmap v446: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:30.287 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:30.540 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:32.024 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:31 smithi082 ceph-mon[29662]: pgmap v447: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:32.462 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:32.462 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:33.100 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:33 smithi082 ceph-mon[29662]: from='client.14725 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:34.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:33 smithi082 ceph-mon[29662]: pgmap v448: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:34.101 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:34.355 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:36.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:35 smithi082 ceph-mon[29662]: pgmap v449: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:36.217 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:36.218 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:36.817 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:37.817 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:37 smithi082 ceph-mon[29662]: from='client.14727 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:37 smithi082 ceph-mon[29662]: pgmap v450: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:38.068 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:39.951 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:39.951 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:40.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:39 smithi082 ceph-mon[29662]: pgmap v451: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:40.639 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:41.640 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:41.901 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:41.935 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:41 smithi082 ceph-mon[29662]: from='client.14729 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:41.936 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:41 smithi082 ceph-mon[29662]: pgmap v452: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:43.735 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:43.735 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:44.048 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:43 smithi082 ceph-mon[29662]: pgmap v453: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:44.437 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:44 smithi082 ceph-mon[29662]: from='client.14731 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:45.438 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:45.693 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:46.052 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:45 smithi082 ceph-mon[29662]: pgmap v454: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:47.607 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:47.608 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:47.978 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:47 smithi082 ceph-mon[29662]: pgmap v455: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:48.320 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:48 smithi082 ceph-mon[29662]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:49.321 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:49.572 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:49.982 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:49 smithi082 ceph-mon[29662]: pgmap v456: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:50.982 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:50 smithi082 ceph-mon[29662]: pgmap v457: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:51.412 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:51 smithi082 ceph-mon[29662]: from='client.14735 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:52.132 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:53.133 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:53.163 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:52 smithi082 ceph-mon[29662]: pgmap v458: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:53.385 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:55.442 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:55.442 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:56.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:55 smithi082 ceph-mon[29662]: pgmap v459: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:56.131 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:30:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:56 smithi082 ceph-mon[29662]: from='client.14737 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:30:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:56 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3815641838' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:30:57.132 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:30:57.379 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:30:58.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:57 smithi082 ceph-mon[29662]: pgmap v460: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:59.106 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:30:59.106 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:30:59.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:30:59 smithi082 ceph-mon[29662]: pgmap v461: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:30:59.855 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:00.856 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:00 smithi082 ceph-mon[29662]: from='client.14741 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:01.106 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:01.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:01 smithi082 ceph-mon[29662]: pgmap v462: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:02.971 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:02.971 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:02.972 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:02 smithi082 ceph-mon[29662]: pgmap v463: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:03.618 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:03 smithi082 ceph-mon[29662]: from='client.14743 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:04.619 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:04.874 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:04.995 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:04 smithi082 ceph-mon[29662]: pgmap v464: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:06.644 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:06.644 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:07.011 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:06 smithi082 ceph-mon[29662]: from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:07.012 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:06 smithi082 ceph-mon[29662]: pgmap v465: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:07.383 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:08.384 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:08.637 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:10.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:09 smithi082 ceph-mon[29662]: pgmap v466: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:10.564 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:10.565 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:11.277 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:11 smithi082 ceph-mon[29662]: from='client.14747 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:11 smithi082 ceph-mon[29662]: pgmap v467: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:12.278 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:12.534 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:13.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:13 smithi082 ceph-mon[29662]: pgmap v468: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:14.423 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:14.423 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:15.132 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:15 smithi082 ceph-mon[29662]: from='client.14749 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:15 smithi082 ceph-mon[29662]: pgmap v469: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:16.133 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:16.385 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:18.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:17 smithi082 ceph-mon[29662]: pgmap v470: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:18.112 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:18.113 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:18.719 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:19.721 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:19.971 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:20.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:19 smithi082 ceph-mon[29662]: from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:20.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:19 smithi082 ceph-mon[29662]: pgmap v471: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:21.103 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:20 smithi082 ceph-mon[29662]: pgmap v472: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:21.867 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:21.868 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:22.656 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:23.656 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:23.910 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:24.031 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:23 smithi082 ceph-mon[29662]: from='client.14753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:24.031 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:23 smithi082 ceph-mon[29662]: pgmap v473: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:25.979 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:25.979 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:25.980 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:25 smithi082 ceph-mon[29662]: pgmap v474: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:26.654 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:27.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:26 smithi082 ceph-mon[29662]: from='client.14755 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:27.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:26 smithi082 ceph-mon[29662]: pgmap v475: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:27.656 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:27.908 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:29.829 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:29.829 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:29 smithi082 ceph-mon[29662]: pgmap v476: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:30.460 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:31.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:30 smithi082 ceph-mon[29662]: from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:31.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:30 smithi082 ceph-mon[29662]: pgmap v477: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:31.461 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:31.712 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:32 smithi082 ceph-mon[29662]: pgmap v478: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:33.545 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:33.545 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:34.170 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:33 smithi082 ceph-mon[29662]: from='client.14759 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:34.197 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:35.198 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:35.228 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:34 smithi082 ceph-mon[29662]: pgmap v479: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:35.448 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:37.235 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:37.236 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:37.236 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:36 smithi082 ceph-mon[29662]: pgmap v480: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:37.837 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:37 smithi082 ceph-mon[29662]: from='client.14761 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:38.838 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:39.089 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:39.210 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:38 smithi082 ceph-mon[29662]: pgmap v481: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:40.995 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:40.995 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:41.281 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:40 smithi082 ceph-mon[29662]: pgmap v482: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:41.714 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:41 smithi082 ceph-mon[29662]: from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:42.715 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:42.960 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:43.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:42 smithi082 ceph-mon[29662]: pgmap v483: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:44.723 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:44.723 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:45.084 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:44 smithi082 ceph-mon[29662]: from='client.14765 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:45.085 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:44 smithi082 ceph-mon[29662]: pgmap v484: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:45.280 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:46.282 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:46.533 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:46.971 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:46 smithi082 ceph-mon[29662]: pgmap v485: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:48.437 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:48.438 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:49.073 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:48 smithi082 ceph-mon[29662]: from='client.14767 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:49.074 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:48 smithi082 ceph-mon[29662]: pgmap v486: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:49.100 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:50.101 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:50.353 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:50 smithi082 ceph-mon[29662]: pgmap v487: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:52.148 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:52.149 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:52.747 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:52 smithi082 ceph-mon[29662]: from='client.14769 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:52 smithi082 ceph-mon[29662]: pgmap v488: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:53.748 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:53.999 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:55.123 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:54 smithi082 ceph-mon[29662]: pgmap v489: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:55.870 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:55.870 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:31:56.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:56 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/1630687591' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:31:56.612 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:31:57.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:57 smithi082 ceph-mon[29662]: from='client.14771 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:31:57.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:57 smithi082 ceph-mon[29662]: pgmap v490: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:57.613 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:31:57.863 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:31:59.191 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:31:58 smithi082 ceph-mon[29662]: pgmap v491: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:31:59.778 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:31:59.779 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:00.399 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:01.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:00 smithi082 ceph-mon[29662]: from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:01.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:00 smithi082 ceph-mon[29662]: pgmap v492: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:01.400 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:01.652 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:03.040 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:02 smithi082 ceph-mon[29662]: pgmap v493: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:03.480 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:03.481 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:04.161 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:03 smithi082 ceph-mon[29662]: from='client.14777 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:04.189 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:05.190 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:05.221 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:04 smithi082 ceph-mon[29662]: pgmap v494: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:05.443 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:07.105 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:06 smithi082 ceph-mon[29662]: pgmap v495: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:07.342 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:07.342 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:07 smithi082 ceph-mon[29662]: from='client.14779 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:08.096 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:09.097 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:09.126 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:08 smithi082 ceph-mon[29662]: pgmap v496: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:09.346 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:10 smithi082 ceph-mon[29662]: pgmap v497: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:11.242 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:11.242 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:11.806 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:11 smithi082 ceph-mon[29662]: from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:12.807 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:13.049 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:13.171 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:12 smithi082 ceph-mon[29662]: pgmap v498: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:14.907 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:14.907 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:15.209 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:14 smithi082 ceph-mon[29662]: pgmap v499: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:15.601 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:16.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:15 smithi082 ceph-mon[29662]: from='client.14783 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:16.602 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:16.855 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:16.976 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:16 smithi082 ceph-mon[29662]: pgmap v500: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:18.703 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:18.703 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:19.014 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:18 smithi082 ceph-mon[29662]: from='client.14785 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:19.014 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:18 smithi082 ceph-mon[29662]: pgmap v501: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:19.384 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:20.386 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:20.636 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:21.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:20 smithi082 ceph-mon[29662]: pgmap v502: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:22.311 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:22.311 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:23.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:22 smithi082 ceph-mon[29662]: from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:23.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:22 smithi082 ceph-mon[29662]: pgmap v503: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:23.039 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:24.040 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:24.291 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:24 smithi082 ceph-mon[29662]: pgmap v504: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:26.228 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:26.228 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:26.948 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:26 smithi082 ceph-mon[29662]: from='client.14789 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:26.948 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:26 smithi082 ceph-mon[29662]: pgmap v505: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:26.977 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:27.978 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:28.227 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:28 smithi082 ceph-mon[29662]: pgmap v506: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:29.978 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:29.978 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:30.634 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:30 smithi082 ceph-mon[29662]: from='client.14791 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:30 smithi082 ceph-mon[29662]: pgmap v507: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:31.636 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:31.886 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:33.110 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:32 smithi082 ceph-mon[29662]: pgmap v508: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:33.650 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:33.651 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:34.291 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:33 smithi082 ceph-mon[29662]: from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:34.321 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:35.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:34 smithi082 ceph-mon[29662]: pgmap v509: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:35.323 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:35.575 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:37.038 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:36 smithi082 ceph-mon[29662]: pgmap v510: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:37.479 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:37.479 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:38.115 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:37 smithi082 ceph-mon[29662]: from='client.14795 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:38.145 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:39.146 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:39.176 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:38 smithi082 ceph-mon[29662]: pgmap v511: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:39.398 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:41.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:40 smithi082 ceph-mon[29662]: pgmap v512: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:41.234 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:41.234 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:41.924 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:42.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:41 smithi082 ceph-mon[29662]: from='client.14797 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:42.926 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:43.170 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:43.291 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:42 smithi082 ceph-mon[29662]: pgmap v513: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:45.033 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:45.033 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:45.033 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:44 smithi082 ceph-mon[29662]: pgmap v514: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:45.693 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:45 smithi082 ceph-mon[29662]: from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:46.694 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:46.948 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:46 smithi082 ceph-mon[29662]: pgmap v515: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:48.846 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:48.846 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:48 smithi082 ceph-mon[29662]: pgmap v516: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:49.503 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:50.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:49 smithi082 ceph-mon[29662]: from='client.14801 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:50.503 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:50.756 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:51.107 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:50 smithi082 ceph-mon[29662]: pgmap v517: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:52.600 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:52.600 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:52.933 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:52 smithi082 ceph-mon[29662]: from='client.14803 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:52.934 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:52 smithi082 ceph-mon[29662]: pgmap v518: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:53.270 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:54.271 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:54.528 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:54.979 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:54 smithi082 ceph-mon[29662]: pgmap v519: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:56.414 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:32:56.414 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:32:56.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:56 smithi082 ceph-mon[29662]: from='client.? 10.88.0.3:0/3134537823' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:32:57.110 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:32:57.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:57 smithi082 ceph-mon[29662]: from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:32:57.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:57 smithi082 ceph-mon[29662]: pgmap v520: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:32:58.110 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:32:58.361 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:32:59.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:32:58 smithi082 ceph-mon[29662]: pgmap v521: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:00.220 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:00.221 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:00.965 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:01.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:00 smithi082 ceph-mon[29662]: from='client.14809 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:01.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:00 smithi082 ceph-mon[29662]: pgmap v522: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:01.967 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:02.219 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:02 smithi082 ceph-mon[29662]: pgmap v523: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:04.086 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:04.086 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:04.738 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:05.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:04 smithi082 ceph-mon[29662]: from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:05.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:04 smithi082 ceph-mon[29662]: pgmap v524: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:05.739 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:05.992 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:07.104 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:06 smithi082 ceph-mon[29662]: pgmap v525: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:07.767 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:07.767 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:08.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:07 smithi082 ceph-mon[29662]: from='client.14813 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:08.475 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:09.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:08 smithi082 ceph-mon[29662]: pgmap v526: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:09.476 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:09.729 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:11.133 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:10 smithi082 ceph-mon[29662]: pgmap v527: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:11.579 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:11.579 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:12.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:11 smithi082 ceph-mon[29662]: from='client.14815 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:12.309 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:13.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:12 smithi082 ceph-mon[29662]: pgmap v528: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:13.310 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:13.554 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:14.988 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:14 smithi082 ceph-mon[29662]: pgmap v529: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:15.411 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:15.412 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:15 smithi082 ceph-mon[29662]: from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:16.130 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:17.131 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:17.161 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:16 smithi082 ceph-mon[29662]: pgmap v530: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:17.381 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:19.093 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:18 smithi082 ceph-mon[29662]: pgmap v531: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:19.303 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:19.303 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:19.975 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:20.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:19 smithi082 ceph-mon[29662]: from='client.14819 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:20.976 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:21.226 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:21.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:20 smithi082 ceph-mon[29662]: pgmap v532: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:23.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:22 smithi082 ceph-mon[29662]: pgmap v533: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:23.079 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:23.080 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:23.755 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:23 smithi082 ceph-mon[29662]: from='client.14821 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:24.756 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:25.009 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:24 smithi082 ceph-mon[29662]: pgmap v534: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:26.865 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:26.866 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:18:30.295222Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:27.138 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:26 smithi082 ceph-mon[29662]: pgmap v535: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:27.545 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:28.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:27 smithi082 ceph-mon[29662]: from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:28.546 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:28.803 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:28.839 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:33:28.787+0000 7f89aaeb2700 -1 log_channel(cephadm) log [ERR] : Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: /usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: /usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Deploy daemon smb.admem1.smithi082.mgzkfk ... 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Verifying port 0.0.0.0:445 ... 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: systemctl: timeout after 895 seconds 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Non-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: Traceback (most recent call last): 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: return _run_code(code, main_globals, None, 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-03-13T11:33:28.840 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: exec(code, run_globals) 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 5529, in 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 5517, in main 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3045, in command_deploy_from 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3080, in _common_deploy 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3100, in _deploy_daemon_container 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 1036, in deploy_daemon 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 1172, in deploy_daemon_units 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py", line 310, in call_throws 2024-03-13T11:33:28.841 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: RuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.134 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: Removing key for client.smb.config.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.134 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth rm", "entity": "client.smb.config.admem1.smithi082.mgzkfk"}]: dispatch 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.admem1.smithi082.mgzkfk"}]': finished 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: pgmap v536: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: /usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: /usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: Deploy daemon smb.admem1.smithi082.mgzkfk ... 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: Verifying port 0.0.0.0:445 ... 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: systemctl: timeout after 895 seconds 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: Non-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: Traceback (most recent call last): 2024-03-13T11:33:29.135 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: return _run_code(code, main_globals, None, 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: exec(code, run_globals) 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 5529, in 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 5517, in main 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3045, in command_deploy_from 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3080, in _common_deploy 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 3100, in _deploy_daemon_container 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 1036, in deploy_daemon 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py", line 1172, in deploy_daemon_units 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: File "/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py", line 310, in call_throws 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout: RuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: config is a no-op 2024-03-13T11:33:29.136 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: pgmap v537: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:29.137 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:28 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:33:30.056 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:29 smithi082 ceph-mon[29662]: Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-03-13T11:33:30.489 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:30.489 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:31.103 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:30 smithi082 ceph-mon[29662]: from='client.14825 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:31.103 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:30 smithi082 ceph-mon[29662]: pgmap v538: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:31.130 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:32.131 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:32.383 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:33.786 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:33:33.786 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:33 smithi082 ceph-mon[29662]: pgmap v539: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:34.335 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:34.335 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:35.024 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:34 smithi082 ceph-mon[29662]: from='client.14827 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:35.024 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:34 smithi082 ceph-mon[29662]: pgmap v540: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:35.052 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:36.053 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:36.304 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:37 smithi082 ceph-mon[29662]: pgmap v541: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:38.123 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:38.123 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:38.899 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:39.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:38 smithi082 ceph-mon[29662]: from='client.14829 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:39.899 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:40.151 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:40.210 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:39 smithi082 ceph-mon[29662]: pgmap v542: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:42.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:41 smithi082 ceph-mon[29662]: pgmap v543: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:42.088 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:42.089 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:42.723 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:43.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:42 smithi082 ceph-mon[29662]: from='client.14831 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:43.724 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:43.979 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:44.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:43 smithi082 ceph-mon[29662]: pgmap v544: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:45.802 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:45.802 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:45 smithi082 ceph-mon[29662]: pgmap v545: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:46.466 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:47.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:46 smithi082 ceph-mon[29662]: from='client.14833 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:47.467 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:47.719 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:48.083 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:47 smithi082 ceph-mon[29662]: pgmap v546: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:49.478 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:49.478 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:50.085 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:49 smithi082 ceph-mon[29662]: pgmap v547: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:50.086 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:49 smithi082 ceph-mon[29662]: from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:50.111 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:51.112 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:51.365 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:52.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:51 smithi082 ceph-mon[29662]: pgmap v548: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:53.311 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:53.311 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:53.914 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:53 smithi082 ceph-mon[29662]: pgmap v549: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:53.915 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:53 smithi082 ceph-mon[29662]: from='client.14837 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:53.946 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:54.947 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:33:55.198 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:33:56.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:55 smithi082 ceph-mon[29662]: pgmap v550: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:57.563 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:33:57.564 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:33:58.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:57 smithi082 ceph-mon[29662]: pgmap v551: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:33:58.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:57 smithi082 ceph-mon[29662]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:33:58.410 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:33:59.410 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:33:59 smithi082 ceph-mon[29662]: pgmap v552: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:00.575 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:02.113 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:01 smithi082 ceph-mon[29662]: pgmap v553: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:02.533 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:02.533 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:03.118 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:03.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:02 smithi082 ceph-mon[29662]: from='client.14843 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:04.119 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:04.150 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:03 smithi082 ceph-mon[29662]: pgmap v554: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:04.372 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:05 smithi082 ceph-mon[29662]: pgmap v555: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:06.217 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:06.217 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:06.865 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:06 smithi082 ceph-mon[29662]: from='client.14845 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:07.866 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:08.117 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:08.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:07 smithi082 ceph-mon[29662]: pgmap v556: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:09.981 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:09.981 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:10.290 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:09 smithi082 ceph-mon[29662]: pgmap v557: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:10.736 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:10 smithi082 ceph-mon[29662]: from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:11.737 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:12.217 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:11 smithi082 ceph-mon[29662]: pgmap v558: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:13.347 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:14.192 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:13 smithi082 ceph-mon[29662]: pgmap v559: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:15.654 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:15.654 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:16.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:15 smithi082 ceph-mon[29662]: pgmap v560: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:16.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:15 smithi082 ceph-mon[29662]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:16.518 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:17.520 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:18.198 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:17 smithi082 ceph-mon[29662]: pgmap v561: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:20.099 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:20.230 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:19 smithi082 ceph-mon[29662]: pgmap v562: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:22.002 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:22.002 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:22.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:21 smithi082 ceph-mon[29662]: pgmap v563: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:22.703 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:23.309 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:22 smithi082 ceph-mon[29662]: from='client.14855 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:23.705 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:23.956 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:24.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:23 smithi082 ceph-mon[29662]: pgmap v564: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:25.777 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:25.777 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:25 smithi082 ceph-mon[29662]: pgmap v565: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:26.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:25 smithi082 ceph-mon[29662]: from='client.14857 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:26.428 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:27.430 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:27.681 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:28.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:27 smithi082 ceph-mon[29662]: pgmap v566: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:29.045 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:28 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-13T11:34:29.515 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:29.515 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:18:10.332043Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:18:10.331799Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:18:10.331696Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:18:10.331880Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "running": 0, "size": 1}}] 2024-03-13T11:34:30.060 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:30.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:30 smithi082 ceph-mon[29662]: pgmap v567: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:30.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:30 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:30.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:30 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:30.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:30 smithi082 ceph-mon[29662]: from='client.14859 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:31.061 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:32.621 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:32 smithi082 ceph-mon[29662]: pgmap v568: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:33.086 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:34.237 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: pgmap v569: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: Adjusting osd_memory_target on smithi082 to 3936M 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' 2024-03-13T11:34:34.238 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: pgmap v570: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: Reconfiguring smb.admem1.smithi082.mgzkfk (unknown last config time)... 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: smb prepare_create 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: smb generate_config 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.smithi082.mgzkfk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow r pool=.smb"]}]: dispatch 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.smithi082.mgzkfk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow r pool=.smb"]}]': finished 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.smbdata"}]: dispatch 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: from='mgr.14152 172.21.15.82:0/1862327889' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: smb generate_config: {'cluster_id': 'admem1', 'features': ['domain'], 'config_uri': 'rados://.smb/admem1/conf.toml', 'join_sources': ['rados:mon-config-key:smb/config/admem1/join1.json'], 'config': '# minimal ceph.conf for d5457e42-e12a-11ee-95c9-87774f69a715\n[global]\n\tfsid = d5457e42-e12a-11ee-95c9-87774f69a715\n\tmon_host = [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]\n', 'keyring': '[client.smb.config.admem1.smithi082.mgzkfk]\nkey = AQBJj/Flg7g5IhAA28Z9KfKHTJ8W2nxxA1I5Uw==\n\n[client.smbdata]\nkey = AQB4i/Flk3l1FRAABvaZKy/X8Wlh9TOFLT10vg==\n', 'config_auth_entity': 'client.smb.config.admem1.smithi082.mgzkfk'} 2024-03-13T11:34:34.239 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:33 smithi082 ceph-mon[29662]: Reconfiguring daemon smb.admem1.smithi082.mgzkfk on smithi082 2024-03-13T11:34:35.101 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:34 smithi082 ceph-mon[29662]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-03-13T11:34:35.102 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:35.102 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:35.846 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:36.165 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:35 smithi082 ceph-mon[29662]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:36.165 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:35 smithi082 ceph-mon[29662]: pgmap v571: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:36.847 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:37.936 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:38.722 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:38 smithi082 ceph-mon[29662]: pgmap v572: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 95 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:40.784 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:40.785 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:40.785 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:40 smithi082 ceph-mon[29662]: pgmap v573: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 95 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:41.725 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:41 smithi082 ceph-mon[29662]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:41.943 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:42.944 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:42.956 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:42 smithi082 ceph-mon[29662]: pgmap v574: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 95 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:43.272 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:43.703 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:43 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3988817658' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:44.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:44 smithi082 ceph-mon[29662]: pgmap v575: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 190 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:44.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:44 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2799141822' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:45.249 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:45.249 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:45 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/962702296' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:46.134 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:46.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:46 smithi082 ceph-mon[29662]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:46.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:46 smithi082 ceph-mon[29662]: pgmap v576: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:46.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:46 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/525685005' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:47.135 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:47.397 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:47.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:47 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2390597459' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:48.804 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:48 smithi082 ceph-mon[29662]: pgmap v577: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:48.804 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:48 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2996194365' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:49.400 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:49.401 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:49.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:49 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/204455338' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:50.269 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:50 smithi082 ceph-mon[29662]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:50 smithi082 ceph-mon[29662]: pgmap v578: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:50 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2641309340' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:51.271 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:51.522 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:51.870 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:51 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/847120117' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:52.963 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:52 smithi082 ceph-mon[29662]: pgmap v579: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:53.551 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:53.552 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:53.810 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:53 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2697430386' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:54.341 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:54 smithi082 ceph-mon[29662]: pgmap v580: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 85 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2024-03-13T11:34:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:54 smithi082 ceph-mon[29662]: from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:54 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2333618141' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:55.342 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:55.584 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:34:55.936 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/138795684' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:34:56.941 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:56 smithi082 ceph-mon[29662]: pgmap v581: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:57.365 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:34:57.365 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:34:58.058 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:34:59.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:58 smithi082 ceph-mon[29662]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:34:59.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:34:58 smithi082 ceph-mon[29662]: pgmap v582: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:34:59.059 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:34:59.310 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:00.920 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:00 smithi082 ceph-mon[29662]: pgmap v583: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:00.920 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:00 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/90924364' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:01.340 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:01.340 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:01.969 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:02.970 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:03.001 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:02 smithi082 ceph-mon[29662]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:03.001 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:02 smithi082 ceph-mon[29662]: pgmap v584: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:03.223 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:05.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:04 smithi082 ceph-mon[29662]: pgmap v585: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:05.100 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:05.101 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:05.766 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:06.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:05 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3636571374' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:06.768 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:07.020 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:06 smithi082 ceph-mon[29662]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:07.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:06 smithi082 ceph-mon[29662]: pgmap v586: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:08.775 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:08.775 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:08 smithi082 ceph-mon[29662]: pgmap v587: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:09.484 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:09.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:09 smithi082 ceph-mon[29662]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:10.485 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:10.750 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:10.956 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:10 smithi082 ceph-mon[29662]: pgmap v588: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:10.956 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:10 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/20695139' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:12.499 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:12.500 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:13.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:12 smithi082 ceph-mon[29662]: pgmap v589: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:13.285 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:14.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:13 smithi082 ceph-mon[29662]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:14.285 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:14.540 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:14.959 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:14 smithi082 ceph-mon[29662]: pgmap v590: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:15.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:15 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3387499856' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:16.490 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:16.490 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:17.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:16 smithi082 ceph-mon[29662]: pgmap v591: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:17.123 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:18.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:17 smithi082 ceph-mon[29662]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:18.124 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:18.377 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:18.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:18 smithi082 ceph-mon[29662]: pgmap v592: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:20.222 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:20.222 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:20.778 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:20 smithi082 ceph-mon[29662]: pgmap v593: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:20.779 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:20 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3219949154' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:20.805 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:21.806 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:22.058 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:22.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:21 smithi082 ceph-mon[29662]: from='client.14921 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:22.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:22 smithi082 ceph-mon[29662]: pgmap v594: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:23.920 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:23.920 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:24.609 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:24 smithi082 ceph-mon[29662]: pgmap v595: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:25.610 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:25.856 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:25.978 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:25 smithi082 ceph-mon[29662]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:25.978 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:25 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/707972546' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:26.987 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:26 smithi082 ceph-mon[29662]: pgmap v596: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:27.618 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:27.618 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:28.343 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:28 smithi082 ceph-mon[29662]: pgmap v597: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:28 smithi082 ceph-mon[29662]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:29.345 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:29.596 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:31.004 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:30 smithi082 ceph-mon[29662]: pgmap v598: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:31.004 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:30 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/355605252' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:31.600 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:31.600 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:32.334 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:32 smithi082 ceph-mon[29662]: pgmap v599: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:32 smithi082 ceph-mon[29662]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:33.335 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:33.589 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:35.039 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:34 smithi082 ceph-mon[29662]: pgmap v600: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:35.469 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:35.469 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:35.791 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:35 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/445395410' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:36.127 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:37.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:36 smithi082 ceph-mon[29662]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:37.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:36 smithi082 ceph-mon[29662]: pgmap v601: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:37.129 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:37.380 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:38.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:38 smithi082 ceph-mon[29662]: pgmap v602: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:39.260 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:39.260 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:39.989 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:40.991 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:41.023 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:40 smithi082 ceph-mon[29662]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:41.023 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:40 smithi082 ceph-mon[29662]: pgmap v603: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:41.023 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:40 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/812337956' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:41.256 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:42.978 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:42 smithi082 ceph-mon[29662]: pgmap v604: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:43.295 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:43.295 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:44.019 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:45.020 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:45.050 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:44 smithi082 ceph-mon[29662]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:45.050 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:44 smithi082 ceph-mon[29662]: pgmap v605: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:45.272 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:45 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/1726051693' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:46 smithi082 ceph-mon[29662]: pgmap v606: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:47.161 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:47.161 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:47.919 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:48.921 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:48.952 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:48 smithi082 ceph-mon[29662]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:48.953 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:48 smithi082 ceph-mon[29662]: pgmap v607: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:49.175 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:51.019 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:51.019 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:51.020 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:50 smithi082 ceph-mon[29662]: pgmap v608: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:51.020 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:50 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3708250066' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:51.722 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:52.723 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:52.976 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:52 smithi082 ceph-mon[29662]: from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:52 smithi082 ceph-mon[29662]: pgmap v609: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:54.811 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:54.811 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:54 smithi082 ceph-mon[29662]: pgmap v610: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:55.533 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:35:56.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:55 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/1597505108' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:35:56.534 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:35:56.787 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:35:56.909 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:56 smithi082 ceph-mon[29662]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:35:56.910 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:56 smithi082 ceph-mon[29662]: pgmap v611: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:58.607 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:35:58.608 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:35:59.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:58 smithi082 ceph-mon[29662]: pgmap v612: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:35:59.307 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:00.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:35:59 smithi082 ceph-mon[29662]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:00.309 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:00.569 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:00.948 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:00 smithi082 ceph-mon[29662]: pgmap v613: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:00.948 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:00 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/620392958' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:02.444 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:02.444 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:03.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:02 smithi082 ceph-mon[29662]: pgmap v614: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:03.127 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:04.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:03 smithi082 ceph-mon[29662]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:04.129 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:04.382 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:04.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:04 smithi082 ceph-mon[29662]: pgmap v615: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:05.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:05 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/946799156' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:06.267 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:06.268 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:06.923 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:06 smithi082 ceph-mon[29662]: pgmap v616: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:06.951 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:07.953 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:07.983 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:07 smithi082 ceph-mon[29662]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:08.205 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:08 smithi082 ceph-mon[29662]: pgmap v617: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:10.022 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:10.022 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:10.726 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:10 smithi082 ceph-mon[29662]: pgmap v618: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:10 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3146057774' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:11.727 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:11.978 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:11 smithi082 ceph-mon[29662]: from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:13.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:12 smithi082 ceph-mon[29662]: pgmap v619: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:13.926 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:13.926 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:14.569 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:14.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:14 smithi082 ceph-mon[29662]: pgmap v620: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:15.570 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:15.828 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:15.949 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:15 smithi082 ceph-mon[29662]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:15.950 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:15 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3365033952' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:17.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:16 smithi082 ceph-mon[29662]: pgmap v621: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:17.703 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:17.704 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:18.368 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:19.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:18 smithi082 ceph-mon[29662]: pgmap v622: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:19.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:18 smithi082 ceph-mon[29662]: from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:19.369 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:19.622 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:21.052 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:20 smithi082 ceph-mon[29662]: pgmap v623: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:21.052 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:20 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/4066882275' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:21.510 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:21.510 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:22.195 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:23.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:22 smithi082 ceph-mon[29662]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:23.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:22 smithi082 ceph-mon[29662]: pgmap v624: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:23.196 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:23.447 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:24.906 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:24 smithi082 ceph-mon[29662]: pgmap v625: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:25.311 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:25.311 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:26.016 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:25 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2574022741' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:26.017 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:27.018 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:27.049 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:26 smithi082 ceph-mon[29662]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:27.049 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:26 smithi082 ceph-mon[29662]: pgmap v626: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:27.272 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:29.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:28 smithi082 ceph-mon[29662]: pgmap v627: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:29.110 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:29.110 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:29.792 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:30.793 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:31.047 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:30 smithi082 ceph-mon[29662]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:30 smithi082 ceph-mon[29662]: pgmap v628: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:32.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:31 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/1449493596' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:32.842 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:32.842 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:33.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:32 smithi082 ceph-mon[29662]: pgmap v629: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:33.510 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:34.511 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:34.762 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:34.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:34 smithi082 ceph-mon[29662]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:34.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:34 smithi082 ceph-mon[29662]: pgmap v630: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:36.569 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:36.569 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:36.898 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:36 smithi082 ceph-mon[29662]: pgmap v631: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:36.898 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:36 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/4207750825' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:37.201 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:38.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:37 smithi082 ceph-mon[29662]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:38.202 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:38.454 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:38.885 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:38 smithi082 ceph-mon[29662]: pgmap v632: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:40.382 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:40.382 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:40.951 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:40 smithi082 ceph-mon[29662]: pgmap v633: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:40.997 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:41.998 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:42.028 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:41 smithi082 ceph-mon[29662]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:42.028 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:41 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/2698255929' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:42.247 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:43.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:42 smithi082 ceph-mon[29662]: pgmap v634: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:44.112 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:44.112 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:44.805 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:45.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:44 smithi082 ceph-mon[29662]: pgmap v635: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:45.806 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:46.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:45 smithi082 ceph-mon[29662]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:46.065 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:46 smithi082 ceph-mon[29662]: pgmap v636: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:46 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/3200181757' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:36:47.946 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:47.947 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:48.627 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:49.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:48 smithi082 ceph-mon[29662]: pgmap v637: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:49.629 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:49.882 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:50.003 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:49 smithi082 ceph-mon[29662]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:50 smithi082 ceph-mon[29662]: pgmap v638: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:51.714 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:51.715 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:52.413 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:52 smithi082 ceph-mon[29662]: pgmap v639: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:53.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:52 smithi082 ceph-mon[29662]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:53.414 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:53.667 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:55.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:54 smithi082 ceph-mon[29662]: pgmap v640: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:55.502 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:55.502 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:36:56.290 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:36:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:56 smithi082 ceph-mon[29662]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:36:57.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:56 smithi082 ceph-mon[29662]: pgmap v641: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:57.291 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:36:57.542 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:36:58.997 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:36:58 smithi082 ceph-mon[29662]: pgmap v642: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:36:59.459 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:36:59.460 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:00.175 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:00 smithi082 ceph-mon[29662]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:01.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:00 smithi082 ceph-mon[29662]: pgmap v643: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:01.176 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:01.427 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:03.041 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:02 smithi082 ceph-mon[29662]: pgmap v644: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:03.270 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:03.270 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:04.025 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:05.026 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:05.057 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:04 smithi082 ceph-mon[29662]: from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:05.057 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:04 smithi082 ceph-mon[29662]: pgmap v645: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:05.276 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:07.001 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:07.001 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:07.001 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:06 smithi082 ceph-mon[29662]: pgmap v646: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:07.744 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:08.745 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:08.996 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:08 smithi082 ceph-mon[29662]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:09.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:08 smithi082 ceph-mon[29662]: pgmap v647: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:10.816 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:10.816 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:11.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:10 smithi082 ceph-mon[29662]: pgmap v648: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:11.528 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:12.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:11 smithi082 ceph-mon[29662]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:12.529 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:12.782 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:12.903 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:12 smithi082 ceph-mon[29662]: pgmap v649: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:14.629 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:14.629 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:15.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:14 smithi082 ceph-mon[29662]: pgmap v650: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:15.417 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:16.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:15 smithi082 ceph-mon[29662]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:16.419 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:16.671 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:17.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:16 smithi082 ceph-mon[29662]: pgmap v651: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:18.542 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:18.543 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:19.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:18 smithi082 ceph-mon[29662]: pgmap v652: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:19.243 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:20.244 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:20.274 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:19 smithi082 ceph-mon[29662]: from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:20.494 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:20.927 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:20 smithi082 ceph-mon[29662]: pgmap v653: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:22.332 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:22.332 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:23.013 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:22 smithi082 ceph-mon[29662]: pgmap v654: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:23.042 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:24.043 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:24.073 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:23 smithi082 ceph-mon[29662]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:24.294 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:25.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:24 smithi082 ceph-mon[29662]: pgmap v655: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:26.017 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:26.018 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:26.687 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:27.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:26 smithi082 ceph-mon[29662]: pgmap v656: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:27.689 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:27.938 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:28.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:27 smithi082 ceph-mon[29662]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:29.079 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:28 smithi082 ceph-mon[29662]: pgmap v657: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:29.775 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:29.775 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:29 smithi082 ceph-mon[29662]: pgmap v658: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:30.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:29 smithi082 ceph-mon[29662]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:30.490 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:31.491 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:31.744 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:33.028 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:32 smithi082 ceph-mon[29662]: pgmap v659: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:33.562 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:33.562 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:34.245 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:35.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:34 smithi082 ceph-mon[29662]: from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:35.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:34 smithi082 ceph-mon[29662]: pgmap v660: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:35.246 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:35.498 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:36.924 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:36 smithi082 ceph-mon[29662]: pgmap v661: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:37.343 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:37.343 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:38.007 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:39.008 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:39.037 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:38 smithi082 ceph-mon[29662]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:39.037 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:38 smithi082 ceph-mon[29662]: pgmap v662: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:39.263 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:40.980 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:40 smithi082 ceph-mon[29662]: pgmap v663: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:41.207 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:41.207 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:41.974 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:42.975 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:43.005 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:42 smithi082 ceph-mon[29662]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:43.005 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:42 smithi082 ceph-mon[29662]: pgmap v664: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:43.234 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:44.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:44 smithi082 ceph-mon[29662]: pgmap v665: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:45.059 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:45.059 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:45.880 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:46.881 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d5457e42-e12a-11ee-95c9-87774f69a715 -- ceph orch ls -f json 2024-03-13T11:37:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:46 smithi082 ceph-mon[29662]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-13T11:37:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:46 smithi082 ceph-mon[29662]: pgmap v666: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:47.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:46 smithi082 ceph-mon[29662]: from='client.? 10.88.0.10:0/1853375154' entity='client.smb.config.admem1.smithi082.mgzkfk' cmd=[{"prefix": "config-key get", "key": "smb/config/admem1/join1.json"}]: dispatch 2024-03-13T11:37:47.134 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/mon.a/config 2024-03-13T11:37:48.809 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:48 smithi082 ceph-mon[29662]: pgmap v667: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 41 KiB data, 57 MiB used, 179 GiB / 179 GiB avail; 24/72 objects degraded (33.333%) 2024-03-13T11:37:48.974 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-03-13T11:37:48.974 INFO:teuthology.orchestra.run.smithi082.stdout:[{"events": ["2024-03-13T11:18:04.060781Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-03-13T11:17:56.539492Z", "last_refresh": "2024-03-13T11:34:32.902307Z", "running": 2, "size": 2}}, {"events": ["2024-03-13T11:16:31.019192Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-13T11:16:30.995836Z", "last_refresh": "2024-03-13T11:34:32.902094Z", "running": 1, "size": 1}}, {"events": ["2024-03-13T11:16:22.500823Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi082:172.21.15.82=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-13T11:16:22.476513Z", "last_refresh": "2024-03-13T11:34:32.902002Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2", "last_refresh": "2024-03-13T11:34:32.902167Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2024-03-13T11:33:28.794325Z service:smb.admem1 [INFO] \"service was created\"", "2024-03-13T11:33:28.787884Z service:smb.admem1 [ERROR] \"Failed while placing smb.admem1.smithi082.mgzkfk on smithi082: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb-admem1-smithi082-mgzkfk\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\n/usr/bin/podman: stderr Error: no such container ceph-d5457e42-e12a-11ee-95c9-87774f69a715-smb.admem1.smithi082.mgzkfk\nDeploy daemon smb.admem1.smithi082.mgzkfk ...\nVerifying port 0.0.0.0:445 ...\nsystemctl: timeout after 895 seconds\nNon-zero exit code 124 from systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\nTraceback (most recent call last):\n File \"/usr/lib64/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib64/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5529, in \n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 5517, in main\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3045, in command_deploy_from\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3080, in _common_deploy\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 3100, in _deploy_daemon_container\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1036, in deploy_daemon\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/__main__.py\", line 1172, in deploy_daemon_units\n File \"/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/cephadm.b791c901ecff1283064edb61574926152b6e2dc78dd74459487d74577d68d069/cephadmlib/call_wrappers.py\", line 310, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d5457e42-e12a-11ee-95c9-87774f69a715@smb.admem1.smithi082.mgzkfk\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2024-03-13T11:18:30.292679Z", "last_refresh": "2024-03-13T11:34:32.902401Z", "running": 0, "size": 1}}] 2024-03-13T11:37:49.681 INFO:tasks.cephadm:smb.admem1 has 0/1 2024-03-13T11:37:49.681 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e733d1fbd74be23a489f405617921019eaf5c55a/qa/tasks/cephadm.py", line 1560, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-03-13T11:37:49.879 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c587fa383f4c4c5f81bfe0f2a369ac74 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e733d1fbd74be23a489f405617921019eaf5c55a/qa/tasks/cephadm.py", line 1560, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-03-13T11:37:49.881 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-13T11:37:49.893 INFO:tasks.cephadm:Teardown begin 2024-03-13T11:37:49.893 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:37:49.930 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:37:49.965 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-13T11:37:49.966 DEBUG:teuthology.orchestra.run.smithi082:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-13T11:37:49.987 DEBUG:teuthology.orchestra.run.smithi097:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-13T11:37:50.022 INFO:tasks.cephadm:Stopping all daemons... 2024-03-13T11:37:50.022 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-13T11:37:50.022 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a 2024-03-13T11:37:50.298 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 systemd[1]: Stopping Ceph mon.a for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:37:50.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a[29658]: 2024-03-13T11:37:50.299+0000 7f795d36a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-13T11:37:50.559 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a[29658]: 2024-03-13T11:37:50.299+0000 7f795d36a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-13T11:37:50.560 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 podman[108380]: 2024-03-13 11:37:50.504953723 +0000 UTC m=+0.288044509 container died 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307) 2024-03-13T11:37:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 podman[108380]: 2024-03-13 11:37:50.858554082 +0000 UTC m=+0.641644868 container cleanup 49d929233f8b17cdf4a3ff64faa330e46b85ea4c0463e4a593151385b633cac9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-03-13T11:37:51.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Mar 13 11:37:50 smithi082 bash[108380]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mon-a 2024-03-13T11:37:51.218 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mon.a.service' 2024-03-13T11:37:51.268 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-13T11:37:51.269 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-13T11:37:51.269 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-13T11:37:51.269 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x 2024-03-13T11:37:51.550 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:51 smithi082 systemd[1]: Stopping Ceph mgr.x for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:37:51.810 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:51 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:37:51.552+0000 7f8a18f81700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-13T11:37:51.810 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:51 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x[29896]: 2024-03-13T11:37:51.552+0000 7f8a18f81700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-13T11:37:51.811 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:51 smithi082 podman[108502]: 2024-03-13 11:37:51.585268626 +0000 UTC m=+0.128536318 container died 09cd06451c7a8b95449d146e90af635c488a4d853624d3ac50f2b1cb41e18735 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2) 2024-03-13T11:37:52.259 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:52 smithi082 podman[108502]: 2024-03-13 11:37:52.003988594 +0000 UTC m=+0.547256328 container cleanup 09cd06451c7a8b95449d146e90af635c488a4d853624d3ac50f2b1cb41e18735 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e733d1fbd74be23a489f405617921019eaf5c55a, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-03-13T11:37:52.259 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Mar 13 11:37:52 smithi082 bash[108502]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715-mgr-x 2024-03-13T11:37:52.475 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@mgr.x.service' 2024-03-13T11:37:52.511 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-13T11:37:52.512 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-13T11:37:52.512 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-13T11:37:52.512 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.0 2024-03-13T11:37:52.809 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:52 smithi082 systemd[1]: Stopping Ceph osd.0 for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:37:53.309 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:52 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0[40671]: 2024-03-13T11:37:52.840+0000 7f9672722700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-13T11:37:53.309 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:52 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0[40671]: 2024-03-13T11:37:52.840+0000 7f9672722700 -1 osd.0 23 *** Got signal Terminated *** 2024-03-13T11:37:53.309 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:52 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0[40671]: 2024-03-13T11:37:52.840+0000 7f9672722700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-13T11:37:58.704 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:58 smithi082 podman[108623]: 2024-03-13 11:37:58.31803092 +0000 UTC m=+5.583842948 container died e071b735376549426bc3dec13c83734d8d8614df0494e95a856460d2debfd3d7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5) 2024-03-13T11:37:58.704 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:58 smithi082 podman[108623]: 2024-03-13 11:37:58.707511443 +0000 UTC m=+5.973323514 container cleanup e071b735376549426bc3dec13c83734d8d8614df0494e95a856460d2debfd3d7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD) 2024-03-13T11:37:59.059 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:58 smithi082 bash[108623]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0 2024-03-13T11:37:59.059 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:58 smithi082 podman[108639]: 2024-03-13 11:37:58.94189523 +0000 UTC m=+0.621647611 container remove e071b735376549426bc3dec13c83734d8d8614df0494e95a856460d2debfd3d7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-13T11:37:59.559 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.267521243 +0000 UTC m=+0.113535806 container create afd4cbfd85f781135c3054fc08c09b4bc5c375276e7ffe0e9bffc3d76543439f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240307, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-03-13T11:37:59.559 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.172017191 +0000 UTC m=+0.018031759 image pull a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2 2024-03-13T11:37:59.559 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.469693527 +0000 UTC m=+0.315708092 container init afd4cbfd85f781135c3054fc08c09b4bc5c375276e7ffe0e9bffc3d76543439f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, CEPH_POINT_RELEASE=, ceph=True) 2024-03-13T11:37:59.559 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.473468889 +0000 UTC m=+0.319483454 container start afd4cbfd85f781135c3054fc08c09b4bc5c375276e7ffe0e9bffc3d76543439f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-03-13T11:38:00.059 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.569508362 +0000 UTC m=+0.415522944 container attach afd4cbfd85f781135c3054fc08c09b4bc5c375276e7ffe0e9bffc3d76543439f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240307, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-03-13T11:38:00.059 INFO:journalctl@ceph.osd.0.smithi082.stdout:Mar 13 11:37:59 smithi082 podman[108731]: 2024-03-13 11:37:59.764822622 +0000 UTC m=+0.610837187 container died afd4cbfd85f781135c3054fc08c09b4bc5c375276e7ffe0e9bffc3d76543439f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux ) 2024-03-13T11:38:00.399 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.0.service' 2024-03-13T11:38:00.440 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-13T11:38:00.441 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-13T11:38:00.441 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-13T11:38:00.441 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.1 2024-03-13T11:38:00.738 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:00 smithi082 systemd[1]: Stopping Ceph osd.1 for d5457e42-e12a-11ee-95c9-87774f69a715... 2024-03-13T11:38:01.059 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1[46631]: 2024-03-13T11:38:00.742+0000 7fc343153700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-13T11:38:01.059 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1[46631]: 2024-03-13T11:38:00.742+0000 7fc343153700 -1 osd.1 23 *** Got signal Terminated *** 2024-03-13T11:38:01.059 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:00 smithi082 ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1[46631]: 2024-03-13T11:38:00.742+0000 7fc343153700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-13T11:38:06.446 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:06 smithi082 podman[108836]: 2024-03-13 11:38:06.098420622 +0000 UTC m=+5.435844301 container died 380b7b487f0976816bca92348da39ffbac92ec572019f34bdd8fae3899b2c733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, io.buildah.version=1.33.5) 2024-03-13T11:38:06.446 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:06 smithi082 podman[108836]: 2024-03-13 11:38:06.449470354 +0000 UTC m=+5.786894080 container cleanup 380b7b487f0976816bca92348da39ffbac92ec572019f34bdd8fae3899b2c733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-13T11:38:06.809 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:06 smithi082 bash[108836]: ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1 2024-03-13T11:38:06.809 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:06 smithi082 podman[108853]: 2024-03-13 11:38:06.617312217 +0000 UTC m=+0.511968465 container remove 380b7b487f0976816bca92348da39ffbac92ec572019f34bdd8fae3899b2c733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1, io.buildah.version=1.33.5, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-13T11:38:07.258 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:06 smithi082 podman[108947]: 2024-03-13 11:38:06.984585823 +0000 UTC m=+0.092075930 container create 6edf03fe4a00ff06f8f0a492cdea615ad132dc1359d4a31ccb0cb4314359b2a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, GIT_CLEAN=True) 2024-03-13T11:38:07.258 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:07 smithi082 podman[108947]: 2024-03-13 11:38:06.911421066 +0000 UTC m=+0.018911183 image pull a2ad57813b552ec63d61737a50cd72a30dfd82e8942b05411f549f50f84e17f0 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2 2024-03-13T11:38:07.258 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:07 smithi082 podman[108947]: 2024-03-13 11:38:07.187353491 +0000 UTC m=+0.294843597 container init 6edf03fe4a00ff06f8f0a492cdea615ad132dc1359d4a31ccb0cb4314359b2a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-13T11:38:07.259 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:07 smithi082 podman[108947]: 2024-03-13 11:38:07.190676216 +0000 UTC m=+0.298166325 container start 6edf03fe4a00ff06f8f0a492cdea615ad132dc1359d4a31ccb0cb4314359b2a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-03-13T11:38:07.259 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:07 smithi082 podman[108947]: 2024-03-13 11:38:07.262150207 +0000 UTC m=+0.369640341 container attach 6edf03fe4a00ff06f8f0a492cdea615ad132dc1359d4a31ccb0cb4314359b2a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-13T11:38:07.559 INFO:journalctl@ceph.osd.1.smithi082.stdout:Mar 13 11:38:07 smithi082 podman[108947]: 2024-03-13 11:38:07.489784232 +0000 UTC m=+0.597274331 container died 6edf03fe4a00ff06f8f0a492cdea615ad132dc1359d4a31ccb0cb4314359b2a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8da0850831b200efcab0d1bf21c90316c89b64442186073f674a1f57bdcaa2b2, name=ceph-d5457e42-e12a-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-ssharon-test2-2024-03-12-1420-e733d1f) 2024-03-13T11:38:08.114 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d5457e42-e12a-11ee-95c9-87774f69a715@osd.1.service' 2024-03-13T11:38:08.160 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-13T11:38:08.160 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-13T11:38:08.161 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d5457e42-e12a-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-13T11:43:48.175 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:44:04.360 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d5457e42-e12a-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-13T11:44:04.552 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:44:04.824 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:44:04.855 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-13T11:44:04.884 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-13T11:44:04.886 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi082/crash 2024-03-13T11:44:04.887 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash -- . 2024-03-13T11:44:04.932 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-13T11:44:04.946 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2024-03-13T11:44:04.947 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi097/crash 2024-03-13T11:44:04.948 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash -- . 2024-03-13T11:44:05.049 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-13T11:44:05.049 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-03-13T11:44:05.050 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-13T11:44:05.050 DEBUG:teuthology.orchestra.run.smithi082:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-13T11:44:05.079 INFO:tasks.cephadm:Compressing logs... 2024-03-13T11:44:05.079 DEBUG:teuthology.orchestra.run.smithi082:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-13T11:44:05.121 DEBUG:teuthology.orchestra.run.smithi097:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-13T11:44:05.146 INFO:teuthology.orchestra.run.smithi082.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory --verbose 2024-03-13T11:44:05.146 INFO:teuthology.orchestra.run.smithi082.stderr: -- /var/log/ceph/cephadm.log 2024-03-13T11:44:05.147 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-13T11:44:05.147 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-13T11:44:05.147 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-13T11:44:05.147 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.fexowy.log 2024-03-13T11:44:05.147 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mgr.x.log 2024-03-13T11:44:05.150 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.1.log: /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.fexowy.log: 92.5% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.fexowy.log.gz 2024-03-13T11:44:05.150 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-13T11:44:05.150 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-13T11:44:05.150 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- 90.4% /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.log 2024-03-13T11:44:05.150 INFO:teuthology.orchestra.run.smithi082.stderr: -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-13T11:44:05.151 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-13T11:44:05.151 INFO:teuthology.orchestra.run.smithi082.stderr: 77.6%/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.log: -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-13T11:44:05.151 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.qklyid.log 2024-03-13T11:44:05.151 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.qklyid.log: 93.1% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mds.cephfs.smithi082.qklyid.log.gz 2024-03-13T11:44:05.151 INFO:teuthology.orchestra.run.smithi082.stderr: 92.2% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-13T11:44:05.152 INFO:teuthology.orchestra.run.smithi097.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-13T11:44:05.152 INFO:teuthology.orchestra.run.smithi097.stderr:: No such file or directory 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m0.016s 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m0.006s 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.022s 2024-03-13T11:44:05.153 INFO:teuthology.orchestra.run.smithi082.stderr: 95.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-13T11:44:05.155 INFO:teuthology.orchestra.run.smithi082.stderr: 91.1% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-13T11:44:05.295 INFO:teuthology.orchestra.run.smithi082.stderr: 90.4% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mgr.x.log.gz 2024-03-13T11:44:05.590 INFO:teuthology.orchestra.run.smithi082.stderr: 89.6% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-13T11:44:05.918 INFO:teuthology.orchestra.run.smithi082.stderr: 94.7% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-13T11:44:05.978 INFO:teuthology.orchestra.run.smithi082.stderr: 94.6% -- replaced with /var/log/ceph/d5457e42-e12a-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-13T11:44:05.980 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-03-13T11:44:05.980 INFO:teuthology.orchestra.run.smithi082.stderr:real 0m0.847s 2024-03-13T11:44:05.980 INFO:teuthology.orchestra.run.smithi082.stderr:user 0m2.122s 2024-03-13T11:44:05.980 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m0.120s 2024-03-13T11:44:05.980 INFO:tasks.cephadm:Archiving logs... 2024-03-13T11:44:05.981 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/log/ceph to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi082/log 2024-03-13T11:44:05.982 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-13T11:44:06.416 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi097/log 2024-03-13T11:44:06.417 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-13T11:44:06.445 INFO:tasks.cephadm:Removing cluster... 2024-03-13T11:44:06.446 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d5457e42-e12a-11ee-95c9-87774f69a715 --force 2024-03-13T11:44:06.626 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: d5457e42-e12a-11ee-95c9-87774f69a715 2024-03-13T11:44:06.892 INFO:tasks.cephadm:Removing cephadm ... 2024-03-13T11:44:06.892 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-13T11:44:06.907 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-13T11:44:06.925 INFO:tasks.cephadm:Teardown complete 2024-03-13T11:44:06.925 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-13T11:44:06.935 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-13T11:44:06.936 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-13T11:44:06.949 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-13T11:44:07.045 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-13T11:44:07.055 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-13T11:44:07.055 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-13T11:44:07.058 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-13T11:44:07.069 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-03-13T11:44:07.073 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-03-13T11:44:07.074 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-13T11:44:07.074 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-03-13T11:44:07.074 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1006us[+1012us] +/- 103ms 2024-03-13T11:44:07.074 INFO:teuthology.orchestra.run.smithi082.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -723us[ -716us] +/- 65ms 2024-03-13T11:44:07.074 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +225us[ +232us] +/- 93ms 2024-03-13T11:44:07.075 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 57 +998us[ +997us] +/- 103ms 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -720us[ -721us] +/- 65ms 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +207us[ +206us] +/- 93ms 2024-03-13T11:44:07.077 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-13T11:44:07.078 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-13T11:44:07.114 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-13T11:44:07.115 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-13T11:44:07.123 DEBUG:teuthology.orchestra.run.smithi082:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-13T11:44:07.212 DEBUG:teuthology.orchestra.run.smithi097:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-13T11:44:07.282 DEBUG:teuthology.orchestra.run.smithi082:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-13T11:44:07.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:44:07.313 DEBUG:teuthology.orchestra.run.smithi097:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-13T11:44:07.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:44:07.345 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-13T11:44:07.356 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-13T11:44:07.366 INFO:teuthology.task.internal:Duration was 2189.007724 seconds 2024-03-13T11:44:07.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-13T11:44:07.376 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-13T11:44:07.376 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-13T11:44:07.378 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-13T11:44:07.419 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-13T11:44:07.431 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-13T11:44:07.761 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-13T11:44:07.762 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-03-13T11:44:07.762 DEBUG:teuthology.orchestra.run.smithi082:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-13T11:44:07.782 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-03-13T11:44:07.782 DEBUG:teuthology.orchestra.run.smithi097:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-13T11:44:07.809 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-13T11:44:07.809 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-13T11:44:07.824 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-13T11:44:07.880 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-13T11:44:07.880 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-13T11:44:07.892 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-13T11:44:08.897 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-13T11:44:08.908 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-13T11:44:08.908 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-13T11:44:08.936 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-13T11:44:08.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-13T11:44:08.978 DEBUG:teuthology.orchestra.run.smithi082:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-13T11:44:08.980 DEBUG:teuthology.orchestra.run.smithi097:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-13T11:44:09.003 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-03-13T11:44:09.035 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-03-13T11:44:09.220 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-13T11:44:09.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:44:09.234 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-13T11:44:09.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-13T11:44:09.276 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-13T11:44:09.286 INFO:teuthology.task.internal:Transferring archived files... 2024-03-13T11:44:09.287 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi082 2024-03-13T11:44:09.287 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-13T11:44:09.337 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604/remote/smithi097 2024-03-13T11:44:09.337 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-13T11:44:09.375 INFO:teuthology.task.internal:Removing archive directory... 2024-03-13T11:44:09.376 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-13T11:44:09.378 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-13T11:44:09.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-13T11:44:09.438 INFO:teuthology.task.internal:Not uploading archives. 2024-03-13T11:44:09.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-13T11:44:09.447 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-13T11:44:09.448 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-13T11:44:09.450 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-13T11:44:09.462 INFO:teuthology.orchestra.run.smithi082.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 13 11:44 /home/ubuntu/cephtest 2024-03-13T11:44:09.481 INFO:teuthology.orchestra.run.smithi097.stdout: 265810 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 13 11:44 /home/ubuntu/cephtest 2024-03-13T11:44:09.482 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-13T11:44:09.492 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-13T11:44:09.513 INFO:teuthology.nuke:Checking targets against current locks 2024-03-13T11:44:09.536 DEBUG:teuthology.nuke:shortname: smithi082 2024-03-13T11:44:09.536 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-13T11:44:09.555 DEBUG:teuthology.nuke:shortname: smithi097 2024-03-13T11:44:09.555 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-13T11:44:09.559 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-13 10:58:14.443619', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKih1D1FvBbMBZPztk9dG7083q0aswPukVPMOXM4EN5IR2/65jT3vQF9Oo6SWL2R52pLZ2NuQvEaiJ77wn/dshk='} 2024-03-13T11:44:09.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_18:29:03-orch:cephadm-wip-ssharon-test2-2024-03-12-1420-distro-default-smithi/7594604', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-13 10:58:14.445441', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD13bZSzd3FI12odDU1JDEQ1lYnBowLEm9SKun2zkAoL8qx68ufTwI78XwkyUYNxWId5Kg4K7K4JIOjObn1srsg='} 2024-03-13T11:44:09.604 INFO:teuthology.orchestra.console.smithi082:Power off 2024-03-13T11:44:09.604 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-13T11:44:09.627 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2024-03-13T11:44:09.628 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:09.644 INFO:teuthology.orchestra.console.smithi097:Power off 2024-03-13T11:44:09.645 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-13T11:44:09.655 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-03-13T11:44:09.669 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2024-03-13T11:44:09.669 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:09.697 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-03-13T11:44:13.657 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:13.699 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:13.768 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-03-13T11:44:13.809 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-03-13T11:44:17.774 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:17.810 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:17.885 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-03-13T11:44:17.919 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2024-03-13T11:44:18.020 INFO:teuthology.orchestra.console.smithi097:Power off completed 2024-03-13T11:44:21.890 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-13T11:44:22.000 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2024-03-13T11:44:22.101 INFO:teuthology.orchestra.console.smithi082:Power off completed 2024-03-13T11:44:22.206 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 2189.0077242851257 failure_reason: reached maximum tries (301) after waiting for 300 seconds flavor: default owner: scheduled_ssharon@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c587fa383f4c4c5f81bfe0f2a369ac74 status: fail success: false 2024-03-13T11:44:22.207 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-13T11:44:22.288 INFO:teuthology.run:FAIL