2026-02-19T11:08:35.786 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-19T11:08:35.802 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-19T11:08:35.882 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952 branch: main description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: null first_in_suite: false flavor: default job_id: '57952' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 941b42cabfa3c4e4d30b96a58cbe2fa653f560ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 941b42cabfa3c4e4d30b96a58cbe2fa653f560ec selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: main sha1: 172f796f82d7d43ae7fabdf5a2e00c9e376def86 owner: scheduled_shraddhaag@soko04.front.sepia.ceph.com priority: 69 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9368 sha1: 941b42cabfa3c4e4d30b96a58cbe2fa653f560ec sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph_172f796f82d7d43ae7fabdf5a2e00c9e376def86/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph.git suite_sha1: 172f796f82d7d43ae7fabdf5a2e00c9e376def86 targets: trial014.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO8pJP4IU4oY68SgcFDeYWz4ZbWTEmsEDY+GsCR82YNVa6fKLS2LLDXdNYLnyZxdTfD/N2JMPlwYAIVkvfgGbcA= trial175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLCgNSK/b28DjwrwyNtKTB/FPRf/q0LIA89cE6QVxgLZUlqqZAUeH39OhWnvwf47B3ECQI+R5eQGkXrquzv2ggA= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n timeout 300 bash -c \"while ! ceph orch ps | grep $rgw | grep stopped;\ \ do echo 'Waiting for $rgw to stop'; ceph orch ps --daemon-type rgw; ceph health\ \ detail; sleep 5 ; done\"\n timeout 300 bash -c \"while ! curl http://{{VIP0}}:9000/\ \ ; do echo 'Waiting for http://{{VIP0}}:9000/ to be available'; sleep 1 ; done\"\ \n ceph orch daemon start $rgw\n timeout 300 bash -c \"while ! ceph orch ps\ \ | grep $rgw | grep running; do echo 'Waiting for $rgw to start'; ceph orch\ \ ps --daemon-type rgw; ceph health detail; sleep 5 ; done\"\ndone\n\n# stop\ \ each haproxy in turn\necho \"Check with each haproxy down in turn...\"\nfor\ \ haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '{print $1}'`; do\n\ \ ceph orch daemon stop $haproxy\n timeout 300 bash -c \"while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do echo 'Waiting for $haproxy to stop';\ \ ceph orch ps --daemon-type haproxy; ceph health detail; sleep 5 ; done\"\n\ \ timeout 300 bash -c \"while ! curl http://{{VIP0}}:9000/ ; do echo 'Waiting\ \ for http://{{VIP0}}:9000/ to be available'; sleep 1 ; done\"\n ceph orch\ \ daemon start $haproxy\n timeout 300 bash -c \"while ! ceph orch ps | grep\ \ $haproxy | grep running; do echo 'Waiting for $haproxy to start'; ceph orch\ \ ps --daemon-type haproxy; ceph health detail; sleep 5 ; done\"\ndone\n\ntimeout\ \ 300 bash -c \"while ! curl http://{{VIP0}}:9000/ ; do echo 'Waiting for http://{{VIP0}}:9000/\ \ to be available'; sleep 1 ; done\"\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-19_09:54:34 tube: trial user: shraddhaag verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-19T11:08:35.882 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph_172f796f82d7d43ae7fabdf5a2e00c9e376def86/qa; will attempt to use it 2026-02-19T11:08:35.882 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph_172f796f82d7d43ae7fabdf5a2e00c9e376def86/qa/tasks 2026-02-19T11:08:35.882 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-19T11:08:35.884 INFO:teuthology.task.internal:Checking packages... 2026-02-19T11:08:35.884 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '941b42cabfa3c4e4d30b96a58cbe2fa653f560ec' 2026-02-19T11:08:35.884 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-19T11:08:35.884 INFO:teuthology.packaging:ref: None 2026-02-19T11:08:35.884 INFO:teuthology.packaging:tag: None 2026-02-19T11:08:35.884 INFO:teuthology.packaging:branch: main 2026-02-19T11:08:35.884 INFO:teuthology.packaging:sha1: 941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:08:35.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2026-02-19T11:08:36.038 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5253.g5ccdd6ad 2026-02-19T11:08:36.040 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-19T11:08:36.051 INFO:teuthology.task.internal:no buildpackages task found 2026-02-19T11:08:36.051 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-19T11:08:36.065 INFO:teuthology.task.internal:Saving configuration 2026-02-19T11:08:36.081 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-19T11:08:36.094 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-19T11:08:36.182 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial014.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-19 11:05:09.214132', 'locked_by': 'scheduled_shraddhaag@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO8pJP4IU4oY68SgcFDeYWz4ZbWTEmsEDY+GsCR82YNVa6fKLS2LLDXdNYLnyZxdTfD/N2JMPlwYAIVkvfgGbcA='} 2026-02-19T11:08:36.247 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial175.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-19 11:05:09.213415', 'locked_by': 'scheduled_shraddhaag@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLCgNSK/b28DjwrwyNtKTB/FPRf/q0LIA89cE6QVxgLZUlqqZAUeH39OhWnvwf47B3ECQI+R5eQGkXrquzv2ggA='} 2026-02-19T11:08:36.247 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-19T11:08:36.258 INFO:teuthology.task.internal:roles: ubuntu@trial014.front.sepia.ceph.com - ['host.a', 'client.0'] 2026-02-19T11:08:36.258 INFO:teuthology.task.internal:roles: ubuntu@trial175.front.sepia.ceph.com - ['host.b', 'client.1'] 2026-02-19T11:08:36.258 INFO:teuthology.run_tasks:Running task console_log... 2026-02-19T11:08:36.405 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7381a9ef79c0>, signals=[15]) 2026-02-19T11:08:36.405 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-19T11:08:36.417 INFO:teuthology.task.internal:Opening connections... 2026-02-19T11:08:36.417 DEBUG:teuthology.task.internal:connecting to ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:08:36.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial014.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T11:08:36.481 DEBUG:teuthology.task.internal:connecting to ubuntu@trial175.front.sepia.ceph.com 2026-02-19T11:08:36.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T11:08:36.541 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-19T11:08:36.551 DEBUG:teuthology.orchestra.run.trial014:> uname -m 2026-02-19T11:08:36.567 INFO:teuthology.orchestra.run.trial014.stdout:x86_64 2026-02-19T11:08:36.568 DEBUG:teuthology.orchestra.run.trial014:> cat /etc/os-release 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:NAME="CentOS Stream" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:VERSION="9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:ID="centos" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:ID_LIKE="rhel fedora" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:VERSION_ID="9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:PLATFORM_ID="platform:el9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:ANSI_COLOR="0;31" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:LOGO="fedora-logo-icon" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:HOME_URL="https://centos.org/" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T11:08:36.623 INFO:teuthology.orchestra.run.trial014.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T11:08:36.624 INFO:teuthology.lock.ops:Updating trial014.front.sepia.ceph.com on lock server 2026-02-19T11:08:36.695 DEBUG:teuthology.orchestra.run.trial175:> uname -m 2026-02-19T11:08:36.710 INFO:teuthology.orchestra.run.trial175.stdout:x86_64 2026-02-19T11:08:36.710 DEBUG:teuthology.orchestra.run.trial175:> cat /etc/os-release 2026-02-19T11:08:36.766 INFO:teuthology.orchestra.run.trial175.stdout:NAME="CentOS Stream" 2026-02-19T11:08:36.766 INFO:teuthology.orchestra.run.trial175.stdout:VERSION="9" 2026-02-19T11:08:36.766 INFO:teuthology.orchestra.run.trial175.stdout:ID="centos" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:ID_LIKE="rhel fedora" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:VERSION_ID="9" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:PLATFORM_ID="platform:el9" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:ANSI_COLOR="0;31" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:LOGO="fedora-logo-icon" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:HOME_URL="https://centos.org/" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T11:08:36.767 INFO:teuthology.orchestra.run.trial175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T11:08:36.767 INFO:teuthology.lock.ops:Updating trial175.front.sepia.ceph.com on lock server 2026-02-19T11:08:36.848 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-19T11:08:36.860 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-19T11:08:36.872 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-19T11:08:36.872 DEBUG:teuthology.orchestra.run.trial014:> test '!' -e /home/ubuntu/cephtest 2026-02-19T11:08:36.874 DEBUG:teuthology.orchestra.run.trial175:> test '!' -e /home/ubuntu/cephtest 2026-02-19T11:08:36.889 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-19T11:08:36.900 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-19T11:08:36.900 DEBUG:teuthology.orchestra.run.trial014:> test -z $(ls -A /var/lib/ceph) 2026-02-19T11:08:36.929 DEBUG:teuthology.orchestra.run.trial175:> test -z $(ls -A /var/lib/ceph) 2026-02-19T11:08:36.946 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-19T11:08:38.488 INFO:teuthology.run_tasks:Running task kernel... 2026-02-19T11:08:38.509 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-19T11:08:38.509 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-19T11:08:38.510 DEBUG:teuthology.orchestra.run.trial014:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T11:08:38.510 DEBUG:teuthology.orchestra.run.trial175:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T11:08:38.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:08:38.524 DEBUG:teuthology.orchestra.run.trial175:> uname -r 2026-02-19T11:08:38.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:08:38.525 DEBUG:teuthology.orchestra.run.trial014:> uname -r 2026-02-19T11:08:38.580 INFO:teuthology.orchestra.run.trial175.stdout:5.14.0-681.el9.x86_64 2026-02-19T11:08:38.580 INFO:teuthology.task.kernel:Running kernel on trial175: 5.14.0-681.el9.x86_64 2026-02-19T11:08:38.580 DEBUG:teuthology.orchestra.run.trial175:> sudo yum install -y kernel 2026-02-19T11:08:38.581 INFO:teuthology.orchestra.run.trial014.stdout:5.14.0-681.el9.x86_64 2026-02-19T11:08:38.581 INFO:teuthology.task.kernel:Running kernel on trial014: 5.14.0-681.el9.x86_64 2026-02-19T11:08:38.581 DEBUG:teuthology.orchestra.run.trial014:> sudo yum install -y kernel 2026-02-19T11:08:39.205 INFO:teuthology.orchestra.run.trial014.stdout:CentOS Stream 9 - BaseOS 37 MB/s | 8.9 MB 00:00 2026-02-19T11:08:39.681 INFO:teuthology.orchestra.run.trial175.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-19T11:08:43.536 INFO:teuthology.orchestra.run.trial175.stdout:CentOS Stream 9 - AppStream 8.0 MB/s | 27 MB 00:03 2026-02-19T11:08:47.406 INFO:teuthology.orchestra.run.trial014.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 27 MB 00:07 2026-02-19T11:08:47.591 INFO:teuthology.orchestra.run.trial175.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-19T11:08:49.088 INFO:teuthology.orchestra.run.trial175.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 20 kB 00:00 2026-02-19T11:08:50.187 INFO:teuthology.orchestra.run.trial175.stdout:Extra Packages for Enterprise Linux 20 MB/s | 20 MB 00:01 2026-02-19T11:08:50.866 INFO:teuthology.orchestra.run.trial014.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-19T11:08:52.393 INFO:teuthology.orchestra.run.trial014.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-02-19T11:08:53.054 INFO:teuthology.orchestra.run.trial014.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-19T11:08:53.389 INFO:teuthology.orchestra.run.trial175.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-19T11:08:54.396 INFO:teuthology.orchestra.run.trial175.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T11:08:54.396 INFO:teuthology.orchestra.run.trial175.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T11:08:54.415 INFO:teuthology.orchestra.run.trial175.stdout:Dependencies resolved. 2026-02-19T11:08:54.415 INFO:teuthology.orchestra.run.trial175.stdout:Nothing to do. 2026-02-19T11:08:54.416 INFO:teuthology.orchestra.run.trial175.stdout:Complete! 2026-02-19T11:08:54.440 DEBUG:teuthology.orchestra.run.trial175:> echo no | sudo yum reinstall kernel || true 2026-02-19T11:08:54.741 INFO:teuthology.orchestra.run.trial175.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 11:08:53 AM UTC. 2026-02-19T11:08:54.821 INFO:teuthology.orchestra.run.trial175.stdout:Dependencies resolved. 2026-02-19T11:08:54.822 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:54.822 INFO:teuthology.orchestra.run.trial175.stdout: Package Architecture Version Repository Size 2026-02-19T11:08:54.822 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:54.822 INFO:teuthology.orchestra.run.trial175.stdout:Reinstalling: 2026-02-19T11:08:54.822 INFO:teuthology.orchestra.run.trial175.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout:Transaction Summary 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout:Total download size: 803 k 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stdout:Installed size: 0 2026-02-19T11:08:54.823 INFO:teuthology.orchestra.run.trial175.stderr:Operation aborted. 2026-02-19T11:08:54.842 INFO:teuthology.orchestra.run.trial175.stdout:Is this ok [y/N]: 2026-02-19T11:08:54.843 DEBUG:teuthology.orchestra.run.trial175:> sudo yum reinstall -y kernel || true 2026-02-19T11:08:55.142 INFO:teuthology.orchestra.run.trial175.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 11:08:53 AM UTC. 2026-02-19T11:08:55.222 INFO:teuthology.orchestra.run.trial175.stdout:Dependencies resolved. 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout: Package Architecture Version Repository Size 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout:Reinstalling: 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout:Transaction Summary 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:08:55.223 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:55.224 INFO:teuthology.orchestra.run.trial175.stdout:Total download size: 803 k 2026-02-19T11:08:55.224 INFO:teuthology.orchestra.run.trial175.stdout:Installed size: 0 2026-02-19T11:08:55.224 INFO:teuthology.orchestra.run.trial175.stdout:Downloading Packages: 2026-02-19T11:08:56.231 INFO:teuthology.orchestra.run.trial014.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-19T11:08:56.664 INFO:teuthology.orchestra.run.trial175.stdout:kernel-5.14.0-681.el9.x86_64.rpm 594 kB/s | 803 kB 00:01 2026-02-19T11:08:56.664 INFO:teuthology.orchestra.run.trial175.stdout:-------------------------------------------------------------------------------- 2026-02-19T11:08:56.665 INFO:teuthology.orchestra.run.trial175.stdout:Total 557 kB/s | 803 kB 00:01 2026-02-19T11:08:56.675 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction check 2026-02-19T11:08:56.708 INFO:teuthology.orchestra.run.trial175.stdout:Transaction check succeeded. 2026-02-19T11:08:56.708 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction test 2026-02-19T11:08:56.712 INFO:teuthology.orchestra.run.trial175.stdout:Transaction test succeeded. 2026-02-19T11:08:56.712 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction 2026-02-19T11:08:56.736 INFO:teuthology.orchestra.run.trial175.stdout: Preparing : 1/1 2026-02-19T11:08:56.740 INFO:teuthology.orchestra.run.trial175.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T11:08:56.740 INFO:teuthology.orchestra.run.trial175.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:08:56.850 INFO:teuthology.orchestra.run.trial175.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:08:56.851 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout:Reinstalled: 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:08:56.904 INFO:teuthology.orchestra.run.trial175.stdout:Complete! 2026-02-19T11:08:56.929 DEBUG:teuthology.orchestra.run.trial175:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T11:08:56.953 INFO:teuthology.orchestra.run.trial175.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T11:08:56.954 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T11:08:56.954 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T11:08:56.955 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-19T11:08:56.955 DEBUG:teuthology.orchestra.run.trial175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T11:08:57.018 INFO:teuthology.orchestra.run.trial175.stdout:ttyS1 2026-02-19T11:08:57.050 DEBUG:teuthology.parallel:result is None 2026-02-19T11:08:57.247 INFO:teuthology.orchestra.run.trial014.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T11:08:57.247 INFO:teuthology.orchestra.run.trial014.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T11:08:57.265 INFO:teuthology.orchestra.run.trial014.stdout:Dependencies resolved. 2026-02-19T11:08:57.266 INFO:teuthology.orchestra.run.trial014.stdout:Nothing to do. 2026-02-19T11:08:57.266 INFO:teuthology.orchestra.run.trial014.stdout:Complete! 2026-02-19T11:08:57.289 DEBUG:teuthology.orchestra.run.trial014:> echo no | sudo yum reinstall kernel || true 2026-02-19T11:08:57.588 INFO:teuthology.orchestra.run.trial014.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 11:08:56 AM UTC. 2026-02-19T11:08:57.667 INFO:teuthology.orchestra.run.trial014.stdout:Dependencies resolved. 2026-02-19T11:08:57.668 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout: Package Architecture Version Repository Size 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout:Reinstalling: 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout:Transaction Summary 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:08:57.669 INFO:teuthology.orchestra.run.trial014.stdout:Total download size: 803 k 2026-02-19T11:08:57.670 INFO:teuthology.orchestra.run.trial014.stdout:Installed size: 0 2026-02-19T11:08:57.670 INFO:teuthology.orchestra.run.trial014.stderr:Operation aborted. 2026-02-19T11:08:57.688 INFO:teuthology.orchestra.run.trial014.stdout:Is this ok [y/N]: 2026-02-19T11:08:57.689 DEBUG:teuthology.orchestra.run.trial014:> sudo yum reinstall -y kernel || true 2026-02-19T11:08:57.986 INFO:teuthology.orchestra.run.trial014.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 11:08:56 AM UTC. 2026-02-19T11:08:58.066 INFO:teuthology.orchestra.run.trial014.stdout:Dependencies resolved. 2026-02-19T11:08:58.066 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout: Package Architecture Version Repository Size 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:Reinstalling: 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:Transaction Summary 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:Total download size: 803 k 2026-02-19T11:08:58.067 INFO:teuthology.orchestra.run.trial014.stdout:Installed size: 0 2026-02-19T11:08:58.068 INFO:teuthology.orchestra.run.trial014.stdout:Downloading Packages: 2026-02-19T11:09:00.569 INFO:teuthology.orchestra.run.trial014.stdout:kernel-5.14.0-681.el9.x86_64.rpm 332 kB/s | 803 kB 00:02 2026-02-19T11:09:00.569 INFO:teuthology.orchestra.run.trial014.stdout:-------------------------------------------------------------------------------- 2026-02-19T11:09:00.569 INFO:teuthology.orchestra.run.trial014.stdout:Total 321 kB/s | 803 kB 00:02 2026-02-19T11:09:00.579 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction check 2026-02-19T11:09:00.613 INFO:teuthology.orchestra.run.trial014.stdout:Transaction check succeeded. 2026-02-19T11:09:00.613 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction test 2026-02-19T11:09:00.617 INFO:teuthology.orchestra.run.trial014.stdout:Transaction test succeeded. 2026-02-19T11:09:00.618 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction 2026-02-19T11:09:00.641 INFO:teuthology.orchestra.run.trial014.stdout: Preparing : 1/1 2026-02-19T11:09:00.645 INFO:teuthology.orchestra.run.trial014.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T11:09:00.645 INFO:teuthology.orchestra.run.trial014.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:09:00.754 INFO:teuthology.orchestra.run.trial014.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:09:00.755 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T11:09:00.811 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T11:09:00.812 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:09:00.812 INFO:teuthology.orchestra.run.trial014.stdout:Reinstalled: 2026-02-19T11:09:00.812 INFO:teuthology.orchestra.run.trial014.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T11:09:00.812 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:09:00.812 INFO:teuthology.orchestra.run.trial014.stdout:Complete! 2026-02-19T11:09:00.838 DEBUG:teuthology.orchestra.run.trial014:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T11:09:00.862 INFO:teuthology.orchestra.run.trial014.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T11:09:00.863 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T11:09:00.863 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T11:09:00.863 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-19T11:09:00.864 DEBUG:teuthology.orchestra.run.trial014:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T11:09:00.928 INFO:teuthology.orchestra.run.trial014.stdout:ttyS1 2026-02-19T11:09:00.953 DEBUG:teuthology.parallel:result is None 2026-02-19T11:09:00.953 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-19T11:09:00.965 INFO:teuthology.task.internal:Creating test directory... 2026-02-19T11:09:00.965 DEBUG:teuthology.orchestra.run.trial014:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T11:09:00.996 DEBUG:teuthology.orchestra.run.trial175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T11:09:01.012 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-19T11:09:01.024 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-19T11:09:01.036 INFO:teuthology.task.internal:Creating archive directory... 2026-02-19T11:09:01.036 DEBUG:teuthology.orchestra.run.trial014:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T11:09:01.051 DEBUG:teuthology.orchestra.run.trial175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T11:09:01.074 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-19T11:09:01.085 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-19T11:09:01.085 DEBUG:teuthology.orchestra.run.trial014:> 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 2026-02-19T11:09:01.108 DEBUG:teuthology.orchestra.run.trial175:> 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 2026-02-19T11:09:01.130 INFO:teuthology.orchestra.run.trial014.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T11:09:01.133 INFO:teuthology.orchestra.run.trial175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T11:09:01.138 INFO:teuthology.orchestra.run.trial014.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T11:09:01.142 INFO:teuthology.orchestra.run.trial175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T11:09:01.144 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-19T11:09:01.155 INFO:teuthology.task.internal:Configuring sudo... 2026-02-19T11:09:01.156 DEBUG:teuthology.orchestra.run.trial014:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T11:09:01.182 DEBUG:teuthology.orchestra.run.trial175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T11:09:01.209 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-19T11:09:01.225 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-19T11:09:01.226 DEBUG:teuthology.orchestra.run.trial014:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T11:09:01.246 DEBUG:teuthology.orchestra.run.trial175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T11:09:01.265 DEBUG:teuthology.orchestra.run.trial014:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:09:01.419 DEBUG:teuthology.orchestra.run.trial014:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:09:01.442 DEBUG:teuthology.orchestra.run.trial014:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:09:01.597 DEBUG:teuthology.orchestra.run.trial014:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:09:01.620 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:09:01.620 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T11:09:01.682 DEBUG:teuthology.orchestra.run.trial175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:09:01.766 DEBUG:teuthology.orchestra.run.trial175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:09:01.790 DEBUG:teuthology.orchestra.run.trial175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:09:01.925 DEBUG:teuthology.orchestra.run.trial175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:09:01.949 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:09:01.949 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T11:09:02.013 DEBUG:teuthology.orchestra.run.trial014:> sudo service rsyslog restart 2026-02-19T11:09:02.016 DEBUG:teuthology.orchestra.run.trial175:> sudo service rsyslog restart 2026-02-19T11:09:02.040 INFO:teuthology.orchestra.run.trial014.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T11:09:02.081 INFO:teuthology.orchestra.run.trial175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T11:09:02.497 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-19T11:09:02.509 INFO:teuthology.task.internal:Starting timer... 2026-02-19T11:09:02.509 INFO:teuthology.run_tasks:Running task pcp... 2026-02-19T11:09:02.530 INFO:teuthology.run_tasks:Running task selinux... 2026-02-19T11:09:02.547 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-02-19T11:09:02.548 DEBUG:teuthology.orchestra.run.trial014:> sudo service auditd rotate 2026-02-19T11:09:02.577 INFO:teuthology.orchestra.run.trial014.stdout:Rotating logs: 2026-02-19T11:09:02.579 DEBUG:teuthology.orchestra.run.trial175:> sudo service auditd rotate 2026-02-19T11:09:02.607 INFO:teuthology.orchestra.run.trial175.stdout:Rotating logs: 2026-02-19T11:09:02.609 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-19T11:09:02.609 DEBUG:teuthology.orchestra.run.trial014:> /usr/sbin/getenforce 2026-02-19T11:09:02.635 INFO:teuthology.orchestra.run.trial014.stdout:Permissive 2026-02-19T11:09:02.636 DEBUG:teuthology.orchestra.run.trial175:> /usr/sbin/getenforce 2026-02-19T11:09:02.665 INFO:teuthology.orchestra.run.trial175.stdout:Permissive 2026-02-19T11:09:02.666 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial014.front.sepia.ceph.com': 'permissive', 'ubuntu@trial175.front.sepia.ceph.com': 'permissive'} 2026-02-19T11:09:02.666 DEBUG:teuthology.orchestra.run.trial014:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-19T11:09:02.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:09:02.701 DEBUG:teuthology.orchestra.run.trial175:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-19T11:09:02.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:09:02.729 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-19T11:09:02.730 DEBUG:teuthology.orchestra.run.trial014:> sudo /usr/sbin/setenforce permissive 2026-02-19T11:09:02.765 DEBUG:teuthology.orchestra.run.trial175:> sudo /usr/sbin/setenforce permissive 2026-02-19T11:09:02.792 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-19T11:09:02.807 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-19T11:09:02.820 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'}]}] 2026-02-19T11:09:02.821 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial014.front.sepia.ceph.com,trial175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-19T11:10:13.743 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial014.front.sepia.ceph.com'), Remote(name='ubuntu@trial175.front.sepia.ceph.com')] 2026-02-19T11:10:13.745 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial014.front.sepia.ceph.com' 2026-02-19T11:10:13.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial014.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T11:10:13.857 DEBUG:teuthology.orchestra.run.trial014:> true 2026-02-19T11:10:13.937 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial014.front.sepia.ceph.com' 2026-02-19T11:10:13.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial175.front.sepia.ceph.com' 2026-02-19T11:10:13.938 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T11:10:14.031 DEBUG:teuthology.orchestra.run.trial175:> true 2026-02-19T11:10:14.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial175.front.sepia.ceph.com' 2026-02-19T11:10:14.105 INFO:teuthology.run_tasks:Running task clock... 2026-02-19T11:10:14.121 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-19T11:10:14.122 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T11:10:14.122 DEBUG:teuthology.orchestra.run.trial014:> 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 2026-02-19T11:10:14.124 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T11:10:14.125 DEBUG:teuthology.orchestra.run.trial175:> 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 2026-02-19T11:10:14.151 INFO:teuthology.orchestra.run.trial014.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T11:10:14.163 INFO:teuthology.orchestra.run.trial014.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T11:10:14.172 INFO:teuthology.orchestra.run.trial175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T11:10:14.183 INFO:teuthology.orchestra.run.trial014.stderr:sudo: ntpd: command not found 2026-02-19T11:10:14.184 INFO:teuthology.orchestra.run.trial175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T11:10:14.192 INFO:teuthology.orchestra.run.trial014.stdout:506 Cannot talk to daemon 2026-02-19T11:10:14.203 INFO:teuthology.orchestra.run.trial014.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T11:10:14.203 INFO:teuthology.orchestra.run.trial175.stderr:sudo: ntpd: command not found 2026-02-19T11:10:14.212 INFO:teuthology.orchestra.run.trial175.stdout:506 Cannot talk to daemon 2026-02-19T11:10:14.214 INFO:teuthology.orchestra.run.trial014.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T11:10:14.224 INFO:teuthology.orchestra.run.trial175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T11:10:14.236 INFO:teuthology.orchestra.run.trial175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T11:10:14.259 INFO:teuthology.orchestra.run.trial014.stderr:bash: line 1: ntpq: command not found 2026-02-19T11:10:14.261 INFO:teuthology.orchestra.run.trial014.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T11:10:14.261 INFO:teuthology.orchestra.run.trial014.stdout:=============================================================================== 2026-02-19T11:10:14.284 INFO:teuthology.orchestra.run.trial175.stderr:bash: line 1: ntpq: command not found 2026-02-19T11:10:14.291 INFO:teuthology.orchestra.run.trial175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T11:10:14.291 INFO:teuthology.orchestra.run.trial175.stdout:=============================================================================== 2026-02-19T11:10:14.291 INFO:teuthology.orchestra.run.trial175.stdout:^? t2.time.bf1.yahoo.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-19T11:10:14.292 INFO:teuthology.run_tasks:Running task pexec... 2026-02-19T11:10:14.309 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-19T11:10:14.310 DEBUG:teuthology.orchestra.run.trial014:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T11:10:14.310 DEBUG:teuthology.orchestra.run.trial175:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T11:10:14.313 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:10:14.313 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T11:10:14.314 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-19T11:10:14.334 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial175.front.sepia.ceph.com 2026-02-19T11:10:14.334 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T11:10:14.335 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-19T11:10:14.486 INFO:teuthology.orchestra.run.trial014.stdout:No match for argument: nvme-cli 2026-02-19T11:10:14.487 INFO:teuthology.orchestra.run.trial014.stderr:No packages marked for removal. 2026-02-19T11:10:14.488 INFO:teuthology.orchestra.run.trial014.stdout:Dependencies resolved. 2026-02-19T11:10:14.489 INFO:teuthology.orchestra.run.trial014.stdout:Nothing to do. 2026-02-19T11:10:14.489 INFO:teuthology.orchestra.run.trial014.stdout:Complete! 2026-02-19T11:10:14.506 INFO:teuthology.orchestra.run.trial175.stdout:No match for argument: nvme-cli 2026-02-19T11:10:14.506 INFO:teuthology.orchestra.run.trial175.stderr:No packages marked for removal. 2026-02-19T11:10:14.508 INFO:teuthology.orchestra.run.trial175.stdout:Dependencies resolved. 2026-02-19T11:10:14.509 INFO:teuthology.orchestra.run.trial175.stdout:Nothing to do. 2026-02-19T11:10:14.509 INFO:teuthology.orchestra.run.trial175.stdout:Complete! 2026-02-19T11:10:14.797 INFO:teuthology.orchestra.run.trial014.stdout:Last metadata expiration check: 0:00:30 ago on Thu 19 Feb 2026 11:09:44 AM UTC. 2026-02-19T11:10:14.811 INFO:teuthology.orchestra.run.trial175.stdout:Last metadata expiration check: 0:00:29 ago on Thu 19 Feb 2026 11:09:45 AM UTC. 2026-02-19T11:10:14.880 INFO:teuthology.orchestra.run.trial014.stdout:Dependencies resolved. 2026-02-19T11:10:14.880 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: Package Architecture Version Repository Size 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout:Installing: 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout:Installing dependencies: 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T11:10:14.881 INFO:teuthology.orchestra.run.trial014.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:Transaction Summary 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:================================================================================ 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:Install 6 Packages 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:Total download size: 2.3 M 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:Installed size: 11 M 2026-02-19T11:10:14.882 INFO:teuthology.orchestra.run.trial014.stdout:Downloading Packages: 2026-02-19T11:10:14.893 INFO:teuthology.orchestra.run.trial175.stdout:Dependencies resolved. 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: Package Architecture Version Repository Size 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout:Installing: 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout:Installing dependencies: 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T11:10:14.894 INFO:teuthology.orchestra.run.trial175.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:Transaction Summary 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:================================================================================ 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:Install 6 Packages 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:Total download size: 2.3 M 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:Installed size: 11 M 2026-02-19T11:10:14.895 INFO:teuthology.orchestra.run.trial175.stdout:Downloading Packages: 2026-02-19T11:10:14.975 INFO:teuthology.orchestra.run.trial175.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 2.5 MB/s | 44 kB 00:00 2026-02-19T11:10:14.975 INFO:teuthology.orchestra.run.trial175.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 3.9 MB/s | 72 kB 00:00 2026-02-19T11:10:14.984 INFO:teuthology.orchestra.run.trial175.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 8.8 MB/s | 84 kB 00:00 2026-02-19T11:10:14.985 INFO:teuthology.orchestra.run.trial175.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 14 MB/s | 150 kB 00:00 2026-02-19T11:10:14.991 INFO:teuthology.orchestra.run.trial175.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 34 MB/s | 1.2 MB 00:00 2026-02-19T11:10:14.999 INFO:teuthology.orchestra.run.trial175.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 56 MB/s | 837 kB 00:00 2026-02-19T11:10:14.999 INFO:teuthology.orchestra.run.trial175.stdout:-------------------------------------------------------------------------------- 2026-02-19T11:10:14.999 INFO:teuthology.orchestra.run.trial175.stdout:Total 22 MB/s | 2.3 MB 00:00 2026-02-19T11:10:15.052 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction check 2026-02-19T11:10:15.059 INFO:teuthology.orchestra.run.trial175.stdout:Transaction check succeeded. 2026-02-19T11:10:15.059 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction test 2026-02-19T11:10:15.125 INFO:teuthology.orchestra.run.trial175.stdout:Transaction test succeeded. 2026-02-19T11:10:15.125 INFO:teuthology.orchestra.run.trial175.stdout:Running transaction 2026-02-19T11:10:15.255 INFO:teuthology.orchestra.run.trial175.stdout: Preparing : 1/1 2026-02-19T11:10:15.263 INFO:teuthology.orchestra.run.trial175.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-19T11:10:15.272 INFO:teuthology.orchestra.run.trial175.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-19T11:10:15.277 INFO:teuthology.orchestra.run.trial175.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-19T11:10:15.283 INFO:teuthology.orchestra.run.trial175.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-19T11:10:15.284 INFO:teuthology.orchestra.run.trial175.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-19T11:10:15.416 INFO:teuthology.orchestra.run.trial175.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-19T11:10:15.419 INFO:teuthology.orchestra.run.trial175.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-19T11:10:15.420 INFO:teuthology.orchestra.run.trial014.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 92 kB/s | 44 kB 00:00 2026-02-19T11:10:15.464 INFO:teuthology.orchestra.run.trial014.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 139 kB/s | 72 kB 00:00 2026-02-19T11:10:15.601 INFO:teuthology.orchestra.run.trial014.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 467 kB/s | 84 kB 00:00 2026-02-19T11:10:15.672 INFO:teuthology.orchestra.run.trial014.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 725 kB/s | 150 kB 00:00 2026-02-19T11:10:15.701 INFO:teuthology.orchestra.run.trial175.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-19T11:10:15.701 INFO:teuthology.orchestra.run.trial175.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T11:10:15.701 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:10:15.785 INFO:teuthology.orchestra.run.trial014.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.4 MB/s | 1.2 MB 00:00 2026-02-19T11:10:15.934 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-19T11:10:15.935 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-19T11:10:15.935 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-19T11:10:15.935 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-19T11:10:15.935 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-19T11:10:15.951 INFO:teuthology.orchestra.run.trial014.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.3 MB/s | 837 kB 00:00 2026-02-19T11:10:15.951 INFO:teuthology.orchestra.run.trial014.stdout:-------------------------------------------------------------------------------- 2026-02-19T11:10:15.951 INFO:teuthology.orchestra.run.trial014.stdout:Total 2.2 MB/s | 2.3 MB 00:01 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout:Installed: 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:10:15.992 INFO:teuthology.orchestra.run.trial175.stdout:Complete! 2026-02-19T11:10:16.004 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction check 2026-02-19T11:10:16.011 INFO:teuthology.orchestra.run.trial014.stdout:Transaction check succeeded. 2026-02-19T11:10:16.011 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction test 2026-02-19T11:10:16.023 DEBUG:teuthology.parallel:result is None 2026-02-19T11:10:16.078 INFO:teuthology.orchestra.run.trial014.stdout:Transaction test succeeded. 2026-02-19T11:10:16.078 INFO:teuthology.orchestra.run.trial014.stdout:Running transaction 2026-02-19T11:10:16.213 INFO:teuthology.orchestra.run.trial014.stdout: Preparing : 1/1 2026-02-19T11:10:16.221 INFO:teuthology.orchestra.run.trial014.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-19T11:10:16.229 INFO:teuthology.orchestra.run.trial014.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-19T11:10:16.235 INFO:teuthology.orchestra.run.trial014.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-19T11:10:16.241 INFO:teuthology.orchestra.run.trial014.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-19T11:10:16.242 INFO:teuthology.orchestra.run.trial014.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-19T11:10:16.371 INFO:teuthology.orchestra.run.trial014.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-19T11:10:16.374 INFO:teuthology.orchestra.run.trial014.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-19T11:10:16.662 INFO:teuthology.orchestra.run.trial014.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-19T11:10:16.662 INFO:teuthology.orchestra.run.trial014.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T11:10:16.662 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:16.907 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-19T11:10:16.907 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-19T11:10:16.907 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-19T11:10:16.907 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-19T11:10:16.907 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-19T11:10:16.962 INFO:teuthology.orchestra.run.trial014.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-19T11:10:16.962 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:16.962 INFO:teuthology.orchestra.run.trial014.stdout:Installed: 2026-02-19T11:10:16.962 INFO:teuthology.orchestra.run.trial014.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T11:10:16.962 INFO:teuthology.orchestra.run.trial014.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T11:10:16.963 INFO:teuthology.orchestra.run.trial014.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T11:10:16.963 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:16.963 INFO:teuthology.orchestra.run.trial014.stdout:Complete! 2026-02-19T11:10:16.992 DEBUG:teuthology.parallel:result is None 2026-02-19T11:10:16.992 INFO:teuthology.run_tasks:Running task nvme_loop... 2026-02-19T11:10:17.005 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2026-02-19T11:10:17.005 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:10:17.005 DEBUG:teuthology.orchestra.run.trial014:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:10:17.022 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-19T11:10:17.022 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/vg_nvme/lv_1 2026-02-19T11:10:17.079 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:10:16.820990964 +0000 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.080 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.081 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T11:10:17.145 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:10:17.145 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:10:17.145 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000162458 s, 3.2 MB/s 2026-02-19T11:10:17.146 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T11:10:17.204 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/vg_nvme/lv_2 2026-02-19T11:10:17.260 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:10:16.820990964 +0000 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.261 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.262 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T11:10:17.324 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:10:17.324 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:10:17.325 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000147892 s, 3.5 MB/s 2026-02-19T11:10:17.326 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T11:10:17.384 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/vg_nvme/lv_3 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:17.440 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:10:16.820990964 +0000 2026-02-19T11:10:17.441 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.441 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.441 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.441 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T11:10:17.503 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:10:17.503 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:10:17.503 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000137893 s, 3.7 MB/s 2026-02-19T11:10:17.504 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T11:10:17.561 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/vg_nvme/lv_4 2026-02-19T11:10:17.617 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1290 Links: 1 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:10:16.820990964 +0000 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.618 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:16.683996283 +0000 2026-02-19T11:10:17.619 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T11:10:17.682 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:10:17.682 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:10:17.682 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000151037 s, 3.4 MB/s 2026-02-19T11:10:17.683 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T11:10:17.741 DEBUG:teuthology.orchestra.run.trial014:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2026-02-19T11:10:17.842 INFO:teuthology.orchestra.run.trial014.stdout:loop 2026-02-19T11:10:17.844 INFO:tasks.nvme_loop:Connecting nvme_loop trial014:/dev/vg_nvme/lv_1... 2026-02-19T11:10:17.845 DEBUG:teuthology.orchestra.run.trial014:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2026-02-19T11:10:17.876 INFO:teuthology.orchestra.run.trial014.stdout:1 2026-02-19T11:10:17.903 INFO:teuthology.orchestra.run.trial014.stdout:/dev/vg_nvme/lv_11 2026-02-19T11:10:17.932 INFO:teuthology.orchestra.run.trial014.stdout:connecting to device: nvme3 2026-02-19T11:10:17.934 INFO:tasks.nvme_loop:Connecting nvme_loop trial014:/dev/vg_nvme/lv_2... 2026-02-19T11:10:17.935 DEBUG:teuthology.orchestra.run.trial014:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2026-02-19T11:10:18.007 INFO:teuthology.orchestra.run.trial014.stdout:1 2026-02-19T11:10:18.033 INFO:teuthology.orchestra.run.trial014.stdout:/dev/vg_nvme/lv_21 2026-02-19T11:10:18.066 INFO:teuthology.orchestra.run.trial014.stdout:connecting to device: nvme4 2026-02-19T11:10:18.068 INFO:tasks.nvme_loop:Connecting nvme_loop trial014:/dev/vg_nvme/lv_3... 2026-02-19T11:10:18.068 DEBUG:teuthology.orchestra.run.trial014:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2026-02-19T11:10:18.139 INFO:teuthology.orchestra.run.trial014.stdout:1 2026-02-19T11:10:18.170 INFO:teuthology.orchestra.run.trial014.stdout:/dev/vg_nvme/lv_31 2026-02-19T11:10:18.199 INFO:teuthology.orchestra.run.trial014.stdout:connecting to device: nvme5 2026-02-19T11:10:18.201 INFO:tasks.nvme_loop:Connecting nvme_loop trial014:/dev/vg_nvme/lv_4... 2026-02-19T11:10:18.201 DEBUG:teuthology.orchestra.run.trial014:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2026-02-19T11:10:18.272 INFO:teuthology.orchestra.run.trial014.stdout:1 2026-02-19T11:10:18.299 INFO:teuthology.orchestra.run.trial014.stdout:/dev/vg_nvme/lv_41 2026-02-19T11:10:18.328 INFO:teuthology.orchestra.run.trial014.stdout:connecting to device: nvme6 2026-02-19T11:10:18.334 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:10:18.334 DEBUG:teuthology.orchestra.run.trial014:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:10:18.390 DEBUG:teuthology.orchestra.run.trial014:> lsblk 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:nvme0n1 259:0 0 894.3G 0 disk 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:├─nvme0n1p1 259:3 0 512M 0 part /boot/efi 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:└─nvme0n1p2 259:4 0 893.8G 0 part / 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:nvme2n1 259:1 0 1.7T 0 disk 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:nvme1n1 259:2 0 1.7T 0 disk 2026-02-19T11:10:18.447 INFO:teuthology.orchestra.run.trial014.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-19T11:10:18.448 INFO:teuthology.orchestra.run.trial014.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-19T11:10:18.448 DEBUG:teuthology.orchestra.run.trial014:> sudo nvme list -o json 2026-02-19T11:10:18.513 INFO:teuthology.orchestra.run.trial014.stdout:{ 2026-02-19T11:10:18.513 INFO:teuthology.orchestra.run.trial014.stdout: "Devices":[ 2026-02-19T11:10:18.513 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.513 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.513 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng0n1", 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"E2MU200", 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"25174FCD65D8", 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":221234089984, 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":1875385008, 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":960197124096, 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.514 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng1n1", 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"E3MQ000", 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"012510B47B1C", 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":43767271424, 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":3750748848, 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":1920383410176, 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.515 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng2n1", 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"E3MQ000", 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"012510B00421", 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":183393046528, 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":3750748848, 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":1920383410176, 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.516 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng3n1", 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"095b960f40af0dee665e", 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:18.517 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng4n1", 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"6ba0649cbb0ba8b0faff", 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:18.518 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng5n1", 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"a14506533c19cf05fa83", 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:18.519 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: }, 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: { 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "NameSpace":1, 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "GenericPath":"/dev/ng6n1", 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "SerialNumber":"6e9e7148646b9127a78f", 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:18.520 INFO:teuthology.orchestra.run.trial014.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:18.521 INFO:teuthology.orchestra.run.trial014.stdout: "SectorSize":512 2026-02-19T11:10:18.521 INFO:teuthology.orchestra.run.trial014.stdout: } 2026-02-19T11:10:18.521 INFO:teuthology.orchestra.run.trial014.stdout: ] 2026-02-19T11:10:18.521 INFO:teuthology.orchestra.run.trial014.stdout:} 2026-02-19T11:10:18.522 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-19T11:10:18.589 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:18.589 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:18.589 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00472676 s, 867 kB/s 2026-02-19T11:10:18.591 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-19T11:10:18.653 INFO:teuthology.orchestra.run.trial014.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:18.654 INFO:teuthology.orchestra.run.trial014.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:18.654 INFO:teuthology.orchestra.run.trial014.stdout:00000016 2026-02-19T11:10:18.655 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:18.722 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:18.722 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:18.723 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00484776 s, 845 kB/s 2026-02-19T11:10:18.724 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-19T11:10:18.787 INFO:teuthology.orchestra.run.trial014.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:18.788 INFO:teuthology.orchestra.run.trial014.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:18.788 INFO:teuthology.orchestra.run.trial014.stdout:40000016 2026-02-19T11:10:18.789 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:18.856 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:18.856 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:18.856 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00445905 s, 919 kB/s 2026-02-19T11:10:18.858 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-19T11:10:18.919 INFO:teuthology.orchestra.run.trial014.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:18.919 INFO:teuthology.orchestra.run.trial014.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:18.919 INFO:teuthology.orchestra.run.trial014.stdout:280000016 2026-02-19T11:10:18.921 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-19T11:10:18.987 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:18.987 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:18.987 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0048262 s, 849 kB/s 2026-02-19T11:10:18.989 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-19T11:10:19.051 INFO:teuthology.orchestra.run.trial014.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.051 INFO:teuthology.orchestra.run.trial014.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.051 INFO:teuthology.orchestra.run.trial014.stdout:00000016 2026-02-19T11:10:19.052 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:19.119 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.119 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.119 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00445626 s, 919 kB/s 2026-02-19T11:10:19.120 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-19T11:10:19.183 INFO:teuthology.orchestra.run.trial014.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.183 INFO:teuthology.orchestra.run.trial014.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.183 INFO:teuthology.orchestra.run.trial014.stdout:40000016 2026-02-19T11:10:19.185 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:19.253 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.254 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.254 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0048829 s, 839 kB/s 2026-02-19T11:10:19.255 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-19T11:10:19.318 INFO:teuthology.orchestra.run.trial014.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.319 INFO:teuthology.orchestra.run.trial014.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.319 INFO:teuthology.orchestra.run.trial014.stdout:280000016 2026-02-19T11:10:19.320 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-19T11:10:19.388 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.388 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.388 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00506159 s, 809 kB/s 2026-02-19T11:10:19.389 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-19T11:10:19.452 INFO:teuthology.orchestra.run.trial014.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.452 INFO:teuthology.orchestra.run.trial014.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.452 INFO:teuthology.orchestra.run.trial014.stdout:00000016 2026-02-19T11:10:19.454 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:19.521 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.521 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.521 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00455521 s, 899 kB/s 2026-02-19T11:10:19.523 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-19T11:10:19.586 INFO:teuthology.orchestra.run.trial014.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.586 INFO:teuthology.orchestra.run.trial014.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.586 INFO:teuthology.orchestra.run.trial014.stdout:40000016 2026-02-19T11:10:19.588 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:19.654 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.654 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.654 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00450951 s, 908 kB/s 2026-02-19T11:10:19.656 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-19T11:10:19.717 INFO:teuthology.orchestra.run.trial014.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.718 INFO:teuthology.orchestra.run.trial014.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.718 INFO:teuthology.orchestra.run.trial014.stdout:280000016 2026-02-19T11:10:19.719 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-19T11:10:19.785 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.785 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.785 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00481869 s, 850 kB/s 2026-02-19T11:10:19.787 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-19T11:10:19.849 INFO:teuthology.orchestra.run.trial014.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.849 INFO:teuthology.orchestra.run.trial014.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.849 INFO:teuthology.orchestra.run.trial014.stdout:00000016 2026-02-19T11:10:19.851 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:19.918 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:19.918 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:19.918 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00543874 s, 753 kB/s 2026-02-19T11:10:19.919 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-19T11:10:19.981 INFO:teuthology.orchestra.run.trial014.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:19.982 INFO:teuthology.orchestra.run.trial014.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:19.982 INFO:teuthology.orchestra.run.trial014.stdout:40000016 2026-02-19T11:10:19.982 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:20.049 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records in 2026-02-19T11:10:20.049 INFO:teuthology.orchestra.run.trial014.stderr:4096+0 records out 2026-02-19T11:10:20.049 INFO:teuthology.orchestra.run.trial014.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00449206 s, 912 kB/s 2026-02-19T11:10:20.050 DEBUG:teuthology.orchestra.run.trial014:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-19T11:10:20.112 INFO:teuthology.orchestra.run.trial014.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:20.112 INFO:teuthology.orchestra.run.trial014.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:20.112 INFO:teuthology.orchestra.run.trial014.stdout:280000016 2026-02-19T11:10:20.113 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-19T11:10:20.113 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:10:20.113 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/scratch_devs 2026-02-19T11:10:20.176 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:10:20.176 DEBUG:teuthology.orchestra.run.trial175:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:10:20.197 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-19T11:10:20.197 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/vg_nvme/lv_1 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:20.256 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:10:15.852155738 +0000 2026-02-19T11:10:20.257 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.257 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.257 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.257 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T11:10:20.321 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:10:20.322 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:10:20.322 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.000151678 s, 3.4 MB/s 2026-02-19T11:10:20.322 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T11:10:20.380 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/vg_nvme/lv_2 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:10:15.852155738 +0000 2026-02-19T11:10:20.437 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.438 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.438 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.438 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T11:10:20.500 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:10:20.500 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:10:20.500 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.000146484 s, 3.5 MB/s 2026-02-19T11:10:20.501 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T11:10:20.559 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/vg_nvme/lv_3 2026-02-19T11:10:20.616 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T11:10:20.616 INFO:teuthology.orchestra.run.trial175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:20.616 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:10:15.852155738 +0000 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:15.725160673 +0000 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:15.725160673 +0000 2026-02-19T11:10:20.617 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:15.725160673 +0000 2026-02-19T11:10:20.617 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T11:10:20.679 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:10:20.679 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:10:20.679 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.0001468 s, 3.5 MB/s 2026-02-19T11:10:20.681 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T11:10:20.738 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/vg_nvme/lv_4 2026-02-19T11:10:20.797 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T11:10:20.797 INFO:teuthology.orchestra.run.trial175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T11:10:20.797 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-19T11:10:20.797 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T11:10:20.797 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T11:10:20.798 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:10:15.852155738 +0000 2026-02-19T11:10:20.798 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.798 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.798 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:15.726160634 +0000 2026-02-19T11:10:20.798 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T11:10:20.861 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:10:20.861 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:10:20.861 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.00014699 s, 3.5 MB/s 2026-02-19T11:10:20.862 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T11:10:20.921 DEBUG:teuthology.orchestra.run.trial175:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2026-02-19T11:10:21.027 INFO:teuthology.orchestra.run.trial175.stdout:loop 2026-02-19T11:10:21.029 INFO:tasks.nvme_loop:Connecting nvme_loop trial175:/dev/vg_nvme/lv_1... 2026-02-19T11:10:21.029 DEBUG:teuthology.orchestra.run.trial175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2026-02-19T11:10:21.061 INFO:teuthology.orchestra.run.trial175.stdout:1 2026-02-19T11:10:21.086 INFO:teuthology.orchestra.run.trial175.stdout:/dev/vg_nvme/lv_11 2026-02-19T11:10:21.116 INFO:teuthology.orchestra.run.trial175.stdout:connecting to device: nvme3 2026-02-19T11:10:21.117 INFO:tasks.nvme_loop:Connecting nvme_loop trial175:/dev/vg_nvme/lv_2... 2026-02-19T11:10:21.118 DEBUG:teuthology.orchestra.run.trial175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2026-02-19T11:10:21.188 INFO:teuthology.orchestra.run.trial175.stdout:1 2026-02-19T11:10:21.219 INFO:teuthology.orchestra.run.trial175.stdout:/dev/vg_nvme/lv_21 2026-02-19T11:10:21.252 INFO:teuthology.orchestra.run.trial175.stdout:connecting to device: nvme4 2026-02-19T11:10:21.254 INFO:tasks.nvme_loop:Connecting nvme_loop trial175:/dev/vg_nvme/lv_3... 2026-02-19T11:10:21.255 DEBUG:teuthology.orchestra.run.trial175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2026-02-19T11:10:21.326 INFO:teuthology.orchestra.run.trial175.stdout:1 2026-02-19T11:10:21.352 INFO:teuthology.orchestra.run.trial175.stdout:/dev/vg_nvme/lv_31 2026-02-19T11:10:21.381 INFO:teuthology.orchestra.run.trial175.stdout:connecting to device: nvme5 2026-02-19T11:10:21.383 INFO:tasks.nvme_loop:Connecting nvme_loop trial175:/dev/vg_nvme/lv_4... 2026-02-19T11:10:21.383 DEBUG:teuthology.orchestra.run.trial175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2026-02-19T11:10:21.455 INFO:teuthology.orchestra.run.trial175.stdout:1 2026-02-19T11:10:21.485 INFO:teuthology.orchestra.run.trial175.stdout:/dev/vg_nvme/lv_41 2026-02-19T11:10:21.514 INFO:teuthology.orchestra.run.trial175.stdout:connecting to device: nvme6 2026-02-19T11:10:21.516 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:10:21.516 DEBUG:teuthology.orchestra.run.trial175:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:10:21.573 DEBUG:teuthology.orchestra.run.trial175:> lsblk 2026-02-19T11:10:21.631 INFO:teuthology.orchestra.run.trial175.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-19T11:10:21.631 INFO:teuthology.orchestra.run.trial175.stdout:nvme2n1 259:0 0 1.7T 0 disk 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:nvme1n1 259:1 0 1.7T 0 disk 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:nvme0n1 259:2 0 894.3G 0 disk 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:├─nvme0n1p1 259:3 0 512M 0 part /boot/efi 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:└─nvme0n1p2 259:4 0 893.8G 0 part / 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-19T11:10:21.632 INFO:teuthology.orchestra.run.trial175.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-19T11:10:21.633 INFO:teuthology.orchestra.run.trial175.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-19T11:10:21.633 INFO:teuthology.orchestra.run.trial175.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-19T11:10:21.633 DEBUG:teuthology.orchestra.run.trial175:> sudo nvme list -o json 2026-02-19T11:10:21.698 INFO:teuthology.orchestra.run.trial175.stdout:{ 2026-02-19T11:10:21.698 INFO:teuthology.orchestra.run.trial175.stdout: "Devices":[ 2026-02-19T11:10:21.698 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng0n1", 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"E2MU200", 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"25174FCD66BB", 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":166664486912, 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":1875385008, 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":960197124096, 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.699 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng1n1", 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"E3MQ000", 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"112510AB58C7", 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":140240560128, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":3750748848, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":1920383410176, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.700 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng2n1", 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"E3MQ000", 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"112510AB5892", 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":139826544640, 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":3750748848, 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":1920383410176, 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.701 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng3n1", 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"1d835e3d934b4e43fc9f", 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.702 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng4n1", 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"ec07c221a193f72b4976", 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.703 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng5n1", 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"bda1ec47db12ed555119", 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: }, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: { 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "NameSpace":1, 2026-02-19T11:10:21.704 INFO:teuthology.orchestra.run.trial175.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "GenericPath":"/dev/ng6n1", 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "Firmware":"5.14.0-6", 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "ModelNumber":"Linux", 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "SerialNumber":"861d707d02fb4b0a4679", 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "UsedBytes":751619276800, 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "MaximumLBA":1468006400, 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "PhysicalSize":751619276800, 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: "SectorSize":512 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: } 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout: ] 2026-02-19T11:10:21.705 INFO:teuthology.orchestra.run.trial175.stdout:} 2026-02-19T11:10:21.707 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-19T11:10:21.776 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:21.776 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:21.776 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00538626 s, 760 kB/s 2026-02-19T11:10:21.777 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-19T11:10:21.840 INFO:teuthology.orchestra.run.trial175.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:21.840 INFO:teuthology.orchestra.run.trial175.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:21.840 INFO:teuthology.orchestra.run.trial175.stdout:00000016 2026-02-19T11:10:21.841 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:21.909 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:21.909 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:21.909 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00494011 s, 829 kB/s 2026-02-19T11:10:21.911 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-19T11:10:21.973 INFO:teuthology.orchestra.run.trial175.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:21.973 INFO:teuthology.orchestra.run.trial175.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:21.973 INFO:teuthology.orchestra.run.trial175.stdout:40000016 2026-02-19T11:10:21.975 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:22.043 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.044 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.044 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00444392 s, 922 kB/s 2026-02-19T11:10:22.045 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-19T11:10:22.109 INFO:teuthology.orchestra.run.trial175.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.109 INFO:teuthology.orchestra.run.trial175.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.109 INFO:teuthology.orchestra.run.trial175.stdout:280000016 2026-02-19T11:10:22.110 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-19T11:10:22.177 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.177 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.177 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0046321 s, 884 kB/s 2026-02-19T11:10:22.179 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-19T11:10:22.244 INFO:teuthology.orchestra.run.trial175.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.244 INFO:teuthology.orchestra.run.trial175.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.244 INFO:teuthology.orchestra.run.trial175.stdout:00000016 2026-02-19T11:10:22.245 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:22.312 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.312 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.312 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00444578 s, 921 kB/s 2026-02-19T11:10:22.313 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-19T11:10:22.378 INFO:teuthology.orchestra.run.trial175.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.378 INFO:teuthology.orchestra.run.trial175.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.378 INFO:teuthology.orchestra.run.trial175.stdout:40000016 2026-02-19T11:10:22.380 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:22.448 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.449 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.449 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00530325 s, 772 kB/s 2026-02-19T11:10:22.450 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-19T11:10:22.513 INFO:teuthology.orchestra.run.trial175.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.514 INFO:teuthology.orchestra.run.trial175.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.514 INFO:teuthology.orchestra.run.trial175.stdout:280000016 2026-02-19T11:10:22.515 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-19T11:10:22.584 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.585 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.585 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00496162 s, 826 kB/s 2026-02-19T11:10:22.586 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-19T11:10:22.648 INFO:teuthology.orchestra.run.trial175.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.648 INFO:teuthology.orchestra.run.trial175.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.648 INFO:teuthology.orchestra.run.trial175.stdout:00000016 2026-02-19T11:10:22.649 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:22.717 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.717 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.717 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00466587 s, 878 kB/s 2026-02-19T11:10:22.719 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-19T11:10:22.781 INFO:teuthology.orchestra.run.trial175.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.782 INFO:teuthology.orchestra.run.trial175.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.782 INFO:teuthology.orchestra.run.trial175.stdout:40000016 2026-02-19T11:10:22.783 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:22.851 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.851 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.851 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00520663 s, 787 kB/s 2026-02-19T11:10:22.852 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-19T11:10:22.916 INFO:teuthology.orchestra.run.trial175.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:22.916 INFO:teuthology.orchestra.run.trial175.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:22.916 INFO:teuthology.orchestra.run.trial175.stdout:280000016 2026-02-19T11:10:22.917 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-19T11:10:22.987 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:22.987 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:22.987 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00476486 s, 860 kB/s 2026-02-19T11:10:22.988 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-19T11:10:23.052 INFO:teuthology.orchestra.run.trial175.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:23.052 INFO:teuthology.orchestra.run.trial175.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:23.052 INFO:teuthology.orchestra.run.trial175.stdout:00000016 2026-02-19T11:10:23.053 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-19T11:10:23.121 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:23.121 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:23.121 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00488616 s, 838 kB/s 2026-02-19T11:10:23.123 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-19T11:10:23.186 INFO:teuthology.orchestra.run.trial175.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:23.186 INFO:teuthology.orchestra.run.trial175.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:23.186 INFO:teuthology.orchestra.run.trial175.stdout:40000016 2026-02-19T11:10:23.187 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-19T11:10:23.255 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records in 2026-02-19T11:10:23.255 INFO:teuthology.orchestra.run.trial175.stderr:4096+0 records out 2026-02-19T11:10:23.255 INFO:teuthology.orchestra.run.trial175.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00456687 s, 897 kB/s 2026-02-19T11:10:23.257 DEBUG:teuthology.orchestra.run.trial175:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-19T11:10:23.320 INFO:teuthology.orchestra.run.trial175.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-19T11:10:23.320 INFO:teuthology.orchestra.run.trial175.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-19T11:10:23.320 INFO:teuthology.orchestra.run.trial175.stdout:280000016 2026-02-19T11:10:23.321 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-19T11:10:23.322 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:10:23.322 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/scratch_devs 2026-02-19T11:10:23.387 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-19T11:10:23.522 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '941b42cabfa3c4e4d30b96a58cbe2fa653f560ec'} 2026-02-19T11:10:23.522 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:10:23.525 INFO:tasks.cephadm:Cluster fsid is 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:23.526 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-19T11:10:23.526 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-19T11:10:23.526 INFO:tasks.cephadm:Monitor IPs: {'mon.trial014': '10.20.193.14', 'mon.trial175': '10.20.193.175'} 2026-02-19T11:10:23.526 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-19T11:10:23.526 DEBUG:teuthology.orchestra.run.trial014:> sudo hostname $(hostname -s) 2026-02-19T11:10:23.552 DEBUG:teuthology.orchestra.run.trial175:> sudo hostname $(hostname -s) 2026-02-19T11:10:23.577 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-19T11:10:23.577 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:10:23.702 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/flavors/default/', 'ref': 'wip-shraddhaag-cephadm-seastore-support', 'sha1': '941b42cabfa3c4e4d30b96a58cbe2fa653f560ec', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-18 14:38:05.931304', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.3.0-5314-g941b42ca', 'package_manager_version': '20.3.0-5314.g941b42ca', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3059/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-19T11:10:23.842 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-shraddhaag-cephadm-seastore-support, sha1 941b42cabfa3c4e4d30b96a58cbe2fa653f560ec from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:10:23.843 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/x86_64/flavors/default/cephadm 2026-02-19T11:10:23.843 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/x86_64/flavors/default/cephadm 2026-02-19T11:10:23.843 DEBUG:teuthology.orchestra.run.trial014:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.133 INFO:teuthology.orchestra.run.trial014.stdout:-rw-r--r--. 1 ubuntu ubuntu 1074392 Feb 19 11:10 /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.134 DEBUG:teuthology.orchestra.run.trial175:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-shraddhaag-cephadm-seastore-support/941b42cabfa3c4e4d30b96a58cbe2fa653f560ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.421 INFO:teuthology.orchestra.run.trial175.stdout:-rw-r--r--. 1 ubuntu ubuntu 1074392 Feb 19 11:10 /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.422 DEBUG:teuthology.orchestra.run.trial014:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.441 DEBUG:teuthology.orchestra.run.trial175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T11:10:24.474 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec on all hosts... 2026-02-19T11:10:24.474 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec pull 2026-02-19T11:10:24.484 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec pull 2026-02-19T11:10:24.724 INFO:teuthology.orchestra.run.trial014.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec... 2026-02-19T11:10:24.747 INFO:teuthology.orchestra.run.trial175.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec... 2026-02-19T11:10:37.055 INFO:teuthology.orchestra.run.trial175.stdout:{ 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout: "ceph_version": "ceph version 20.3.0-5314-g941b42ca (941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) tentacle (dev)", 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout: "image_id": "27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53", 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout: "repo_digests": [ 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:d8cdebb5ad9d40e85239fe1245500a98e2729b0bf85f9699614980a1a87710ef" 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout: ] 2026-02-19T11:10:37.056 INFO:teuthology.orchestra.run.trial175.stdout:} 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout:{ 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout: "ceph_version": "ceph version 20.3.0-5314-g941b42ca (941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) tentacle (dev)", 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout: "image_id": "27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53", 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout: "repo_digests": [ 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:d8cdebb5ad9d40e85239fe1245500a98e2729b0bf85f9699614980a1a87710ef" 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout: ] 2026-02-19T11:10:37.486 INFO:teuthology.orchestra.run.trial014.stdout:} 2026-02-19T11:10:37.503 DEBUG:teuthology.orchestra.run.trial014:> sudo mkdir -p /etc/ceph 2026-02-19T11:10:37.548 DEBUG:teuthology.orchestra.run.trial175:> sudo mkdir -p /etc/ceph 2026-02-19T11:10:37.576 DEBUG:teuthology.orchestra.run.trial014:> sudo chmod 777 /etc/ceph 2026-02-19T11:10:37.600 DEBUG:teuthology.orchestra.run.trial175:> sudo chmod 777 /etc/ceph 2026-02-19T11:10:37.640 INFO:tasks.cephadm:Writing seed config... 2026-02-19T11:10:37.642 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-19T11:10:37.643 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-02-19T11:10:37.644 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:10:37.644 DEBUG:teuthology.orchestra.run.trial014:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-19T11:10:37.661 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=isa 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 = 9617fac3-0d83-11f1-b066-d404e6e7d460 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true 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 2026-02-19T11:10:37.661 DEBUG:teuthology.orchestra.run.trial014:mon.trial014> sudo journalctl -f -n 0 -u ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service 2026-02-19T11:10:37.703 INFO:tasks.cephadm:Bootstrapping... 2026-02-19T11:10:37.703 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec -v bootstrap --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 10.20.193.14 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:10:37.842 INFO:teuthology.orchestra.run.trial014.stdout:-------------------------------------------------------------------------------- 2026-02-19T11:10:37.843 INFO:teuthology.orchestra.run.trial014.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec', '-v', 'bootstrap', '--fsid', '9617fac3-0d83-11f1-b066-d404e6e7d460', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '10.20.193.14', '--skip-admin-label'] 2026-02-19T11:10:37.843 INFO:teuthology.orchestra.run.trial014.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-19T11:10:37.843 INFO:teuthology.orchestra.run.trial014.stdout:Verifying podman|docker is present... 2026-02-19T11:10:37.859 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stdout 5.6.0 2026-02-19T11:10:37.859 INFO:teuthology.orchestra.run.trial014.stdout:Verifying lvm2 is present... 2026-02-19T11:10:37.859 INFO:teuthology.orchestra.run.trial014.stdout:Verifying time synchronization is in place... 2026-02-19T11:10:37.865 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T11:10:37.865 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T11:10:37.872 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T11:10:37.872 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:10:37.877 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout enabled 2026-02-19T11:10:37.883 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout active 2026-02-19T11:10:37.883 INFO:teuthology.orchestra.run.trial014.stdout:Unit chronyd.service is enabled and running 2026-02-19T11:10:37.883 INFO:teuthology.orchestra.run.trial014.stdout:Repeating the final host check... 2026-02-19T11:10:37.897 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stdout 5.6.0 2026-02-19T11:10:37.897 INFO:teuthology.orchestra.run.trial014.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-19T11:10:37.897 INFO:teuthology.orchestra.run.trial014.stdout:systemctl is present 2026-02-19T11:10:37.897 INFO:teuthology.orchestra.run.trial014.stdout:lvcreate is present 2026-02-19T11:10:37.902 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T11:10:37.902 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T11:10:37.908 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T11:10:37.908 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:10:37.914 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout enabled 2026-02-19T11:10:37.921 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout active 2026-02-19T11:10:37.921 INFO:teuthology.orchestra.run.trial014.stdout:Unit chronyd.service is enabled and running 2026-02-19T11:10:37.921 INFO:teuthology.orchestra.run.trial014.stdout:Host looks OK 2026-02-19T11:10:37.921 INFO:teuthology.orchestra.run.trial014.stdout:Cluster fsid: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:37.922 INFO:teuthology.orchestra.run.trial014.stdout:Acquiring lock 140301597101888 on /run/cephadm/9617fac3-0d83-11f1-b066-d404e6e7d460.lock 2026-02-19T11:10:37.922 INFO:teuthology.orchestra.run.trial014.stdout:Lock 140301597101888 acquired on /run/cephadm/9617fac3-0d83-11f1-b066-d404e6e7d460.lock 2026-02-19T11:10:37.922 INFO:teuthology.orchestra.run.trial014.stdout:Verifying IP 10.20.193.14 port 3300 ... 2026-02-19T11:10:37.922 INFO:teuthology.orchestra.run.trial014.stdout:Verifying IP 10.20.193.14 port 6789 ... 2026-02-19T11:10:37.923 INFO:teuthology.orchestra.run.trial014.stdout:Base mon IP(s) is [10.20.193.14:3300, 10.20.193.14:6789], mon addrv is [v2:10.20.193.14:3300,v1:10.20.193.14:6789] 2026-02-19T11:10:37.925 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.14 metric 102 2026-02-19T11:10:37.925 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.14 metric 102 2026-02-19T11:10:37.925 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-19T11:10:37.927 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-19T11:10:37.928 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-19T11:10:37.928 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout inet6 fe80::583c:b576:cc7d:c866/64 scope link noprefixroute 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T11:10:37.931 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6034/64 scope link 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:Mon IP `10.20.193.14` is in CIDR network `10.20.192.0/20` 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:Mon IP `10.20.193.14` is in CIDR network `10.20.192.0/20` 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-19T11:10:37.932 INFO:teuthology.orchestra.run.trial014.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec... 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stdout 27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec... 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Getting image source signatures 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Copying blob sha256:c3aaaa08a97eb94642b627061ed8222685e3a27394c0e933ffeb4507f6c64f5f 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Copying config sha256:27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53 2026-02-19T11:10:38.164 INFO:teuthology.orchestra.run.trial014.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-19T11:10:38.283 INFO:teuthology.orchestra.run.trial014.stdout:ceph: stdout ceph version 20.3.0-5314-g941b42ca (941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) tentacle (dev) 2026-02-19T11:10:38.283 INFO:teuthology.orchestra.run.trial014.stdout:Ceph version: ceph version 20.3.0-5314-g941b42ca (941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) tentacle (dev) 2026-02-19T11:10:38.283 INFO:teuthology.orchestra.run.trial014.stdout:Extracting ceph user uid/gid from container image... 2026-02-19T11:10:38.415 INFO:teuthology.orchestra.run.trial014.stdout:stat: stdout 167 167 2026-02-19T11:10:38.415 INFO:teuthology.orchestra.run.trial014.stdout:Creating initial keys... 2026-02-19T11:10:38.536 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph-authtool: stdout AQCu75ZpAaMnHxAATAw+NmwBjHUxhc8s8zt5yQ== 2026-02-19T11:10:38.662 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph-authtool: stdout AQCu75Zp4N2mJhAAKKLB+lNDaff678eqAHbwtQ== 2026-02-19T11:10:38.788 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph-authtool: stdout AQCu75Zp7cc3LhAA1Rh9uD/Q4jZk0kK7eVTx1w== 2026-02-19T11:10:38.789 INFO:teuthology.orchestra.run.trial014.stdout:Creating initial monmap... 2026-02-19T11:10:38.932 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:monmaptool for trial014 [v2:10.20.193.14:3300,v1:10.20.193.14:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:setting min_mon_release = tentacle 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: set fsid to 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:10:38.933 INFO:teuthology.orchestra.run.trial014.stdout:Creating mon... 2026-02-19T11:10:39.063 INFO:teuthology.orchestra.run.trial014.stdout:create mon.trial014 on 2026-02-19T11:10:39.341 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-19T11:10:39.452 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target → /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target. 2026-02-19T11:10:39.453 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target → /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target. 2026-02-19T11:10:39.590 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014 2026-02-19T11:10:39.590 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service: Unit ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service not loaded. 2026-02-19T11:10:39.718 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target.wants/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service → /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@.service. 2026-02-19T11:10:39.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 podman[17487]: 2026-02-19 11:10:39.819621404 +0000 UTC m=+0.015815371 container create 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shraddhaag-cephadm-seastore-support, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, OSD_FLAVOR=default) 2026-02-19T11:10:39.867 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T11:10:39.867 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout disabled 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:firewalld.service is not enabled 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mon to start... 2026-02-19T11:10:39.873 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mon... 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout cluster: 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout id: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout services: 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum trial014 (age 0.135959s) [leader: trial014] 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-19T11:10:40.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout data: 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout pgs: 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:mon is available 2026-02-19T11:10:40.035 INFO:teuthology.orchestra.run.trial014.stdout:Assimilating anything we can from ceph.conf... 2026-02-19T11:10:40.148 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 podman[17487]: 2026-02-19 11:10:39.848532472 +0000 UTC m=+0.044726450 container init 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, org.label-schema.vendor=CentOS, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-19T11:10:40.148 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 podman[17487]: 2026-02-19 11:10:39.851263425 +0000 UTC m=+0.047457392 container start 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-19T11:10:40.148 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 bash[17487]: 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 2026-02-19T11:10:40.148 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 podman[17487]: 2026-02-19 11:10:39.813034193 +0000 UTC m=+0.009228170 image pull 27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53 quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:10:40.149 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 systemd[1]: Started Ceph mon.trial014 for 9617fac3-0d83-11f1-b066-d404e6e7d460. 2026-02-19T11:10:40.149 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 ceph-mon[17515]: mkfs 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.149 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:39 trial014 ceph-mon[17515]: mon.trial014 is new leader, mons trial014 in quorum (ranks 0) 2026-02-19T11:10:40.183 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout fsid = 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.14:3300,v1:10.20.193.14:6789] 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T11:10:40.184 INFO:teuthology.orchestra.run.trial014.stdout:Generating new minimal ceph.conf... 2026-02-19T11:10:40.337 INFO:teuthology.orchestra.run.trial014.stdout:Restarting the monitor... 2026-02-19T11:10:40.415 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 systemd[1]: Stopping Ceph mon.trial014 for 9617fac3-0d83-11f1-b066-d404e6e7d460... 2026-02-19T11:10:40.667 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014[17511]: 2026-02-19T11:10:40.411+0000 7f8f933a4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial014 -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 2026-02-19T11:10:40.667 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014[17511]: 2026-02-19T11:10:40.411+0000 7f8f933a4640 -1 mon.trial014@0(leader) e1 *** Got Signal Terminated *** 2026-02-19T11:10:40.859 INFO:teuthology.orchestra.run.trial014.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-19T11:10:40.930 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17801]: 2026-02-19 11:10:40.66552613 +0000 UTC m=+0.266241314 container died 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, org.label-schema.license=GPLv2, OSD_FLAVOR=default, ceph=True, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17801]: 2026-02-19 11:10:40.673201339 +0000 UTC m=+0.273916523 container remove 179e48294021acdd3534019aee2a8bcb83844305ece560a401dc2d88daee78a9 (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, org.label-schema.vendor=CentOS, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, ceph=True, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 bash[17801]: ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 systemd[1]: ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service: Deactivated successfully. 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 systemd[1]: Stopped Ceph mon.trial014 for 9617fac3-0d83-11f1-b066-d404e6e7d460. 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 systemd[1]: Starting Ceph mon.trial014 for 9617fac3-0d83-11f1-b066-d404e6e7d460... 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17927]: 2026-02-19 11:10:40.823853892 +0000 UTC m=+0.015647583 container create 14e5f94eb513f5985f67b704b0123f13ebb625a56eb67dfd1e677090dee9872c (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, org.label-schema.vendor=CentOS, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-19T11:10:40.931 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17927]: 2026-02-19 11:10:40.850426037 +0000 UTC m=+0.042219679 container init 14e5f94eb513f5985f67b704b0123f13ebb625a56eb67dfd1e677090dee9872c (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shraddhaag-cephadm-seastore-support, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17927]: 2026-02-19 11:10:40.852598625 +0000 UTC m=+0.044392246 container start 14e5f94eb513f5985f67b704b0123f13ebb625a56eb67dfd1e677090dee9872c (image=quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial014, ceph=True, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, org.label-schema.schema-version=1.0) 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 bash[17927]: 14e5f94eb513f5985f67b704b0123f13ebb625a56eb67dfd1e677090dee9872c 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 podman[17927]: 2026-02-19 11:10:40.817790833 +0000 UTC m=+0.009584464 image pull 27cd8cc050fe1bfdb61b07020d94f1f65ee9eaf587881422432f9c6dfcacca53 quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 systemd[1]: Started Ceph mon.trial014 for 9617fac3-0d83-11f1-b066-d404e6e7d460. 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: set uid:gid to 167:167 (ceph:ceph) 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: ceph version 20.3.0-5314-g941b42ca (941b42cabfa3c4e4d30b96a58cbe2fa653f560ec) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: pidfile_write: ignore empty --pid-file 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: load: jerasure load: lrc 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: RocksDB version: 7.9.2 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Git sha 0 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Compile date 2026-02-18 14:05:58 2026-02-19T11:10:40.932 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: DB SUMMARY 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: DB Session ID: XVTW6LAW5KLLQLHSGO62 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: CURRENT file: CURRENT 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: IDENTITY file: IDENTITY 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: SST files in /var/lib/ceph/mon/ceph-trial014/store.db dir, Total Num: 1, files: 000008.sst 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial014/store.db: 000009.log size: 76213 ; 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.error_if_exists: 0 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.create_if_missing: 0 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.paranoid_checks: 1 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-19T11:10:40.933 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.env: 0xed5c80 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.fs: PosixFileSystem 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.info_log: 0x22991c0 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_file_opening_threads: 16 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.statistics: (nil) 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.use_fsync: 0 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_log_file_size: 0 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.keep_log_file_num: 1000 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.recycle_log_file_num: 0 2026-02-19T11:10:40.934 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_fallocate: 1 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_mmap_reads: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_mmap_writes: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.use_direct_reads: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.create_missing_column_families: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.db_log_dir: 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.wal_dir: 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-19T11:10:40.935 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.advise_random_on_open: 1 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.db_write_buffer_size: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.write_buffer_manager: 0x2294140 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.rate_limiter: (nil) 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.wal_recovery_mode: 2 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enable_thread_tracking: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enable_pipelined_write: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.unordered_write: 0 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-19T11:10:40.936 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.row_cache: None 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.wal_filter: None 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_ingest_behind: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.two_write_queues: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.manual_wal_flush: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.wal_compression: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.atomic_flush: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-19T11:10:40.937 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.log_readahead_size: 0 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.best_efforts_recovery: 0 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.allow_data_in_errors: 0 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.db_host_id: __hostname__ 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_background_jobs: 2 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_background_compactions: -1 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_subcompactions: 1 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-19T11:10:40.938 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_total_wal_size: 0 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_open_files: -1 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bytes_per_sync: 0 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_readahead_size: 0 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_background_flushes: -1 2026-02-19T11:10:40.939 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Compression algorithms supported: 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kZSTD supported: 0 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kXpressCompression supported: 0 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kBZip2Compression supported: 0 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kLZ4Compression supported: 1 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kZlibCompression supported: 1 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kLZ4HCCompression supported: 1 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: kSnappyCompression supported: 1 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial014/store.db/MANIFEST-000010 2026-02-19T11:10:40.940 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.merge_operator: 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_filter: None 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_filter_factory: None 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.sst_partitioner_factory: None 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x2299900) 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout: cache_index_and_filter_blocks: 1 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout: pin_top_level_index_and_filter: 1 2026-02-19T11:10:40.941 INFO:journalctl@ceph.mon.trial014.trial014.stdout: index_type: 0 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: data_block_index_type: 0 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: index_shortening: 1 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: checksum: 4 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: no_block_cache: 0 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_cache: 0x2267a50 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_cache_name: BinnedLRUCache 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_cache_options: 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: capacity : 536870912 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: num_shard_bits : 4 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: strict_capacity_limit : 0 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: high_pri_pool_ratio: 0.000 2026-02-19T11:10:40.942 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_cache_compressed: (nil) 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: persistent_cache: (nil) 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_size: 4096 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_size_deviation: 10 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_restart_interval: 16 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: index_block_restart_interval: 1 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: metadata_block_size: 4096 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: partition_filters: 0 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: use_delta_encoding: 1 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: filter_policy: bloomfilter 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: whole_key_filtering: 1 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: verify_compression: 0 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: read_amp_bytes_per_bit: 0 2026-02-19T11:10:40.943 INFO:journalctl@ceph.mon.trial014.trial014.stdout: format_version: 5 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: enable_index_compression: 1 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: block_align: 0 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: max_auto_readahead_size: 262144 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: prepopulate_block_cache: 0 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: initial_auto_readahead_size: 8192 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout: num_file_reads_for_auto_readahead: 2 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.write_buffer_size: 33554432 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_write_buffer_number: 2 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression: NoCompression 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression: Disabled 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.prefix_extractor: nullptr 2026-02-19T11:10:40.944 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.num_levels: 7 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-19T11:10:40.945 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.level: 32767 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.strategy: 0 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.enabled: false 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.target_file_size_base: 67108864 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-19T11:10:40.946 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-19T11:10:40.947 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.arena_block_size: 1048576 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.disable_auto_compactions: 0 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-19T11:10:40.948 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.inplace_update_support: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.bloom_locality: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.max_successive_merges: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.paranoid_file_checks: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.force_consistency_checks: 1 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.report_bg_io_stats: 0 2026-02-19T11:10:40.949 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.ttl: 2592000 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enable_blob_files: false 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.min_blob_size: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_file_size: 268435456 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.blob_file_starting_level: 0 2026-02-19T11:10:40.950 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial014/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 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d0af22dc-9b65-4bcb-969d-f2abb4b3e376 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771499440869756, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771499440870622, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73355, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71623, "index_size": 181, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9640, "raw_average_key_size": 48, "raw_value_size": 66127, "raw_average_value_size": 333, "num_data_blocks": 8, "num_entries": 198, "num_filter_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771499440, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d0af22dc-9b65-4bcb-969d-f2abb4b3e376", "db_session_id": "XVTW6LAW5KLLQLHSGO62", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771499440870703, "job": 1, "event": "recovery_finished"} 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-trial014/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x22b4e00 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: DB pointer 0x30a6000 2026-02-19T11:10:40.951 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: ** DB Stats ** 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: ** Compaction Stats [default] ** 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.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) 2026-02-19T11:10:40.952 INFO:journalctl@ceph.mon.trial014.trial014.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: L0 2/0 73.54 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Sum 2/0 73.54 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.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 112.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: ** Compaction Stats [default] ** 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.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) 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.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 112.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-19T11:10:40.953 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Cumulative compaction: 0.00 GB write, 22.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Interval compaction: 0.00 GB write, 22.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.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 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Block cache BinnedLRUCache@0x2267a50#2 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.954 INFO:journalctl@ceph.mon.trial014.trial014.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: starting mon.trial014 rank 0 at public addrs [v2:10.20.193.14:3300/0,v1:10.20.193.14:6789/0] at bind addrs [v2:10.20.193.14:3300/0,v1:10.20.193.14:6789/0] mon_data /var/lib/ceph/mon/ceph-trial014 fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???) e1 preinit fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).mds e1 new map 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).mds e1 print_map 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: e1 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: btime 2026-02-19T11:10:39:878029+0000 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: legacy client fscid: -1 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout: No filesystems configured 2026-02-19T11:10:40.955 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mon.trial014 is new leader, mons trial014 in quorum (ranks 0) 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: monmap epoch 1 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: last_changed 2026-02-19T11:10:38.898099+0000 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: created 2026-02-19T11:10:38.898099+0000 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: min_mon_release 20 (tentacle) 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: election_strategy: 1 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: 0: [v2:10.20.193.14:3300/0,v1:10.20.193.14:6789/0] mon.trial014 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: fsmap 2026-02-19T11:10:40.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: osdmap e1: 0 total, 0 up, 0 in 2026-02-19T11:10:40.957 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:40 trial014 ceph-mon[17956]: mgrmap e1: no daemons active 2026-02-19T11:10:41.013 INFO:teuthology.orchestra.run.trial014.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-19T11:10:41.013 INFO:teuthology.orchestra.run.trial014.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:10:41.013 INFO:teuthology.orchestra.run.trial014.stdout:Creating mgr... 2026-02-19T11:10:41.014 INFO:teuthology.orchestra.run.trial014.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-19T11:10:41.014 INFO:teuthology.orchestra.run.trial014.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-19T11:10:41.014 INFO:teuthology.orchestra.run.trial014.stdout:Verifying port 0.0.0.0:8443 ... 2026-02-19T11:10:41.150 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mgr.trial014.gxdnjn 2026-02-19T11:10:41.150 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mgr.trial014.gxdnjn.service: Unit ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mgr.trial014.gxdnjn.service not loaded. 2026-02-19T11:10:41.263 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460.target.wants/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mgr.trial014.gxdnjn.service → /etc/systemd/system/ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@.service. 2026-02-19T11:10:41.414 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T11:10:41.414 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout disabled 2026-02-19T11:10:41.420 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T11:10:41.420 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:10:41.420 INFO:teuthology.orchestra.run.trial014.stdout:firewalld.service is not enabled 2026-02-19T11:10:41.420 INFO:teuthology.orchestra.run.trial014.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T11:10:41.427 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T11:10:41.427 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout disabled 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:firewalld.service is not enabled 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mgr to start... 2026-02-19T11:10:41.433 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mgr... 2026-02-19T11:10:41.593 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:41.593 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsid": "9617fac3-0d83-11f1-b066-d404e6e7d460", 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 0 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "trial014" 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T11:10:41.594 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T11:10:39:878029+0000", 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T11:10:39.878507+0000", 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:41.595 INFO:teuthology.orchestra.run.trial014.stdout:mgr not available, waiting (1/15)... 2026-02-19T11:10:42.408 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:41 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4050930477' entity='client.admin' 2026-02-19T11:10:42.408 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:41 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3042359618' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T11:10:43.755 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsid": "9617fac3-0d83-11f1-b066-d404e6e7d460", 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T11:10:43.756 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 0 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "trial014" 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T11:10:43.757 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T11:10:43.758 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T11:10:39:878029+0000", 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T11:10:43.759 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T11:10:39.878507+0000", 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T11:10:43.760 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:43.761 INFO:teuthology.orchestra.run.trial014.stdout:mgr not available, waiting (2/15)... 2026-02-19T11:10:43.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:43 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3310856189' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: Activating manager daemon trial014.gxdnjn 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: mgrmap e2: trial014.gxdnjn(active, starting, since 0.00284499s) 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:10:45.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr metadata", "who": "trial014.gxdnjn", "id": "trial014.gxdnjn"} : dispatch 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: Manager daemon trial014.gxdnjn is now available 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/mirror_snapshot_schedule"} : dispatch 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/trash_purge_schedule"} : dispatch 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:45.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:44 trial014 ceph-mon[17956]: from='mgr.14100 10.20.193.14:0/1848356280' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:46.032 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:46.032 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:46.032 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsid": "9617fac3-0d83-11f1-b066-d404e6e7d460", 2026-02-19T11:10:46.032 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 0 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "trial014" 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:46.033 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T11:10:46.034 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T11:10:46.035 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T11:10:39:878029+0000", 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T11:10:46.036 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ], 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T11:10:46.037 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T11:10:39.878507+0000", 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout }, 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:46.038 INFO:teuthology.orchestra.run.trial014.stdout:mgr is available 2026-02-19T11:10:46.252 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout fsid = 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.14:3300,v1:10.20.193.14:6789] 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T11:10:46.253 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T11:10:46.254 INFO:teuthology.orchestra.run.trial014.stdout:Enabling cephadm module... 2026-02-19T11:10:46.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:46 trial014 ceph-mon[17956]: mgrmap e3: trial014.gxdnjn(active, since 1.00517s) 2026-02-19T11:10:46.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:46 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/128088117' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T11:10:47.455 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:47 trial014 ceph-mon[17956]: mgrmap e4: trial014.gxdnjn(active, since 2s) 2026-02-19T11:10:47.455 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:47 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/46941291' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-19T11:10:47.455 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:47 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3856006165' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "active_name": "trial014.gxdnjn", 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for the mgr to restart... 2026-02-19T11:10:47.476 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mgr epoch 5... 2026-02-19T11:10:48.461 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3856006165' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-19T11:10:48.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:48 trial014 ceph-mon[17956]: mgrmap e5: trial014.gxdnjn(active, since 3s) 2026-02-19T11:10:48.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1313413003' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T11:10:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: Active manager daemon trial014.gxdnjn restarted 2026-02-19T11:10:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: Activating manager daemon trial014.gxdnjn 2026-02-19T11:10:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: osdmap e2: 0 total, 0 up, 0 in 2026-02-19T11:10:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: mgrmap e6: trial014.gxdnjn(active, starting, since 0.00255113s) 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr metadata", "who": "trial014.gxdnjn", "id": "trial014.gxdnjn"} : dispatch 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T11:10:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:49 trial014 ceph-mon[17956]: Manager daemon trial014.gxdnjn is now available 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:mgr epoch 5 is available 2026-02-19T11:10:50.954 INFO:teuthology.orchestra.run.trial014.stdout:Verifying orchestrator module is enabled... 2026-02-19T11:10:51.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: Found migration_current of "None". Setting to last migration. 2026-02-19T11:10:51.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/mirror_snapshot_schedule"} : dispatch 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/trash_purge_schedule"} : dispatch 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: mgrmap e7: trial014.gxdnjn(active, since 1.00383s) 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:51.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:51 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/368182191' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-19T11:10:52.025 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-19T11:10:52.025 INFO:teuthology.orchestra.run.trial014.stdout:Setting orchestrator backend to cephadm... 2026-02-19T11:10:52.256 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T11:10:52.256 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T11:10:52.256 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: [19/Feb/2026:11:10:51] ENGINE Bus STARTING 2026-02-19T11:10:52.257 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:10:52.257 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/368182191' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-19T11:10:52.257 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:52 trial014 ceph-mon[17956]: mgrmap e8: trial014.gxdnjn(active, since 2s) 2026-02-19T11:10:52.487 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-19T11:10:52.487 INFO:teuthology.orchestra.run.trial014.stdout:Generating ssh key... 2026-02-19T11:10:53.009 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2rmX2z7GbF/XnYIJJCkhIm3G+lTq8iAxgJRUeuZhDu ceph-9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:10:53.010 INFO:teuthology.orchestra.run.trial014.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-19T11:10:53.010 INFO:teuthology.orchestra.run.trial014.stdout:Adding key to root@localhost authorized_keys... 2026-02-19T11:10:53.010 INFO:teuthology.orchestra.run.trial014.stdout:Adding host trial014... 2026-02-19T11:10:53.283 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: [19/Feb/2026:11:10:51] ENGINE Serving on https://10.20.193.14:7150 2026-02-19T11:10:53.283 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: [19/Feb/2026:11:10:51] ENGINE Client ('10.20.193.14', 60766) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T11:10:53.283 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: [19/Feb/2026:11:10:51] ENGINE Serving on http://10.20.193.14:8765 2026-02-19T11:10:53.284 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: [19/Feb/2026:11:10:51] ENGINE Bus STARTED 2026-02-19T11:10:53.284 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:53.284 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:10:53.284 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:53.284 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:53 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:54.527 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:54.528 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:54.528 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:54.528 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: Generating ssh key... 2026-02-19T11:10:54.528 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:54.528 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:54 trial014 ceph-mon[17956]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial014", "addr": "10.20.193.14", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:54.779 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Added host 'trial014' with addr '10.20.193.14' 2026-02-19T11:10:54.779 INFO:teuthology.orchestra.run.trial014.stdout:Deploying mon service with default placement... 2026-02-19T11:10:55.038 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-19T11:10:55.039 INFO:teuthology.orchestra.run.trial014.stdout:Deploying mgr service with default placement... 2026-02-19T11:10:55.282 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-19T11:10:55.282 INFO:teuthology.orchestra.run.trial014.stdout:Deploying crash service with default placement... 2026-02-19T11:10:55.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:55 trial014 ceph-mon[17956]: Deploying cephadm binary to trial014 2026-02-19T11:10:55.342 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:55 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:55.342 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:55 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:10:55.342 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:55 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:55.543 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2026-02-19T11:10:55.543 INFO:teuthology.orchestra.run.trial014.stdout:Deploying ceph-exporter service with default placement... 2026-02-19T11:10:55.791 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2026-02-19T11:10:55.792 INFO:teuthology.orchestra.run.trial014.stdout:Deploying prometheus service with default placement... 2026-02-19T11:10:56.041 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2026-02-19T11:10:56.041 INFO:teuthology.orchestra.run.trial014.stdout:Deploying grafana service with default placement... 2026-02-19T11:10:56.300 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2026-02-19T11:10:56.300 INFO:teuthology.orchestra.run.trial014.stdout:Deploying node-exporter service with default placement... 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: Added host trial014 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: Saving service mon spec with placement count:5 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.351 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:56 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:56.542 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2026-02-19T11:10:56.542 INFO:teuthology.orchestra.run.trial014.stdout:Deploying alertmanager service with default placement... 2026-02-19T11:10:56.775 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2026-02-19T11:10:57.229 INFO:teuthology.orchestra.run.trial014.stdout:Enabling the dashboard module... 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: Saving service mgr spec with placement count:2 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: Saving service crash spec with placement * 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: Saving service ceph-exporter spec with placement * 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: Saving service prometheus spec with placement count:1 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='mgr.14118 10.20.193.14:0/1554486255' entity='mgr.trial014.gxdnjn' 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1724318672' entity='client.admin' 2026-02-19T11:10:57.252 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:57 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/326319012' entity='client.admin' 2026-02-19T11:10:58.541 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:58.541 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: Saving service grafana spec with placement count:1 2026-02-19T11:10:58.542 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:58.542 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: Saving service node-exporter spec with placement * 2026-02-19T11:10:58.542 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:10:58.542 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: Saving service alertmanager spec with placement count:1 2026-02-19T11:10:58.542 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:58 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2832060009' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-19T11:10:58.892 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:10:58.892 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "active_name": "trial014.gxdnjn", 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for the mgr to restart... 2026-02-19T11:10:58.893 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for mgr epoch 9... 2026-02-19T11:10:59.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:59 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2832060009' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-19T11:10:59.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:59 trial014 ceph-mon[17956]: mgrmap e9: trial014.gxdnjn(active, since 8s) 2026-02-19T11:10:59.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:10:59 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1605746351' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: Active manager daemon trial014.gxdnjn restarted 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: Activating manager daemon trial014.gxdnjn 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: osdmap e3: 0 total, 0 up, 0 in 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: mgrmap e10: trial014.gxdnjn(active, starting, since 0.00259144s) 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr metadata", "who": "trial014.gxdnjn", "id": "trial014.gxdnjn"} : dispatch 2026-02-19T11:11:01.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T11:11:01.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T11:11:01.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T11:11:01.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:01 trial014 ceph-mon[17956]: Manager daemon trial014.gxdnjn is now available 2026-02-19T11:11:02.089 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout { 2026-02-19T11:11:02.089 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-19T11:11:02.090 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T11:11:02.090 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout } 2026-02-19T11:11:02.090 INFO:teuthology.orchestra.run.trial014.stdout:mgr epoch 9 is available 2026-02-19T11:11:02.090 INFO:teuthology.orchestra.run.trial014.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-19T11:11:02.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:11:02.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/mirror_snapshot_schedule"} : dispatch 2026-02-19T11:11:02.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/trash_purge_schedule"} : dispatch 2026-02-19T11:11:02.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:02.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:02.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:02 trial014 ceph-mon[17956]: mgrmap e11: trial014.gxdnjn(active, since 1.00434s) 2026-02-19T11:11:02.957 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUJrKTwV/kD2JcdtGNOHWA4fiNIjEwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTk2MTdmYWMzLTBkODMtMTFmMS1i\nMDY2LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMTkxMTExMDJaFw0yOTAyMTgxMTExMDJa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4xNDCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBALaEgUYMYSveQbAh9UyCQ3HgVZSgsdGtWeSDv+jXtr1m0s8N3DN0\ncCdOW95DewG85adFPHAuSRBcnkJSrKqlj9IuvY2ieTeONG0w4tBGTRqRSFzxBp8S\nLSMcl6o1KWwmeasae0OHYUlMLj8GLMSl5+kncohpIl7Y21ATq7zGF7nWMWue1JBb\nD/7bEwIb3h+NkNPwzwhlAPj0Rru7nAIRQd/+ZT4eSBc+6m6jyB86Shvqd/s+0CJj\nhcJztIrNfolqYFl4lJJ4cHvvNLaShU1Fp96sc+k7qSBWsiJWOIlc2lcyUSW7xXny\npSPQ4CxTYiyY5ix4tZKTe8vPnKulB6R03gpBiea2obJ671oYO2KnibypReaRpr6w\nipggvXIzbzYp7xP0oFqrsPLkriXNsAdyapUr1yfBusm2bjmIa9sMq2GRd4ZeZCn7\n/PEXQZXm2c3BFwlNThn2+ixV1PZnBN2PVVBmkzkmIr0W+d2t7/t1RiLdYx4h9PWk\nz3xkZshJR8/FYOjysCpY0LRn5knWV5hw9KhD9H6HlXE7KE+7hk4ZlnGCOZeTS4KG\nDow2McD+mD19wdUbtvql5Z4M/DzteGwuIWnRtUyCl0EnGTioJXkggfaFrKWeOrfO\ncTHtlfkeYpbLBUvGWSd+rzw1cdW9LUHWksYquAsVlB9RjR0svxHSLXHhAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDE0ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nDjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBHKijMY8jeVMCiX5B9\nJ9UcA3++T2g16+9cL53TswEd6DygkkiWdDvp5HjHuAuGDCoeu3BfAetjHZNsA0N4\n4i8DZn1dIHj50IpsuvlSzY9IRypUs8Y5nix6TcNwfYCvybSKmGGp7hYK4ywfZEEo\nFQ3a7LPGZmft6XuWM7zkxe5zB7FR8MwVFUmy6buLU+0yQDUFV7/k/drIJMBBuNpL\ncYagBkFKt/seDv8fZUYfiHP6MQphAt3sIkRCrIOBxPeuk1i6q/JPUGgh8WsLziV7\nkhd3j12YjPNOrXG+D+m/fAph/eNurtQf9bDGJ7ulVJ94QPQJuTHkW3lZ7C64OYQs\nevTK4RIYmNHt2BVDksUDgPDuMAzzh0fVRDRTePlaVuKwh2b2WLmsn7ve2pKSPcCw\njuaf93lp1/bTWe01eA1+FsOWFdbvstNUJlRdNNrhCnFhwPRfFyUrQy97vRsAZrab\nbZsQ2uw4l7cC0NgCRU4NZhRzcoHycNGLVbWhLLiMaf1Wtm7r4AQEDv2jnKGaeb3V\nCaQpvBV8w7f0pE1IQIOdIECe3HbIb23p0kI/cJ51MRekuqrcBqZA2elV21qWDppQ\nC3Mcd5PZyTYB9+n+exaJanOGUOIuGZsoTbeqlqehvaw4qvni4+uf9OKmORfCcIKr\nY9HWdoJ9j9olAqvqGVnagNcn9Q==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAtoSBRgxhK95BsCH1TIJDceBVlKCx0a1Z5IO/6Ne2vWbSzw3c\nM3RwJ05b3kN7Abzlp0U8cC5JEFyeQlKsqqWP0i69jaJ5N440bTDi0EZNGpFIXPEG\nnxItIxyXqjUpbCZ5qxp7Q4dhSUwuPwYsxKXn6SdyiGkiXtjbUBOrvMYXudYxa57U\nkFsP/tsTAhveH42Q0/DPCGUA+PRGu7ucAhFB3/5lPh5IFz7qbqPIHzpKG+p3+z7Q\nImOFwnO0is1+iWpgWXiUknhwe+80tpKFTUWn3qxz6TupIFayIlY4iVzaVzJRJbvF\nefKlI9DgLFNiLJjmLHi1kpN7y8+cq6UHpHTeCkGJ5rahsnrvWhg7YqeJvKlF5pGm\nvrCKmCC9cjNvNinvE/SgWquw8uSuJc2wB3JqlSvXJ8G6ybZuOYhr2wyrYZF3hl5k\nKfv88RdBlebZzcEXCU1OGfb6LFXU9mcE3Y9VUGaTOSYivRb53a3v+3VGIt1jHiH0\n9aTPfGRmyElHz8Vg6PKwKljQtGfmSdZXmHD0qEP0foeVcTsoT7uGThmWcYI5l5NL\ngoYOjDYxwP6YPX3B1Ru2+qXlngz8PO14bC4hadG1TIKXQScZOKgleSCB9oWspZ46\nt85xMe2V+R5ilssFS8ZZJ36vPDVx1b0tQdaSxiq4CxWUH1GNHSy/EdItceECAwEA\nAQKCAgAeBCimdn68ki7HYq5OyNWCstwgN1VHIHU6KZi0GFXLTE+7EZJ3O9z9+dsN\n8JcYMBKssaxA3rvRXwn/6kzPO68tZ9Zwppm80zw4AOQsUIN5rQ7ziggGvRyDO76N\nlXScfq9fvlkrP+Z2AXtRjhhqtsYvB/fEC1ZFtvBKeRGzV/iq7VjvVA2tN+yngyvb\nGu4qzkNVN7M0tDe2uaWwVihQBrqItfO8hYphmE1BqNnOmO17LdJRlYDxRuDGm/TD\nJwx6WO5DiJsWg4wsNai7pdkaXiw/aKkfYFpuIRPmpbtii8y0rme+BuVxKsCR5VYY\ntBXfM74W7jseQfcIC7q+V8Or/jRNv+Hgn5UXqFfrNEVq44Ok3cYKV9W9XszfNisR\n1cL2EJKPsFsJoM+5W4SuuDMDvLgee/E6txutVbQ+GQjgOKbQUuDvvG2aoZpaeUHR\nuJXHz5w0seBlo+0G44SIx4aAtgK3uCEV0ZrwGEu0SV8QUYWkz5gJfpaBtoL4uauq\n+35kNO4KfGZAqNxNLjCBzYkDQ9npXGjd6lhyX549wO4Kghvfn/IsmgcW2pCmx3sl\n9X/WlgccCH/Yp3JiSFa6jG7PCPplwKT3ir60JFvXXyTugr65U+ycjtF031RXk6Eb\nanF45/LhiDF17blMTF7I19cAYpRoMyWly8p+kEa5ao35xP436QKCAQEA86Gzsp0F\n3eFk4BwZfiKL2BG0WePcsytkKUq3j8HQeBWG+qkhC6pJrGO+cFpxfSfBWCD6b9N9\nuB05Hvxj6BbWT55FgiSC2nbUb9hM4ssJl6H0TQ+lxmdhSVVDOKMbXU+tGeIAu/Uj\nmmpeE7vb4CqSo3Qn2o4DoCsRa7E4rhgo+Qy5LFa1Ws5sbVM/PKYDjk1HnaMieBay\nV2f52X4REO1IxwHiYOplEXsb77IvSqSKWduq1vNlqk+chI9Tg4jOGCaAG+a9g050\nTxjcFm1rvPd9Dvh0x1Y1mZEsoifqXlfE6n17FSUmgKZfJM1cbXaSFNevt+eHN1K2\nxCUH3Ve1P7o5bwKCAQEAv8iMqz1dY9JyJpQSLWF7LNFifCpReB3ulfaBbLIzBNMh\npIk0sDFc/mHRU1E3hqy7sYPzEmGP5D8lDgOmCm2pknsV4lhISLEBoiGgLSkfJZvu\n5pDWa7NERDwkVa9TyJOKDgPg/Zz02vTDddSx4aNGYBtOGWsGCmvn8JOgofJUrffB\n4x6S/Qk3PuSPCn8pIBilbZeod0h6k71bjj1chomrj+YI/UbrWMAPgZhhL5AIssyC\n67JPgD2PRKkUF6yN5FoL43D4ju5g78D/V7WK8zYzSN0gv8H6/bGilOcSzHeermsu\nuZZ6JbgO88ge5WcowoUCaY4IzFbrXE3eRRwbd+VBrwKCAQB7VKg7CvIlWCxQpujg\nyWwxfQTnXEolCRozLPevdlWp9HvX+DYaSaHx+qw1BBPfX3iovEkKwu0pfuGjpfCN\nVMI4m85kC0eSgAUaeUyyokXA1ONu/zTUMxE0pkzZJvh7TBI8wAPPIlFboezt4HN2\nDxccV3i1Up7TPfoboiMnPmO/b4ltwJcd2NFapoGkmgXCy6wtSJ/yWsr9JE1+pCrP\nfs8QrwuCNCXlq4SA2prGFnVS97iMB7q3dIWvNT75nw91ekfv1+anyddnExaW491e\nU4qjQXMcVa/chXkqvToPeC7e5ZahJaVQCuivIKZhY1yf4G+7kSEKCH0s3fIVQokm\nMYdRAoIBAGzf2GPaOWtS7DTUeKFEpt2hnKxqhceQDoMZ5w2i+G2zwnSa48tmqqlL\nNL986u3Mn9090D9OHZbw9gNHtPpUmSCsOZc+kQKbYhb9yeX5Y1JBfNVtwhxwL8Ag\n+GugVgsXHxenwhGYCjVHILOC5Nz4iRpERgkOBebirVCZLmbhoIsGjQ53q/B0S+Wr\ncTz/RYSQGVHm99+HyPaYWCKe2SkTfM77Q30txquilOr4a6vJs/Z1PZm6p4Fg8TWE\nWwC5l+/b4sXiu2jBEUzqnsrXKCO8UE78Ifxajjd5oZewuq5S9kWEWYlIUN2a6Poi\nUM/gyXXsdpsf5ATFD2ZeWmGXfEyLXMcCggEATGaOFRKxQQxe3cEau3tJ3u+EDdkU\nJHQEunlWfnKMYGxAy1jLBvzq4GPL8GOmUTzbZt3zcSApwHAY98LDFehbipIqBSsi\ndlpurrRPNWr000zFDSZryUX+/waoCuK1l1x6d6lWHylhHI5uiwcg3eP4cSf84LKd\nl0kCoohX9vIYD4DxzQVl312bvzjCuh06UT1tSFr8UpzskwqK5O8vHE7oELSZydWe\nS7TkvzO2Hz9TcPMMo1WZ9ZnOpbSIrpmLLmN2EZPV+6nXsE3+cBZIDJiu4KRhX3dq\no5y4aXFxAnxfsWN2/BbzhKOz3crnjei8va1e6VARn7uCvAvkZgRfWy1zkQ==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:01] ENGINE Bus STARTING 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:01] ENGINE Serving on http://10.20.193.14:8765 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:01] ENGINE Serving on https://10.20.193.14:7150 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:01] ENGINE Bus STARTED 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:01] ENGINE Client ('10.20.193.14', 57678) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T11:11:03.186 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:03 trial014 ceph-mon[17956]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T11:11:03.190 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-19T11:11:03.425 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-19T11:11:03.425 INFO:teuthology.orchestra.run.trial014.stdout:Creating initial admin user... 2026-02-19T11:11:03.858 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$/ECYAZcnVvfxkMI9Eusk6./3Q1oXZjOYBRx1OMzAG1felUfyRQArS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771499463, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-19T11:11:03.858 INFO:teuthology.orchestra.run.trial014.stdout:Fetching dashboard port number... 2026-02-19T11:11:04.082 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stdout 8443 2026-02-19T11:11:04.090 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T11:11:04.090 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout disabled 2026-02-19T11:11:04.097 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T11:11:04.097 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:11:04.097 INFO:teuthology.orchestra.run.trial014.stdout:firewalld.service is not enabled 2026-02-19T11:11:04.097 INFO:teuthology.orchestra.run.trial014.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout:Ceph Dashboard is now available at: 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout: URL: https://trial014:8443/ 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout: User: admin 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout: Password: gpkw5i384d 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.098 INFO:teuthology.orchestra.run.trial014.stdout:Saving cluster configuration to /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config directory 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: mgrmap e12: trial014.gxdnjn(active, since 2s) 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:04.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:04 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2886395082' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:Or, if you are only running a single cluster on this host: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: ceph telemetry on 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:For more information see: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:04.378 INFO:teuthology.orchestra.run.trial014.stdout:Bootstrap complete. 2026-02-19T11:11:04.385 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout static 2026-02-19T11:11:04.391 INFO:teuthology.orchestra.run.trial014.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-19T11:11:04.391 INFO:teuthology.orchestra.run.trial014.stdout:systemctl: stdout inactive 2026-02-19T11:11:04.391 INFO:teuthology.orchestra.run.trial014.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-19T11:11:04.547 INFO:tasks.cephadm:Fetching config... 2026-02-19T11:11:04.547 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:04.547 DEBUG:teuthology.orchestra.run.trial014:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-19T11:11:04.564 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-19T11:11:04.564 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:04.565 DEBUG:teuthology.orchestra.run.trial014:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-19T11:11:04.622 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-19T11:11:04.622 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:04.622 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/keyring of=/dev/stdout 2026-02-19T11:11:04.687 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-19T11:11:04.687 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:04.687 DEBUG:teuthology.orchestra.run.trial014:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-19T11:11:04.743 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-19T11:11:04.744 DEBUG:teuthology.orchestra.run.trial014:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2rmX2z7GbF/XnYIJJCkhIm3G+lTq8iAxgJRUeuZhDu ceph-9617fac3-0d83-11f1-b066-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T11:11:04.817 INFO:teuthology.orchestra.run.trial014.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2rmX2z7GbF/XnYIJJCkhIm3G+lTq8iAxgJRUeuZhDu ceph-9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:11:04.827 DEBUG:teuthology.orchestra.run.trial175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2rmX2z7GbF/XnYIJJCkhIm3G+lTq8iAxgJRUeuZhDu ceph-9617fac3-0d83-11f1-b066-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T11:11:04.862 INFO:teuthology.orchestra.run.trial175.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2rmX2z7GbF/XnYIJJCkhIm3G+lTq8iAxgJRUeuZhDu ceph-9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:11:04.873 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-19T11:11:04.988 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:05.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:05 trial014 ceph-mon[17956]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:05.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:05 trial014 ceph-mon[17956]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:05.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:05 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1315828619' entity='client.admin' 2026-02-19T11:11:05.246 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-19T11:11:05.246 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-19T11:11:05.366 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:05.631 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial175 2026-02-19T11:11:05.632 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:11:05.632 DEBUG:teuthology.orchestra.run.trial175:> dd of=/etc/ceph/ceph.conf 2026-02-19T11:11:05.650 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:11:05.650 DEBUG:teuthology.orchestra.run.trial175:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:05.707 INFO:tasks.cephadm:Adding host trial175 to orchestrator... 2026-02-19T11:11:05.708 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch host add trial175 2026-02-19T11:11:05.828 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:06.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1450430058' entity='client.admin' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd/host:trial014", "name": "osd_memory_target"} : dispatch 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:06.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial014", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-19T11:11:06.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial014", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-19T11:11:06.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:06 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: Updating trial014:/etc/ceph/ceph.conf 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: Updating trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: Updating trial014:/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: Updating trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial175", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:07.395 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:07 trial014 ceph-mon[17956]: Deploying daemon ceph-exporter.trial014 on trial014 2026-02-19T11:11:07.684 INFO:teuthology.orchestra.run.trial014.stdout:Added host 'trial175' with addr '10.20.193.175' 2026-02-19T11:11:07.751 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-19T11:11:07.880 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:08.112 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:08.113 INFO:teuthology.orchestra.run.trial014.stdout:[{"addr": "10.20.193.14", "hostname": "trial014", "labels": [], "status": ""}, {"addr": "10.20.193.175", "hostname": "trial175", "labels": [], "status": ""}] 2026-02-19T11:11:08.153 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-19T11:11:08.154 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd crush tunables default 2026-02-19T11:11:08.277 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:08.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: Deploying cephadm binary to trial175 2026-02-19T11:11:08.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: mgrmap e13: trial014.gxdnjn(active, since 6s) 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial014", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial014", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:08.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:08 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.266 INFO:teuthology.orchestra.run.trial014.stderr:adjusted tunables profile to default 2026-02-19T11:11:09.318 INFO:tasks.cephadm:Adding mon.trial014 on trial014 2026-02-19T11:11:09.318 INFO:tasks.cephadm:Adding mon.trial175 on trial175 2026-02-19T11:11:09.319 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch apply mon '2;trial014:10.20.193.14=trial014;trial175:10.20.193.175=trial175' 2026-02-19T11:11:09.440 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:09.440 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: Deploying daemon crash.trial014 on trial014 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: Added host trial175 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: Deploying daemon node-exporter.trial014 on trial014 2026-02-19T11:11:09.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:09 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3891212987' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-19T11:11:09.676 INFO:teuthology.orchestra.run.trial175.stdout:Scheduled mon update... 2026-02-19T11:11:10.107 DEBUG:teuthology.orchestra.run.trial175:mon.trial175> sudo journalctl -f -n 0 -u ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial175.service 2026-02-19T11:11:10.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:10.110 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:10.291 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:10.291 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:10.621 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:10.621 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:10.621 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:10.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3891212987' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:10.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:10 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:11.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:11.671 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:11.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:11 trial014 ceph-mon[17956]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial014:10.20.193.14=trial014;trial175:10.20.193.175=trial175", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:11.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:11 trial014 ceph-mon[17956]: Saving service mon spec with placement trial014:10.20.193.14=trial014;trial175:10.20.193.175=trial175;count:2 2026-02-19T11:11:11.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:11 trial014 ceph-mon[17956]: Deploying daemon alertmanager.trial014 on trial014 2026-02-19T11:11:11.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/566946829' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:11.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:11 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:11.787 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:11.787 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:12.054 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:12.055 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:12.055 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:12.326 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1603315892' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:13.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:13.092 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:13.210 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:13.210 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:13.474 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:13.474 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:13.474 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:13.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:13 trial014 ceph-mon[17956]: Deploying daemon grafana.trial014 on trial014 2026-02-19T11:11:14.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:14.514 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:14.632 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:14.632 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:14.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:14 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1002897083' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:14.903 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:14.904 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:14.904 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:15.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:15 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/105643051' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:15.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:15.942 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:16.062 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:16.062 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:16.325 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:16.325 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:16.325 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:17.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:17.365 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:17.483 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:17.483 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:17.507 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:17 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:17.508 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:17 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1527624129' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:17.746 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:17.747 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:17.747 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:18.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:18.783 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:18.844 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.844 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: Deploying daemon prometheus.trial014 on trial014 2026-02-19T11:11:18.845 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:18 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/363732152' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:18.902 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:18.902 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:19.170 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:19.171 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:19.171 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:19.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:19 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1489442616' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:20.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:20.219 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:20.334 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:20.334 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:20.592 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:20.592 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:20.592 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:20.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:20 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3893175908' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:21.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:21.631 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:21.751 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:21.752 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:22.024 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:22.025 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:22.025 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:22.569 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:22 trial014 ceph-mon[17956]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:22.569 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:22 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:22.569 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/217203212' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:23.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:23.062 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:23.181 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:23.181 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:23.438 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:23.438 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:23.439 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T11:11:24.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:24 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/4249109794' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:24.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:24.475 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:24.591 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:24.591 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:24.859 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:24.860 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:24.860 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:25.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:25 trial014 ceph-mon[17956]: from='mgr.14164 10.20.193.14:0/220646260' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T11:11:25.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:25 trial014 ceph-mon[17956]: mgrmap e14: trial014.gxdnjn(active, since 23s) 2026-02-19T11:11:25.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:25 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/851612237' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:25.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:25.897 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:26.015 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:26.015 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:26.280 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:26.280 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:26.281 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:26.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:26 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3124715456' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:27.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:27.319 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:27.436 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:27.437 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: Active manager daemon trial014.gxdnjn restarted 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: Activating manager daemon trial014.gxdnjn 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: osdmap e5: 0 total, 0 up, 0 in 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: mgrmap e15: trial014.gxdnjn(active, starting, since 0.00264565s) 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:11:27.452 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr metadata", "who": "trial014.gxdnjn", "id": "trial014.gxdnjn"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: Manager daemon trial014.gxdnjn is now available 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/mirror_snapshot_schedule"} : dispatch 2026-02-19T11:11:27.453 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial014.gxdnjn/trash_purge_schedule"} : dispatch 2026-02-19T11:11:27.718 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:27.718 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:27.718 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:27] ENGINE Bus STARTING 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:27] ENGINE Serving on https://10.20.193.14:7150 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:27] ENGINE Client ('10.20.193.14', 37976) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:27] ENGINE Serving on http://10.20.193.14:8765 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: [19/Feb/2026:11:11:27] ENGINE Bus STARTED 2026-02-19T11:11:28.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1870758798' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: mgrmap e16: trial014.gxdnjn(active, since 1.00467s) 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:28.715 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd/host:trial014", "name": "osd_memory_target"} : dispatch 2026-02-19T11:11:28.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:28.766 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:28.883 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:28.884 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T11:11:29.151 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:29.152 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:29.152 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:29.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/541786840' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd/host:trial175", "name": "osd_memory_target"} : dispatch 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:29 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:11:30.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:30.197 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:30.389 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:30.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial014:/etc/ceph/ceph.conf 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial175:/etc/ceph/ceph.conf 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: mgrmap e17: trial014.gxdnjn(active, since 2s) 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial175:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial175:/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial014:/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Updating trial175:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T11:11:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial175", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial175", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:30.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:30 trial014 ceph-mon[17956]: Deploying daemon ceph-exporter.trial175 on trial175 2026-02-19T11:11:30.786 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:30.786 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:30.786 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:31.712 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/4144324442' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial175", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:31.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:31 trial014 ceph-mon[17956]: Deploying daemon crash.trial175 on trial175 2026-02-19T11:11:31.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:31.863 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:32.027 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:32.298 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:32.298 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:32.298 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:32.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: Deploying daemon node-exporter.trial175 on trial175 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:32.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:32 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1508163243' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:33.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:33.333 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:33.469 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:33.719 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:33.719 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":1,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:10:38.898099Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T11:11:33.720 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 1 2026-02-19T11:11:34.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-19T11:11:34.783 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T11:11:34.949 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial175/config 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial175.afsxxx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T11:11:34.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.trial175.afsxxx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: Deploying daemon mgr.trial175.afsxxx on trial175 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3269958096' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T11:11:34.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:40.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: Deploying daemon mon.trial175 on trial175 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: mon.trial014 calling monitor election 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.? 10.20.193.175:0/2216575175' entity='mgr.trial175.afsxxx' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial175.afsxxx/crt"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: mon.trial175 calling monitor election 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:40.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: mon.trial014 is new leader, mons trial014,trial175 in quorum (ranks 0,1) 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: monmap epoch 2 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: last_changed 2026-02-19T11:11:35.037673+0000 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: created 2026-02-19T11:10:38.898099+0000 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: min_mon_release 20 (tentacle) 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: election_strategy: 1 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: 0: [v2:10.20.193.14:3300/0,v1:10.20.193.14:6789/0] mon.trial014 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: 1: [v2:10.20.193.175:3300/0,v1:10.20.193.175:6789/0] mon.trial175 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: fsmap 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: osdmap e5: 0 total, 0 up, 0 in 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: mgrmap e17: trial014.gxdnjn(active, since 13s) 2026-02-19T11:11:40.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: overall HEALTH_OK 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: Standby manager daemon trial175.afsxxx started 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.? 10.20.193.175:0/2216575175' entity='mgr.trial175.afsxxx' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.? 10.20.193.175:0/2216575175' entity='mgr.trial175.afsxxx' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial175.afsxxx/key"} : dispatch 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.? 10.20.193.175:0/2216575175' entity='mgr.trial175.afsxxx' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T11:11:40.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:11:41.203 INFO:teuthology.orchestra.run.trial175.stdout: 2026-02-19T11:11:41.203 INFO:teuthology.orchestra.run.trial175.stdout:{"epoch":2,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","modified":"2026-02-19T11:11:35.037673Z","created":"2026-02-19T11:10:38.898099Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial014","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:3300","nonce":0},{"type":"v1","addr":"10.20.193.14:6789","nonce":0}]},"addr":"10.20.193.14:6789/0","public_addr":"10.20.193.14:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:10:38:898112+0000","crush_location":[]},{"rank":1,"name":"trial175","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:3300","nonce":0},{"type":"v1","addr":"10.20.193.175:6789","nonce":0}]},"addr":"10.20.193.175:6789/0","public_addr":"10.20.193.175:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T11:11:35:037671+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-19T11:11:41.203 INFO:teuthology.orchestra.run.trial175.stderr:dumped monmap epoch 2 2026-02-19T11:11:41.239 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-19T11:11:41.239 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-19T11:11:41.253 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: mgrmap e18: trial014.gxdnjn(active, since 13s), standbys: trial175.afsxxx 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr metadata", "who": "trial175.afsxxx", "id": "trial175.afsxxx"} : dispatch 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.254 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial014.gxdnjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T11:11:41.255 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:41.378 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:41.603 INFO:teuthology.orchestra.run.trial014.stdout:# minimal ceph.conf for 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:11:41.603 INFO:teuthology.orchestra.run.trial014.stdout:[global] 2026-02-19T11:11:41.603 INFO:teuthology.orchestra.run.trial014.stdout: fsid = 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:11:41.604 INFO:teuthology.orchestra.run.trial014.stdout: mon_host = [v2:10.20.193.14:3300/0,v1:10.20.193.14:6789/0] [v2:10.20.193.175:3300/0,v1:10.20.193.175:6789/0] 2026-02-19T11:11:41.642 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-19T11:11:41.642 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:41.643 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T11:11:41.709 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:41.709 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:41.775 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:11:41.775 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T11:11:41.804 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:11:41.804 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T11:11:41.868 DEBUG:tasks.cephadm:set 0 configs 2026-02-19T11:11:41.869 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph config dump 2026-02-19T11:11:41.987 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:42.217 INFO:teuthology.orchestra.run.trial014.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global dev auth_debug true 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:d8cdebb5ad9d40e85239fe1245500a98e2729b0bf85f9699614980a1a87710ef * 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global dev debug_asserts_on_shutdown true 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global basic log_to_file true 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global basic log_to_journald false 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global basic log_to_stderr false 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_allow_pool_delete true 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-19T11:11:42.218 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_cluster_log_to_file true 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global dev ms_die_on_bug true 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global dev ms_die_on_old_message true 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-19T11:11:42.219 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced debug_mon 20/20 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced debug_ms 1/1 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced debug_paxos 20/20 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_data_avail_warn 5 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T11:11:42.220 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced debug_mgr 20/20 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced debug_ms 1/1 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/dashboard/GRAFANA_API_SSL_VERIFY false * 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:osd dev bdev_debug_aio true 2026-02-19T11:11:42.221 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced debug_ms 1/1 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced debug_osd 20/20 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_misdirected_ops true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_op_order true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_shutdown true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_memory_target_autotune true 2026-02-19T11:11:42.222 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_op_queue debug_random * 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_recover_clone_overlap true 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-19T11:11:42.223 INFO:teuthology.orchestra.run.trial014.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-19T11:11:42.254 INFO:tasks.cephadm:Deploying OSDs... 2026-02-19T11:11:42.255 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:11:42.255 DEBUG:teuthology.orchestra.run.trial014:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:11:42.272 DEBUG:teuthology.misc:devs=['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-19T11:11:42.272 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/nvme3n1 2026-02-19T11:11:42.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Updating trial014:/etc/ceph/ceph.conf 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Updating trial175:/etc/ceph/ceph.conf 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Updating trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Updating trial175:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/config/ceph.conf 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Reconfiguring mon.trial014 (unknown last config time)... 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Reconfiguring daemon mon.trial014 on trial014 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Reconfiguring mgr.trial014.gxdnjn (unknown last config time)... 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: Reconfiguring daemon mgr.trial014.gxdnjn on trial014 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1527617743' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial014", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/725090410' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial014", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.331 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/nvme3n1 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1325 Links: 1 Device type: 103,6 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:11:06.715070284 +0000 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:18.856911912 +0000 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:18.856911912 +0000 2026-02-19T11:11:42.332 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:17.929947906 +0000 2026-02-19T11:11:42.333 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-02-19T11:11:42.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:42.407 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:11:42.407 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:11:42.407 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000188886 s, 2.7 MB/s 2026-02-19T11:11:42.409 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-02-19T11:11:42.466 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/nvme4n1 2026-02-19T11:11:42.522 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/nvme4n1 2026-02-19T11:11:42.522 INFO:teuthology.orchestra.run.trial014.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1337 Links: 1 Device type: 103,8 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:11:06.759068575 +0000 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:19.254896459 +0000 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:19.254896459 +0000 2026-02-19T11:11:42.523 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:18.063942704 +0000 2026-02-19T11:11:42.524 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2026-02-19T11:11:42.588 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:11:42.588 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:11:42.588 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000169972 s, 3.0 MB/s 2026-02-19T11:11:42.589 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2026-02-19T11:11:42.645 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/nvme5n1 2026-02-19T11:11:42.702 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/nvme5n1 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1349 Links: 1 Device type: 103,a 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:11:06.802066906 +0000 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:19.656773291 +0000 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:19.656773291 +0000 2026-02-19T11:11:42.703 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:18.195937578 +0000 2026-02-19T11:11:42.704 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/nvme5n1 of=/dev/null count=1 2026-02-19T11:11:42.765 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:11:42.765 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:11:42.765 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000170002 s, 3.0 MB/s 2026-02-19T11:11:42.767 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/nvme5n1 2026-02-19T11:11:42.824 DEBUG:teuthology.orchestra.run.trial014:> stat /dev/nvme6n1 2026-02-19T11:11:42.880 INFO:teuthology.orchestra.run.trial014.stdout: File: /dev/nvme6n1 2026-02-19T11:11:42.880 INFO:teuthology.orchestra.run.trial014.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Device: 6h/6d Inode: 1361 Links: 1 Device type: 103,c 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Access: 2026-02-19 11:11:06.843065315 +0000 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Modify: 2026-02-19 11:10:20.056336655 +0000 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout:Change: 2026-02-19 11:10:20.056336655 +0000 2026-02-19T11:11:42.881 INFO:teuthology.orchestra.run.trial014.stdout: Birth: 2026-02-19 11:10:18.324932569 +0000 2026-02-19T11:11:42.881 DEBUG:teuthology.orchestra.run.trial014:> sudo dd if=/dev/nvme6n1 of=/dev/null count=1 2026-02-19T11:11:42.943 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records in 2026-02-19T11:11:42.943 INFO:teuthology.orchestra.run.trial014.stderr:1+0 records out 2026-02-19T11:11:42.943 INFO:teuthology.orchestra.run.trial014.stderr:512 bytes copied, 0.000165463 s, 3.1 MB/s 2026-02-19T11:11:42.945 DEBUG:teuthology.orchestra.run.trial014:> ! mount | grep -v devtmpfs | grep -q /dev/nvme6n1 2026-02-19T11:11:43.002 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:11:43.002 DEBUG:teuthology.orchestra.run.trial175:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T11:11:43.018 DEBUG:teuthology.misc:devs=['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-19T11:11:43.019 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/nvme3n1 2026-02-19T11:11:43.074 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/nvme3n1 2026-02-19T11:11:43.074 INFO:teuthology.orchestra.run.trial175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1318 Links: 1 Device type: 103,6 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:11:29.117797195 +0000 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:22.044698373 +0000 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:22.044698373 +0000 2026-02-19T11:11:43.075 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:21.114733283 +0000 2026-02-19T11:11:43.075 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-02-19T11:11:43.137 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:11:43.137 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:11:43.137 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.000176705 s, 2.9 MB/s 2026-02-19T11:11:43.139 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-02-19T11:11:43.195 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/nvme4n1 2026-02-19T11:11:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring ceph-exporter.trial014 (monmap changed)... 2026-02-19T11:11:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring daemon ceph-exporter.trial014 on trial014 2026-02-19T11:11:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring crash.trial014 (monmap changed)... 2026-02-19T11:11:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring daemon crash.trial014 on trial014 2026-02-19T11:11:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring alertmanager.trial014 deps ['mgr.trial014.gxdnjn', 'secure_monitoring_stack:False'] -> ['alertmanager.trial014', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'secure_monitoring_stack:False'] (diff {'mgr.trial175.afsxxx', 'alertmanager.trial014'}) 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: Reconfiguring daemon alertmanager.trial014 on trial014 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/302950647' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/nvme4n1 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1330 Links: 1 Device type: 103,8 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:43.253 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:11:29.157804153 +0000 2026-02-19T11:11:43.254 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:22.449683425 +0000 2026-02-19T11:11:43.254 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:22.449683425 +0000 2026-02-19T11:11:43.254 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:21.250727885 +0000 2026-02-19T11:11:43.254 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2026-02-19T11:11:43.316 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:11:43.317 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:11:43.317 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.000179471 s, 2.9 MB/s 2026-02-19T11:11:43.318 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2026-02-19T11:11:43.375 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/nvme5n1 2026-02-19T11:11:43.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring ceph-exporter.trial014 (monmap changed)... 2026-02-19T11:11:43.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring daemon ceph-exporter.trial014 on trial014 2026-02-19T11:11:43.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring crash.trial014 (monmap changed)... 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring daemon crash.trial014 on trial014 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring alertmanager.trial014 deps ['mgr.trial014.gxdnjn', 'secure_monitoring_stack:False'] -> ['alertmanager.trial014', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'secure_monitoring_stack:False'] (diff {'mgr.trial175.afsxxx', 'alertmanager.trial014'}) 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: Reconfiguring daemon alertmanager.trial014 on trial014 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/302950647' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T11:11:43.403 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/nvme5n1 2026-02-19T11:11:43.403 INFO:teuthology.orchestra.run.trial175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1342 Links: 1 Device type: 103,a 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:11:29.197811111 +0000 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:22.852668550 +0000 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:22.852668550 +0000 2026-02-19T11:11:43.404 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:21.379722917 +0000 2026-02-19T11:11:43.404 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/nvme5n1 of=/dev/null count=1 2026-02-19T11:11:43.468 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:11:43.469 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:11:43.469 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.00016877 s, 3.0 MB/s 2026-02-19T11:11:43.470 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme5n1 2026-02-19T11:11:43.528 DEBUG:teuthology.orchestra.run.trial175:> stat /dev/nvme6n1 2026-02-19T11:11:43.585 INFO:teuthology.orchestra.run.trial175.stdout: File: /dev/nvme6n1 2026-02-19T11:11:43.585 INFO:teuthology.orchestra.run.trial175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-19T11:11:43.585 INFO:teuthology.orchestra.run.trial175.stdout:Device: 6h/6d Inode: 1354 Links: 1 Device type: 103,c 2026-02-19T11:11:43.585 INFO:teuthology.orchestra.run.trial175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-19T11:11:43.585 INFO:teuthology.orchestra.run.trial175.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-19T11:11:43.586 INFO:teuthology.orchestra.run.trial175.stdout:Access: 2026-02-19 11:11:29.236817894 +0000 2026-02-19T11:11:43.586 INFO:teuthology.orchestra.run.trial175.stdout:Modify: 2026-02-19 11:10:23.256653639 +0000 2026-02-19T11:11:43.586 INFO:teuthology.orchestra.run.trial175.stdout:Change: 2026-02-19 11:10:23.256653639 +0000 2026-02-19T11:11:43.586 INFO:teuthology.orchestra.run.trial175.stdout: Birth: 2026-02-19 11:10:21.511718045 +0000 2026-02-19T11:11:43.586 DEBUG:teuthology.orchestra.run.trial175:> sudo dd if=/dev/nvme6n1 of=/dev/null count=1 2026-02-19T11:11:43.648 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records in 2026-02-19T11:11:43.648 INFO:teuthology.orchestra.run.trial175.stderr:1+0 records out 2026-02-19T11:11:43.648 INFO:teuthology.orchestra.run.trial175.stderr:512 bytes copied, 0.000165504 s, 3.1 MB/s 2026-02-19T11:11:43.649 DEBUG:teuthology.orchestra.run.trial175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme6n1 2026-02-19T11:11:43.706 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch apply osd --all-available-devices 2026-02-19T11:11:43.861 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial175/config 2026-02-19T11:11:44.079 INFO:teuthology.orchestra.run.trial175.stdout:Scheduled osd.all-available-devices update... 2026-02-19T11:11:44.116 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2026-02-19T11:11:44.117 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:44.240 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:44.285 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: Reconfiguring grafana.trial014 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial014', 'secure_monitoring_stack:False'] (diff {'prometheus.trial014'}) 2026-02-19T11:11:44.285 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T11:11:44.285 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: Reconfiguring daemon grafana.trial014 on trial014 2026-02-19T11:11:44.285 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.286 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.286 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.286 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: Reconfiguring grafana.trial014 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial014', 'secure_monitoring_stack:False'] (diff {'prometheus.trial014'}) 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: Reconfiguring daemon grafana.trial014 on trial014 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.337 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:44.454 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:44.491 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-19T11:11:45.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Reconfiguring prometheus.trial014 deps ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] -> ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] (diff {'mgr.trial175.afsxxx'}) 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Reconfiguring daemon prometheus.trial014 on trial014 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Marking host: trial014 for OSDSpec preview refresh. 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Marking host: trial175 for OSDSpec preview refresh. 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Saving service osd.all-available-devices spec with placement * 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Reconfiguring ceph-exporter.trial175 (monmap changed)... 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial175", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: Reconfiguring daemon ceph-exporter.trial175 on trial175 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial175", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1269760554' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial175.afsxxx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T11:11:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Reconfiguring prometheus.trial014 deps ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] -> ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] (diff {'mgr.trial175.afsxxx'}) 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Reconfiguring daemon prometheus.trial014 on trial014 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Marking host: trial014 for OSDSpec preview refresh. 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Marking host: trial175 for OSDSpec preview refresh. 2026-02-19T11:11:45.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Saving service osd.all-available-devices spec with placement * 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Reconfiguring ceph-exporter.trial175 (monmap changed)... 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial175", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: Reconfiguring daemon ceph-exporter.trial175 on trial175 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial175", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1269760554' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial175.afsxxx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T11:11:45.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:45.493 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:45.613 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:45.841 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:45.882 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-19T11:11:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring crash.trial175 (monmap changed)... 2026-02-19T11:11:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring daemon crash.trial175 on trial175 2026-02-19T11:11:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring mgr.trial175.afsxxx (monmap changed)... 2026-02-19T11:11:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring daemon mgr.trial175.afsxxx on trial175 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring mon.trial175 (monmap changed)... 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: Reconfiguring daemon mon.trial175 on trial175 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial014:9093"} : dispatch 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial014:9093"}]: dispatch 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial014:3000"} : dispatch 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial014:3000"}]: dispatch 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T11:11:46.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial014:9095"} : dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial014:9095"}]: dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1821455038' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.466 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.491 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring crash.trial175 (monmap changed)... 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring daemon crash.trial175 on trial175 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring mgr.trial175.afsxxx (monmap changed)... 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring daemon mgr.trial175.afsxxx on trial175 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring mon.trial175 (monmap changed)... 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: Reconfiguring daemon mon.trial175 on trial175 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.492 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial014:9093"} : dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial014:9093"}]: dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial014:3000"} : dispatch 2026-02-19T11:11:46.493 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial014:3000"}]: dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial014:9095"} : dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial014:9095"}]: dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1821455038' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T11:11:46.494 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.495 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.495 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.495 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:46.883 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:47.003 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: Certificate for "cephadm-signed_agent_cert (trial014)" is still valid for 1824 days. 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: Certificate for "cephadm-signed_grafana_cert (trial014)" is still valid for 1094 days. 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:47.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T11:11:47.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:47.220 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:47.260 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-19T11:11:47.398 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: Certificate for "cephadm-signed_agent_cert (trial014)" is still valid for 1824 days. 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: Certificate for "cephadm-signed_grafana_cert (trial014)" is still valid for 1094 days. 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T11:11:47.399 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:48.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2285177581' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1846147144' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"} : dispatch 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"} : dispatch 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"}]': finished 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3583320028' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c139de32-c806-4afe-863c-44c8503c49af"} : dispatch 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3583320028' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c139de32-c806-4afe-863c-44c8503c49af"}]': finished 2026-02-19T11:11:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: osdmap e7: 2 total, 0 up, 2 in 2026-02-19T11:11:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:48 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/2288218980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:48.261 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:48.381 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2285177581' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/1846147144' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faf7c373-a1f2-4b6f-9d9c-4f8107434a88"}]': finished 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3583320028' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c139de32-c806-4afe-863c-44c8503c49af"} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3583320028' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c139de32-c806-4afe-863c-44c8503c49af"}]': finished 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: osdmap e7: 2 total, 0 up, 2 in 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:48 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/2288218980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:48.598 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:48.636 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1771499507,"num_remapped_pgs":0} 2026-02-19T11:11:49.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:49 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3884048656' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:49 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4082590526' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:49.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:49 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3884048656' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:49 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4082590526' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:49.637 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:49.757 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:49.978 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:50.016 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1771499509,"num_remapped_pgs":0} 2026-02-19T11:11:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1272515252' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"}]': finished 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: osdmap e8: 3 total, 0 up, 3 in 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/233309194' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66eefd13-afff-4085-9705-51c82824f6ae"} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/233309194' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66eefd13-afff-4085-9705-51c82824f6ae"}]': finished 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: osdmap e9: 4 total, 0 up, 4 in 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1549827344' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1785838221' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:50.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:50 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1433882003' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:50.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:50.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/1272515252' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"} : dispatch 2026-02-19T11:11:50.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c30a1d98-029b-4691-a0a8-05ab5b3ae93f"}]': finished 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: osdmap e8: 3 total, 0 up, 3 in 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/233309194' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66eefd13-afff-4085-9705-51c82824f6ae"} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/233309194' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66eefd13-afff-4085-9705-51c82824f6ae"}]': finished 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: osdmap e9: 4 total, 0 up, 4 in 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/1549827344' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1785838221' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:50.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:50 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1433882003' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:51.017 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:51.135 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:51.359 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:51.397 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1771499511,"num_remapped_pgs":0} 2026-02-19T11:11:52.398 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/665292438' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"}]': finished 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: osdmap e10: 5 total, 0 up, 5 in 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2875879485' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4ca4fb81-0116-4514-97a3-a9dad1805f67"} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2875879485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ca4fb81-0116-4514-97a3-a9dad1805f67"}]': finished 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: osdmap e11: 6 total, 0 up, 6 in 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:52.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3810741752' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:52.422 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1888268658' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:52.422 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:52 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2514055462' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:52.517 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/665292438' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"} : dispatch 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"} : dispatch 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b"}]': finished 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: osdmap e10: 5 total, 0 up, 5 in 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2875879485' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4ca4fb81-0116-4514-97a3-a9dad1805f67"} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2875879485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ca4fb81-0116-4514-97a3-a9dad1805f67"}]': finished 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: osdmap e11: 6 total, 0 up, 6 in 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3810741752' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/1888268658' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:52.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:52 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2514055462' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:52.748 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:52.786 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1771499511,"num_remapped_pgs":0} 2026-02-19T11:11:53.291 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1971219586' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:53.291 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/1762835066' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"} : dispatch 2026-02-19T11:11:53.291 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"} : dispatch 2026-02-19T11:11:53.291 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"}]': finished 2026-02-19T11:11:53.291 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: osdmap e12: 7 total, 0 up, 7 in 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:53.292 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1971219586' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/1762835066' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590"}]': finished 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: osdmap e12: 7 total, 0 up, 7 in 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:53.338 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:53.339 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:53.339 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:53.339 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:53.339 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:53.787 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:53.906 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:54.127 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:54.166 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:11:54.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3540206665' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d58d3893-18df-40bb-b8dd-46c72dd82d51"} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3540206665' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d58d3893-18df-40bb-b8dd-46c72dd82d51"}]': finished 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: osdmap e13: 8 total, 0 up, 8 in 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:54.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:11:54.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/520687960' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:54.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3200314935' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:54.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:54 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3389362009' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:54.536 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:54.536 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3540206665' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d58d3893-18df-40bb-b8dd-46c72dd82d51"} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3540206665' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d58d3893-18df-40bb-b8dd-46c72dd82d51"}]': finished 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: osdmap e13: 8 total, 0 up, 8 in 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:54.537 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:11:54.538 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/520687960' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:54.538 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3200314935' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T11:11:54.538 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:54 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3389362009' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:55.167 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:55.287 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:55.503 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:55.540 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: Deploying daemon osd.0 on trial175 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:56.270 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:56 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2501054725' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: Deploying daemon osd.0 on trial175 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:56.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:56 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2501054725' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:56.541 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:56.661 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:56.880 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:56.919 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:11:57.403 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: Deploying daemon osd.1 on trial014 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2173045957' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:57.404 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:11:57.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: Deploying daemon osd.1 on trial014 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2173045957' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:57.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:57 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:11:57.920 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:58.064 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:58.313 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:58.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: Deploying daemon osd.2 on trial175 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:58.339 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T11:11:58.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T11:11:58.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:58 trial014 ceph-mon[17956]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T11:11:58.354 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: Deploying daemon osd.2 on trial175 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:58.465 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T11:11:58.466 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T11:11:58.466 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:58 trial175 ceph-mon[26103]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T11:11:59.311 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: Deploying daemon osd.3 on trial014 2026-02-19T11:11:59.311 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T11:11:59.311 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T11:11:59.311 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:11:59.311 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: osdmap e14: 8 total, 0 up, 8 in 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2470255679' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:59.312 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-19T11:11:59.313 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:11:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:59.355 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: Deploying daemon osd.3 on trial014 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: osdmap e14: 8 total, 0 up, 8 in 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:11:59.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2470255679' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:59.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:11:59.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-19T11:11:59.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:11:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:11:59.478 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:11:59.706 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:11:59.840 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:12:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: Deploying daemon osd.4 on trial175 2026-02-19T11:12:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:12:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: Deploying daemon osd.5 on trial014 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: osdmap e15: 8 total, 0 up, 8 in 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:00.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:00.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T11:12:00.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T11:12:00.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1159201146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:00.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:00 trial175 ceph-mon[26103]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-19T11:12:00.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: Deploying daemon osd.4 on trial175 2026-02-19T11:12:00.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T11:12:00.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: Deploying daemon osd.5 on trial014 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: osdmap e15: 8 total, 0 up, 8 in 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:00.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1159201146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:00.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:00 trial014 ceph-mon[17956]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-19T11:12:00.843 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:12:00.966 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:01.201 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:01.240 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":16,"num_osds":8,"num_up_osds":2,"osd_up_since":1771499520,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:12:01.399 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692] boot 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089] boot 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: osdmap e16: 8 total, 2 up, 8 in 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-19T11:12:01.400 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: Deploying daemon osd.6 on trial175 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: Deploying daemon osd.7 on trial014 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-19T11:12:01.401 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:01 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2584139026' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: osd.1 [v2:10.20.193.14:6802/2948447692,v1:10.20.193.14:6803/2948447692] boot 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: osd.0 [v2:10.20.193.175:6800/2207117089,v1:10.20.193.175:6801/2207117089] boot 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: osdmap e16: 8 total, 2 up, 8 in 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:01.468 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: Deploying daemon osd.6 on trial175 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: Deploying daemon osd.7 on trial014 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-19T11:12:01.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:01 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2584139026' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:02.242 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:12:02.364 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:02.445 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:02.445 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: osdmap e17: 8 total, 2 up, 8 in 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:02.446 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:02 trial175 ceph-mon[26103]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: osdmap e17: 8 total, 2 up, 8 in 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:02.552 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:02.553 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:02 trial014 ceph-mon[17956]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:02.585 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:02.646 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":18,"num_osds":8,"num_up_osds":4,"osd_up_since":1771499522,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:12:03.628 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207] boot 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983] boot 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: osdmap e18: 8 total, 4 up, 8 in 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:03.629 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2929249854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: pgmap v24: 0 pgs: ; 0 B data, 106 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-19T11:12:03.630 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:03 trial014 ceph-mon[17956]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: osd.3 [v2:10.20.193.14:6810/3908253207,v1:10.20.193.14:6811/3908253207] boot 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: osd.2 [v2:10.20.193.175:6808/4131167983,v1:10.20.193.175:6809/4131167983] boot 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: osdmap e18: 8 total, 4 up, 8 in 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T11:12:03.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2929249854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: pgmap v24: 0 pgs: ; 0 B data, 106 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:03.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-19T11:12:03.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:03 trial175 ceph-mon[26103]: from='osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:03.647 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:12:03.764 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:03.997 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:04.036 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":19,"num_osds":8,"num_up_osds":5,"osd_up_since":1771499523,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:12:04.449 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:04.449 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:04.449 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623] boot 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: osdmap e19: 8 total, 5 up, 8 in 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-19T11:12:04.450 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:04.451 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:04.451 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:04.451 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3382241049' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:04.451 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:04 trial014 ceph-mon[17956]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:04.573 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:04.573 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:04.573 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-19T11:12:04.573 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-19T11:12:04.573 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: osd.4 [v2:10.20.193.175:6816/109157623,v1:10.20.193.175:6817/109157623] boot 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: osdmap e19: 8 total, 5 up, 8 in 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:04.574 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:04.575 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3382241049' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:04.575 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:04 trial175 ceph-mon[26103]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial175", "root=default"]}]': finished 2026-02-19T11:12:05.037 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:12:05.155 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:05.380 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:05.420 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":21,"num_osds":8,"num_up_osds":7,"osd_up_since":1771499525,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":1} 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477] boot 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: osdmap e20: 8 total, 6 up, 8 in 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:05.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: pgmap v27: 1 pgs: 1 creating+peering; 0 B data, 159 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:05.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176] boot 2026-02-19T11:12:05.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: osdmap e21: 8 total, 7 up, 8 in 2026-02-19T11:12:05.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:05.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:05.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:05 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:05.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:05.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: osd.5 [v2:10.20.193.14:6818/3085053477,v1:10.20.193.14:6819/3085053477] boot 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: osdmap e20: 8 total, 6 up, 8 in 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial014", "root=default"]} : dispatch 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: pgmap v27: 1 pgs: 1 creating+peering; 0 B data, 159 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial014", "root=default"]}]': finished 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: osd.6 [v2:10.20.193.175:6824/3307754176,v1:10.20.193.175:6825/3307754176] boot 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: osdmap e21: 8 total, 7 up, 8 in 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:05.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:05 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:06.421 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T11:12:06.543 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:06.593 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:06.593 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:06.593 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/708283535' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: Detected new or changed devices on trial175 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: Adjusting osd_memory_target on trial175 to 20467M 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832] boot 2026-02-19T11:12:06.594 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: osdmap e22: 8 total, 8 up, 8 in 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: Detected new or changed devices on trial014 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: Adjusting osd_memory_target on trial014 to 19699M 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:06.595 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.596 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/708283535' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: Detected new or changed devices on trial175 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: Adjusting osd_memory_target on trial175 to 20467M 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: osd.7 [v2:10.20.193.14:6826/1560451832,v1:10.20.193.14:6827/1560451832] boot 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: osdmap e22: 8 total, 8 up, 8 in 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: Detected new or changed devices on trial014 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: Adjusting osd_memory_target on trial014 to 19699M 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:06.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:06.765 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:06.801 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":22,"num_osds":8,"num_up_osds":8,"osd_up_since":1771499525,"num_in_osds":8,"osd_in_since":1771499513,"num_remapped_pgs":0} 2026-02-19T11:12:06.802 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T11:12:06.919 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:07.146 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:07.146 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":23,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","created":"2026-02-19T11:10:39.878204+0000","modified":"2026-02-19T11:12:06.883219+0000","last_up_change":"2026-02-19T11:12:05.882324+0000","last_in_change":"2026-02-19T11:11:53.230069+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-19T11:12:03.136517+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"faf7c373-a1f2-4b6f-9d9c-4f8107434a88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6800","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6801","nonce":2207117089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6802","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6803","nonce":2207117089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6806","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6807","nonce":2207117089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6804","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6805","nonce":2207117089}]},"public_addr":"10.20.193.175:6801/2207117089","cluster_addr":"10.20.193.175:6803/2207117089","heartbeat_back_addr":"10.20.193.175:6807/2207117089","heartbeat_front_addr":"10.20.193.175:6805/2207117089","state":["exists","up"]},{"osd":1,"uuid":"c139de32-c806-4afe-863c-44c8503c49af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6802","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6803","nonce":2948447692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6804","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6805","nonce":2948447692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6808","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6809","nonce":2948447692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6806","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6807","nonce":2948447692}]},"public_addr":"10.20.193.14:6803/2948447692","cluster_addr":"10.20.193.14:6805/2948447692","heartbeat_back_addr":"10.20.193.14:6809/2948447692","heartbeat_front_addr":"10.20.193.14:6807/2948447692","state":["exists","up"]},{"osd":2,"uuid":"c30a1d98-029b-4691-a0a8-05ab5b3ae93f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6808","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6809","nonce":4131167983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6810","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6811","nonce":4131167983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6814","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6815","nonce":4131167983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6812","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6813","nonce":4131167983}]},"public_addr":"10.20.193.175:6809/4131167983","cluster_addr":"10.20.193.175:6811/4131167983","heartbeat_back_addr":"10.20.193.175:6815/4131167983","heartbeat_front_addr":"10.20.193.175:6813/4131167983","state":["exists","up"]},{"osd":3,"uuid":"66eefd13-afff-4085-9705-51c82824f6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6810","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6811","nonce":3908253207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6812","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6813","nonce":3908253207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6816","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6817","nonce":3908253207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6814","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6815","nonce":3908253207}]},"public_addr":"10.20.193.14:6811/3908253207","cluster_addr":"10.20.193.14:6813/3908253207","heartbeat_back_addr":"10.20.193.14:6817/3908253207","heartbeat_front_addr":"10.20.193.14:6815/3908253207","state":["exists","up"]},{"osd":4,"uuid":"aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6816","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6817","nonce":109157623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6818","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6819","nonce":109157623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6822","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6823","nonce":109157623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6820","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6821","nonce":109157623}]},"public_addr":"10.20.193.175:6817/109157623","cluster_addr":"10.20.193.175:6819/109157623","heartbeat_back_addr":"10.20.193.175:6823/109157623","heartbeat_front_addr":"10.20.193.175:6821/109157623","state":["exists","up"]},{"osd":5,"uuid":"4ca4fb81-0116-4514-97a3-a9dad1805f67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6818","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6819","nonce":3085053477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6820","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6821","nonce":3085053477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6824","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6825","nonce":3085053477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6822","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6823","nonce":3085053477}]},"public_addr":"10.20.193.14:6819/3085053477","cluster_addr":"10.20.193.14:6821/3085053477","heartbeat_back_addr":"10.20.193.14:6825/3085053477","heartbeat_front_addr":"10.20.193.14:6823/3085053477","state":["exists","up"]},{"osd":6,"uuid":"7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6824","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6825","nonce":3307754176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6826","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6827","nonce":3307754176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6830","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6831","nonce":3307754176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6828","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6829","nonce":3307754176}]},"public_addr":"10.20.193.175:6825/3307754176","cluster_addr":"10.20.193.175:6827/3307754176","heartbeat_back_addr":"10.20.193.175:6831/3307754176","heartbeat_front_addr":"10.20.193.175:6829/3307754176","state":["exists","up"]},{"osd":7,"uuid":"d58d3893-18df-40bb-b8dd-46c72dd82d51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6826","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6827","nonce":1560451832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6828","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6829","nonce":1560451832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6832","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6833","nonce":1560451832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6830","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6831","nonce":1560451832}]},"public_addr":"10.20.193.14:6827/1560451832","cluster_addr":"10.20.193.14:6829/1560451832","heartbeat_back_addr":"10.20.193.14:6833/1560451832","heartbeat_front_addr":"10.20.193.14:6831/1560451832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.14:6800/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/813122858":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2090489943":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6800/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6801/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:6801/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/3376419608":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6800/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6801/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2118881629":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2767676534":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2564209363":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2576872278":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/3581364066":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/4184452462":"2026-02-20T11:11:26.930986+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-19T11:12:07.185 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-19T11:12:03.136517+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'nonprimary_shards': '{}', 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2026-02-19T11:12:07.185 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-19T11:12:07.304 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58942]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58942]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58942]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58942]: pam_unix(sudo:session): session closed for user root 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58953]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58953]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58953]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 sudo[58953]: pam_unix(sudo:session): session closed for user root 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: purged_snaps scrub starts 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: purged_snaps scrub ok 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1241949571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: osdmap e23: 8 total, 8 up, 8 in 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: pgmap v31: 1 pgs: 1 creating+peering; 0 B data, 212 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1437986252' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:12:07.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:07 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:12:07.518 INFO:teuthology.orchestra.run.trial014.stdout:pg_num: 1 2026-02-19T11:12:07.559 INFO:tasks.cephadm:Setting up client nodes... 2026-02-19T11:12:07.560 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-19T11:12:07.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44390]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44390]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44390]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44390]: pam_unix(sudo:session): session closed for user root 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44394]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44394]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44394]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 sudo[44394]: pam_unix(sudo:session): session closed for user root 2026-02-19T11:12:07.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: purged_snaps scrub starts 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: purged_snaps scrub ok 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1241949571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: osdmap e23: 8 total, 8 up, 8 in 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: pgmap v31: 1 pgs: 1 creating+peering; 0 B data, 212 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1437986252' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:07.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial014"} : dispatch 2026-02-19T11:12:07.640 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:07 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "mon metadata", "id": "trial175"} : dispatch 2026-02-19T11:12:07.678 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:07.933 INFO:teuthology.orchestra.run.trial014.stdout:[client.0] 2026-02-19T11:12:07.933 INFO:teuthology.orchestra.run.trial014.stdout: key = AQAH8JZplMZfNxAADeM8mzh5L6qmvd4e8xajDg== 2026-02-19T11:12:07.988 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:12:07.989 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-19T11:12:07.989 DEBUG:teuthology.orchestra.run.trial014:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-19T11:12:08.024 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-19T11:12:08.145 INFO:teuthology.orchestra.run.trial175.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial175/config 2026-02-19T11:12:08.405 INFO:teuthology.orchestra.run.trial175.stdout:[client.1] 2026-02-19T11:12:08.405 INFO:teuthology.orchestra.run.trial175.stdout: key = AQAI8JZpm7bOFxAAOv40ppfKidtgnzV5j/iB6A== 2026-02-19T11:12:08.463 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:12:08.463 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2026-02-19T11:12:08.463 DEBUG:teuthology.orchestra.run.trial175:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2026-02-19T11:12:08.498 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-19T11:12:08.614 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3288845643' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: osdmap e24: 8 total, 8 up, 8 in 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: mgrmap e19: trial014.gxdnjn(active, since 40s), standbys: trial175.afsxxx 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3832217519' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:08 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3832217519' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3288845643' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: osdmap e24: 8 total, 8 up, 8 in 2026-02-19T11:12:08.637 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: mgrmap e19: trial014.gxdnjn(active, since 40s), standbys: trial175.afsxxx 2026-02-19T11:12:08.638 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3832217519' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:08.638 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:08 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3832217519' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-19T11:12:08.832 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:08.870 INFO:teuthology.orchestra.run.trial014.stdout:[{"version":15,"timestamp":"2026-02-19T11:12:06.129485+0000","name":"","changes":[{"name":"osd/host:trial014/osd_memory_target","new_value":"20656748339"}]}] 2026-02-19T11:12:08.870 INFO:tasks.ceph_manager:config epoch is 15 2026-02-19T11:12:08.870 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-19T11:12:08.870 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-19T11:12:08.870 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-19T11:12:08.988 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:09.235 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:09.271 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":19,"flags":0,"active_gid":14221,"active_name":"trial014.gxdnjn","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6800","nonce":941050910},{"type":"v1","addr":"10.20.193.14:6801","nonce":941050910}]},"active_addr":"10.20.193.14:6801/941050910","active_change":"2026-02-19T11:11:26.931072+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14244,"name":"trial175.afsxxx","mgr_features":4544132024016699391,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","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 the agent on each host will 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":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","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 option can facilitate debugging daemons that encounter runtime problems.","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":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","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 persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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 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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy 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:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics 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 for which 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":"quay.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 for which 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 for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","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":"Whether the hardware monitoring daemon be deployed 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 the 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 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: guard against mistakes and runaways","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":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","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 IP 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 Alertmanager","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 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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 distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","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 the 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 to ensure that 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","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":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"crypto_caller":{"name":"crypto_caller","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus"],"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","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 the agent on each host will 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":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","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 option can facilitate debugging daemons that encounter runtime problems.","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":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","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 persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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 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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy 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:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics 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 for which 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":"quay.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 for which 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 for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","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":"Whether the hardware monitoring daemon be deployed 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 the 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 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: guard against mistakes and runaways","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":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","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 IP 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 Alertmanager","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 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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 distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","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 the 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 to ensure that 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","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":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"crypto_caller":{"name":"crypto_caller","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.14:8443/","prometheus":"http://10.20.193.14:9283/"},"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"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"10.20.193.14:0","nonce":1318050547}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.14:0","nonce":234055551}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.14:0","nonce":2154664734}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.14:0","nonce":664847342}]}]} 2026-02-19T11:12:09.278 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-19T11:12:09.278 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-19T11:12:09.279 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T11:12:09.396 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:09.513 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/723532895' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:09.513 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:09.513 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-19T11:12:09.514 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/520429626' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T11:12:09.514 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: pgmap v33: 1 pgs: 1 creating+peering; 0 B data, 212 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:09.514 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:09 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2389994834' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T11:12:09.612 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:09.612 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":24,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","created":"2026-02-19T11:10:39.878204+0000","modified":"2026-02-19T11:12:07.884396+0000","last_up_change":"2026-02-19T11:12:05.882324+0000","last_in_change":"2026-02-19T11:11:53.230069+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-19T11:12:03.136517+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"faf7c373-a1f2-4b6f-9d9c-4f8107434a88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6800","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6801","nonce":2207117089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6802","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6803","nonce":2207117089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6806","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6807","nonce":2207117089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6804","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6805","nonce":2207117089}]},"public_addr":"10.20.193.175:6801/2207117089","cluster_addr":"10.20.193.175:6803/2207117089","heartbeat_back_addr":"10.20.193.175:6807/2207117089","heartbeat_front_addr":"10.20.193.175:6805/2207117089","state":["exists","up"]},{"osd":1,"uuid":"c139de32-c806-4afe-863c-44c8503c49af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6802","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6803","nonce":2948447692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6804","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6805","nonce":2948447692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6808","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6809","nonce":2948447692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6806","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6807","nonce":2948447692}]},"public_addr":"10.20.193.14:6803/2948447692","cluster_addr":"10.20.193.14:6805/2948447692","heartbeat_back_addr":"10.20.193.14:6809/2948447692","heartbeat_front_addr":"10.20.193.14:6807/2948447692","state":["exists","up"]},{"osd":2,"uuid":"c30a1d98-029b-4691-a0a8-05ab5b3ae93f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6808","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6809","nonce":4131167983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6810","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6811","nonce":4131167983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6814","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6815","nonce":4131167983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6812","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6813","nonce":4131167983}]},"public_addr":"10.20.193.175:6809/4131167983","cluster_addr":"10.20.193.175:6811/4131167983","heartbeat_back_addr":"10.20.193.175:6815/4131167983","heartbeat_front_addr":"10.20.193.175:6813/4131167983","state":["exists","up"]},{"osd":3,"uuid":"66eefd13-afff-4085-9705-51c82824f6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6810","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6811","nonce":3908253207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6812","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6813","nonce":3908253207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6816","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6817","nonce":3908253207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6814","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6815","nonce":3908253207}]},"public_addr":"10.20.193.14:6811/3908253207","cluster_addr":"10.20.193.14:6813/3908253207","heartbeat_back_addr":"10.20.193.14:6817/3908253207","heartbeat_front_addr":"10.20.193.14:6815/3908253207","state":["exists","up"]},{"osd":4,"uuid":"aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6816","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6817","nonce":109157623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6818","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6819","nonce":109157623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6822","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6823","nonce":109157623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6820","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6821","nonce":109157623}]},"public_addr":"10.20.193.175:6817/109157623","cluster_addr":"10.20.193.175:6819/109157623","heartbeat_back_addr":"10.20.193.175:6823/109157623","heartbeat_front_addr":"10.20.193.175:6821/109157623","state":["exists","up"]},{"osd":5,"uuid":"4ca4fb81-0116-4514-97a3-a9dad1805f67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6818","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6819","nonce":3085053477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6820","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6821","nonce":3085053477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6824","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6825","nonce":3085053477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6822","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6823","nonce":3085053477}]},"public_addr":"10.20.193.14:6819/3085053477","cluster_addr":"10.20.193.14:6821/3085053477","heartbeat_back_addr":"10.20.193.14:6825/3085053477","heartbeat_front_addr":"10.20.193.14:6823/3085053477","state":["exists","up"]},{"osd":6,"uuid":"7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6824","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6825","nonce":3307754176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6826","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6827","nonce":3307754176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6830","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6831","nonce":3307754176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6828","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6829","nonce":3307754176}]},"public_addr":"10.20.193.175:6825/3307754176","cluster_addr":"10.20.193.175:6827/3307754176","heartbeat_back_addr":"10.20.193.175:6831/3307754176","heartbeat_front_addr":"10.20.193.175:6829/3307754176","state":["exists","up"]},{"osd":7,"uuid":"d58d3893-18df-40bb-b8dd-46c72dd82d51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6826","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6827","nonce":1560451832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6828","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6829","nonce":1560451832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6832","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6833","nonce":1560451832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6830","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6831","nonce":1560451832}]},"public_addr":"10.20.193.14:6827/1560451832","cluster_addr":"10.20.193.14:6829/1560451832","heartbeat_back_addr":"10.20.193.14:6833/1560451832","heartbeat_front_addr":"10.20.193.14:6831/1560451832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.14:6800/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/813122858":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2090489943":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6800/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6801/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:6801/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/3376419608":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6800/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6801/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2118881629":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2767676534":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2564209363":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2576872278":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/3581364066":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/4184452462":"2026-02-20T11:11:26.930986+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/723532895' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/520429626' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: pgmap v33: 1 pgs: 1 creating+peering; 0 B data, 212 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:09.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:09 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2389994834' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T11:12:09.652 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-19T11:12:09.652 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T11:12:09.770 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:09.984 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:09.984 INFO:teuthology.orchestra.run.trial014.stdout:{"epoch":24,"fsid":"9617fac3-0d83-11f1-b066-d404e6e7d460","created":"2026-02-19T11:10:39.878204+0000","modified":"2026-02-19T11:12:07.884396+0000","last_up_change":"2026-02-19T11:12:05.882324+0000","last_in_change":"2026-02-19T11:11:53.230069+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-19T11:12:03.136517+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"faf7c373-a1f2-4b6f-9d9c-4f8107434a88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6800","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6801","nonce":2207117089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6802","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6803","nonce":2207117089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6806","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6807","nonce":2207117089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6804","nonce":2207117089},{"type":"v1","addr":"10.20.193.175:6805","nonce":2207117089}]},"public_addr":"10.20.193.175:6801/2207117089","cluster_addr":"10.20.193.175:6803/2207117089","heartbeat_back_addr":"10.20.193.175:6807/2207117089","heartbeat_front_addr":"10.20.193.175:6805/2207117089","state":["exists","up"]},{"osd":1,"uuid":"c139de32-c806-4afe-863c-44c8503c49af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6802","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6803","nonce":2948447692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6804","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6805","nonce":2948447692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6808","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6809","nonce":2948447692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6806","nonce":2948447692},{"type":"v1","addr":"10.20.193.14:6807","nonce":2948447692}]},"public_addr":"10.20.193.14:6803/2948447692","cluster_addr":"10.20.193.14:6805/2948447692","heartbeat_back_addr":"10.20.193.14:6809/2948447692","heartbeat_front_addr":"10.20.193.14:6807/2948447692","state":["exists","up"]},{"osd":2,"uuid":"c30a1d98-029b-4691-a0a8-05ab5b3ae93f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6808","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6809","nonce":4131167983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6810","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6811","nonce":4131167983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6814","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6815","nonce":4131167983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6812","nonce":4131167983},{"type":"v1","addr":"10.20.193.175:6813","nonce":4131167983}]},"public_addr":"10.20.193.175:6809/4131167983","cluster_addr":"10.20.193.175:6811/4131167983","heartbeat_back_addr":"10.20.193.175:6815/4131167983","heartbeat_front_addr":"10.20.193.175:6813/4131167983","state":["exists","up"]},{"osd":3,"uuid":"66eefd13-afff-4085-9705-51c82824f6ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6810","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6811","nonce":3908253207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6812","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6813","nonce":3908253207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6816","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6817","nonce":3908253207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6814","nonce":3908253207},{"type":"v1","addr":"10.20.193.14:6815","nonce":3908253207}]},"public_addr":"10.20.193.14:6811/3908253207","cluster_addr":"10.20.193.14:6813/3908253207","heartbeat_back_addr":"10.20.193.14:6817/3908253207","heartbeat_front_addr":"10.20.193.14:6815/3908253207","state":["exists","up"]},{"osd":4,"uuid":"aab7f5a0-a4a7-4ed1-9507-c4762a66ef2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6816","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6817","nonce":109157623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6818","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6819","nonce":109157623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6822","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6823","nonce":109157623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6820","nonce":109157623},{"type":"v1","addr":"10.20.193.175:6821","nonce":109157623}]},"public_addr":"10.20.193.175:6817/109157623","cluster_addr":"10.20.193.175:6819/109157623","heartbeat_back_addr":"10.20.193.175:6823/109157623","heartbeat_front_addr":"10.20.193.175:6821/109157623","state":["exists","up"]},{"osd":5,"uuid":"4ca4fb81-0116-4514-97a3-a9dad1805f67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6818","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6819","nonce":3085053477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6820","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6821","nonce":3085053477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6824","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6825","nonce":3085053477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6822","nonce":3085053477},{"type":"v1","addr":"10.20.193.14:6823","nonce":3085053477}]},"public_addr":"10.20.193.14:6819/3085053477","cluster_addr":"10.20.193.14:6821/3085053477","heartbeat_back_addr":"10.20.193.14:6825/3085053477","heartbeat_front_addr":"10.20.193.14:6823/3085053477","state":["exists","up"]},{"osd":6,"uuid":"7bf9f3a5-8960-4fc6-97f6-e75bbfeeb590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6824","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6825","nonce":3307754176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6826","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6827","nonce":3307754176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6830","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6831","nonce":3307754176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.175:6828","nonce":3307754176},{"type":"v1","addr":"10.20.193.175:6829","nonce":3307754176}]},"public_addr":"10.20.193.175:6825/3307754176","cluster_addr":"10.20.193.175:6827/3307754176","heartbeat_back_addr":"10.20.193.175:6831/3307754176","heartbeat_front_addr":"10.20.193.175:6829/3307754176","state":["exists","up"]},{"osd":7,"uuid":"d58d3893-18df-40bb-b8dd-46c72dd82d51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6826","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6827","nonce":1560451832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6828","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6829","nonce":1560451832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6832","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6833","nonce":1560451832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.14:6830","nonce":1560451832},{"type":"v1","addr":"10.20.193.14:6831","nonce":1560451832}]},"public_addr":"10.20.193.14:6827/1560451832","cluster_addr":"10.20.193.14:6829/1560451832","heartbeat_back_addr":"10.20.193.14:6833/1560451832","heartbeat_front_addr":"10.20.193.14:6831/1560451832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.14:6800/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/813122858":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2090489943":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6800/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:6801/1758046659":"2026-02-20T11:11:26.930986+0000","10.20.193.14:6801/3796424644":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/3376419608":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6800/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:6801/2741444943":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2118881629":"2026-02-20T11:10:49.924917+0000","10.20.193.14:0/2767676534":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2564209363":"2026-02-20T11:11:01.037263+0000","10.20.193.14:0/2576872278":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/3581364066":"2026-02-20T11:11:26.930986+0000","10.20.193.14:0/4184452462":"2026-02-20T11:11:26.930986+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-19T11:12:10.023 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.3 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.4 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.5 flush_pg_stats 2026-02-19T11:12:10.024 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.6 flush_pg_stats 2026-02-19T11:12:10.025 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph tell osd.7 flush_pg_stats 2026-02-19T11:12:10.151 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.152 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.152 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.154 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.155 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.159 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.172 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.180 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.338 INFO:teuthology.orchestra.run.trial014.stdout:77309411332 2026-02-19T11:12:10.338 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T11:12:10.340 INFO:teuthology.orchestra.run.trial014.stdout:85899345924 2026-02-19T11:12:10.341 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-19T11:12:10.353 INFO:teuthology.orchestra.run.trial014.stdout:94489280515 2026-02-19T11:12:10.353 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-19T11:12:10.360 INFO:teuthology.orchestra.run.trial014.stdout:90194313218 2026-02-19T11:12:10.360 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-19T11:12:10.363 INFO:teuthology.orchestra.run.trial014.stdout:77309411332 2026-02-19T11:12:10.363 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-19T11:12:10.366 INFO:teuthology.orchestra.run.trial014.stdout:68719476741 2026-02-19T11:12:10.367 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T11:12:10.368 INFO:teuthology.orchestra.run.trial014.stdout:68719476740 2026-02-19T11:12:10.369 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T11:12:10.378 INFO:teuthology.orchestra.run.trial014.stdout:81604378628 2026-02-19T11:12:10.379 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-19T11:12:10.477 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.481 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.483 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.484 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.491 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.504 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.545 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.548 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:10 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2209859285' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:10.548 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:10 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1859262880' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:10.548 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:10.712 INFO:teuthology.orchestra.run.trial014.stdout:85899345922 2026-02-19T11:12:10.713 INFO:teuthology.orchestra.run.trial014.stdout:77309411331 2026-02-19T11:12:10.715 INFO:teuthology.orchestra.run.trial014.stdout:90194313217 2026-02-19T11:12:10.718 INFO:teuthology.orchestra.run.trial014.stdout:94489280514 2026-02-19T11:12:10.721 INFO:teuthology.orchestra.run.trial014.stdout:77309411331 2026-02-19T11:12:10.729 INFO:teuthology.orchestra.run.trial014.stdout:68719476740 2026-02-19T11:12:10.766 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345924 got 85899345922 for osd.5 2026-02-19T11:12:10.769 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411331 for osd.2 2026-02-19T11:12:10.770 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313218 got 90194313217 for osd.6 2026-02-19T11:12:10.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280515 got 94489280514 for osd.7 2026-02-19T11:12:10.780 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476741 got 68719476740 for osd.1 2026-02-19T11:12:10.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411331 for osd.3 2026-02-19T11:12:10.794 INFO:teuthology.orchestra.run.trial014.stdout:68719476739 2026-02-19T11:12:10.796 INFO:teuthology.orchestra.run.trial014.stdout:81604378627 2026-02-19T11:12:10.838 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476739 for osd.0 2026-02-19T11:12:10.839 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378628 got 81604378627 for osd.4 2026-02-19T11:12:10.886 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:10 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2209859285' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:10.886 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:10 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1859262880' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/398291264' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4153307240' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/318727420' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3966636066' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/680669645' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/313209986' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4019198647' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2971070189' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-19T11:12:11.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:11 trial014 ceph-mon[17956]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:11.767 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-19T11:12:11.770 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T11:12:11.770 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-19T11:12:11.779 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-19T11:12:11.781 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T11:12:11.787 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-19T11:12:11.839 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T11:12:11.840 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/398291264' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4153307240' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/318727420' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3966636066' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/680669645' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/313209986' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4019198647' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T11:12:11.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2971070189' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-19T11:12:11.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:11 trial175 ceph-mon[26103]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:11.889 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.889 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.891 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.937 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.938 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.938 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.987 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:11.988 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:12.138 INFO:teuthology.orchestra.run.trial014.stdout:77309411332 2026-02-19T11:12:12.140 INFO:teuthology.orchestra.run.trial014.stdout:85899345924 2026-02-19T11:12:12.141 INFO:teuthology.orchestra.run.trial014.stdout:90194313219 2026-02-19T11:12:12.176 INFO:teuthology.orchestra.run.trial014.stdout:68719476741 2026-02-19T11:12:12.178 INFO:teuthology.orchestra.run.trial014.stdout:94489280515 2026-02-19T11:12:12.181 INFO:teuthology.orchestra.run.trial014.stdout:77309411332 2026-02-19T11:12:12.187 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345924 got 85899345924 for osd.5 2026-02-19T11:12:12.188 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.188 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411332 for osd.2 2026-02-19T11:12:12.188 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313218 got 90194313219 for osd.6 2026-02-19T11:12:12.194 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.221 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476741 got 68719476741 for osd.1 2026-02-19T11:12:12.221 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.233 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280515 got 94489280515 for osd.7 2026-02-19T11:12:12.233 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.235 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411332 for osd.3 2026-02-19T11:12:12.235 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.236 INFO:teuthology.orchestra.run.trial014.stdout:68719476741 2026-02-19T11:12:12.236 INFO:teuthology.orchestra.run.trial014.stdout:81604378628 2026-02-19T11:12:12.278 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476741 for osd.0 2026-02-19T11:12:12.278 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.280 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378628 got 81604378628 for osd.4 2026-02-19T11:12:12.280 DEBUG:teuthology.parallel:result is None 2026-02-19T11:12:12.280 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-19T11:12:12.280 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T11:12:12.443 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/905938319' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3032611314' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1720974640' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3051073440' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3175812254' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4237946914' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2075997176' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T11:12:12.642 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:12 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3372380515' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-19T11:12:12.650 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:12.650 INFO:teuthology.orchestra.run.trial014.stderr:dumped all 2026-02-19T11:12:12.690 INFO:teuthology.orchestra.run.trial014.stdout:{"pg_ready":true,"pg_map":{"version":34,"stamp":"2026-02-19T11:12:10.938659+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"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":232,"ondisk_log_size":232,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":5871992832,"kb_used":219784,"kb_used_data":3508,"kb_used_omap":50,"kb_used_meta":215501,"kb_avail":5871773048,"statfs":{"total":6012920659968,"available":6012695601152,"internally_reserved":0,"allocated":3592192,"data_stored":2439830,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":51976,"internal_metadata":220673272},"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":[{"pgid":"1.0","version":"23'232","reported_seq":288,"reported_epoch":24,"state":"active+clean","last_fresh":"2026-02-19T11:12:09.698051+0000","last_change":"2026-02-19T11:12:06.886990+0000","last_active":"2026-02-19T11:12:09.698051+0000","last_peered":"2026-02-19T11:12:09.698051+0000","last_clean":"2026-02-19T11:12:09.698051+0000","last_became_active":"2026-02-19T11:12:06.886395+0000","last_became_peered":"2026-02-19T11:12:06.886395+0000","last_unstale":"2026-02-19T11:12:09.698051+0000","last_undegraded":"2026-02-19T11:12:09.698051+0000","last_fullsized":"2026-02-19T11:12:09.698051+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-19T11:12:03.308610+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T11:12:03.308610+0000","last_clean_scrub_stamp":"2026-02-19T11:12:03.308610+0000","objects_scrubbed":0,"log_size":232,"log_dups_size":0,"ondisk_log_size":232,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-20T19:47:31.459175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":232,"ondisk_log_size":232,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":22,"seq":94489280515,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27176,"kb_used_data":212,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733971928,"statfs":{"total":751615082496,"available":751587254272,"internally_reserved":0,"allocated":217088,"data_stored":79039,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4860,"internal_metadata":27585796},"hb_peers":[0,1,2,3,4,5,6],"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":6,"up_from":21,"seq":90194313219,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27956,"kb_used_data":804,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971148,"statfs":{"total":751615082496,"available":751586455552,"internally_reserved":0,"allocated":823296,"data_stored":675476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5518,"internal_metadata":27585138},"hb_peers":[0,1,2,3,4,5,7],"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":5,"up_from":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27956,"kb_used_data":804,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971148,"statfs":{"total":751615082496,"available":751586455552,"internally_reserved":0,"allocated":823296,"data_stored":675476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5525,"internal_metadata":27585131},"hb_peers":[0,1,2,3,4,6,7],"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":4,"up_from":19,"seq":81604378628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,5],"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":3,"up_from":18,"seq":77309411332,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8123,"internal_metadata":27582533},"hb_peers":[0,1,2,4,5,6,7],"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":2,"up_from":18,"seq":77309411332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27944,"kb_used_data":792,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733971160,"statfs":{"total":751615082496,"available":751586467840,"internally_reserved":0,"allocated":811008,"data_stored":669407,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4875,"internal_metadata":27585781},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":16,"seq":68719476741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,2,3,4,5,6],"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":16,"seq":68719476741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-19T11:12:12.692 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T11:12:12.807 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/905938319' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3032611314' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1720974640' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3051073440' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3175812254' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4237946914' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-19T11:12:12.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2075997176' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T11:12:12.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:12 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3372380515' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-19T11:12:13.023 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:13.024 INFO:teuthology.orchestra.run.trial014.stderr:dumped all 2026-02-19T11:12:13.075 INFO:teuthology.orchestra.run.trial014.stdout:{"pg_ready":true,"pg_map":{"version":35,"stamp":"2026-02-19T11:12:12.938941+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"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":232,"ondisk_log_size":232,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":5871992832,"kb_used":219808,"kb_used_data":3532,"kb_used_omap":51,"kb_used_meta":215500,"kb_avail":5871773024,"statfs":{"total":6012920659968,"available":6012695576576,"internally_reserved":0,"allocated":3616768,"data_stored":2451968,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52630,"internal_metadata":220672618},"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":"2.000281"},"pg_stats":[{"pgid":"1.0","version":"23'232","reported_seq":288,"reported_epoch":24,"state":"active+clean","last_fresh":"2026-02-19T11:12:09.698051+0000","last_change":"2026-02-19T11:12:06.886990+0000","last_active":"2026-02-19T11:12:09.698051+0000","last_peered":"2026-02-19T11:12:09.698051+0000","last_clean":"2026-02-19T11:12:09.698051+0000","last_became_active":"2026-02-19T11:12:06.886395+0000","last_became_peered":"2026-02-19T11:12:06.886395+0000","last_unstale":"2026-02-19T11:12:09.698051+0000","last_undegraded":"2026-02-19T11:12:09.698051+0000","last_fullsized":"2026-02-19T11:12:09.698051+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-19T11:12:03.308610+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T11:12:03.308610+0000","last_clean_scrub_stamp":"2026-02-19T11:12:03.308610+0000","objects_scrubbed":0,"log_size":232,"log_dups_size":0,"ondisk_log_size":232,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-20T19:47:31.459175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":146,"num_read_kb":127,"num_write":277,"num_write_kb":5804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":232,"ondisk_log_size":232,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":22,"seq":94489280516,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5514,"internal_metadata":27585142},"hb_peers":[0,1,2,3,4,5,6],"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":6,"up_from":21,"seq":90194313219,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27956,"kb_used_data":804,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971148,"statfs":{"total":751615082496,"available":751586455552,"internally_reserved":0,"allocated":823296,"data_stored":675476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5518,"internal_metadata":27585138},"hb_peers":[0,1,2,3,4,5,7],"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":5,"up_from":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27956,"kb_used_data":804,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971148,"statfs":{"total":751615082496,"available":751586455552,"internally_reserved":0,"allocated":823296,"data_stored":675476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5525,"internal_metadata":27585131},"hb_peers":[0,1,2,3,4,6,7],"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":4,"up_from":19,"seq":81604378628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,5],"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":3,"up_from":18,"seq":77309411333,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8123,"internal_metadata":27582533},"hb_peers":[0,1,2,4,5,6,7],"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":2,"up_from":18,"seq":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27956,"kb_used_data":804,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733971148,"statfs":{"total":751615082496,"available":751586455552,"internally_reserved":0,"allocated":823296,"data_stored":675476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4875,"internal_metadata":27585781},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":16,"seq":68719476742,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,2,3,4,5,6,7],"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":16,"seq":68719476741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27188,"kb_used_data":224,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971916,"statfs":{"total":751615082496,"available":751587241984,"internally_reserved":0,"allocated":229376,"data_stored":85108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-19T11:12:13.076 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-19T11:12:13.076 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-19T11:12:13.076 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-19T11:12:13.076 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph health --format=json 2026-02-19T11:12:13.193 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:13.429 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:13.429 INFO:teuthology.orchestra.run.trial014.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-19T11:12:13.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:13 trial014 ceph-mon[17956]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:13.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:13 trial014 ceph-mon[17956]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:13.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:13 trial014 ceph-mon[17956]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:13.466 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-19T11:12:13.467 INFO:tasks.cephadm:Setup complete, yielding 2026-02-19T11:12:13.467 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T11:12:13.483 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:12:13.483 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch status' 2026-02-19T11:12:13.603 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:13.819 INFO:teuthology.orchestra.run.trial014.stdout:Backend: cephadm 2026-02-19T11:12:13.819 INFO:teuthology.orchestra.run.trial014.stdout:Available: Yes 2026-02-19T11:12:13.820 INFO:teuthology.orchestra.run.trial014.stdout:Paused: No 2026-02-19T11:12:13.857 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch ps' 2026-02-19T11:12:13.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:13 trial175 ceph-mon[26103]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:13.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:13 trial175 ceph-mon[26103]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:13.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:13 trial175 ceph-mon[26103]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:13.973 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:14.197 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:12:14.197 INFO:teuthology.orchestra.run.trial014.stdout:alertmanager.trial014 trial014 *:9093,9094 running (31s) 9s ago 61s 25.5M - 0.28.1 91c01b3cec9b 06bf6c9310c4 2026-02-19T11:12:14.197 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter.trial014 trial014 *:9926 running (66s) 9s ago 66s 8460k - 20.3.0-5314-g941b42ca 27cd8cc050fe d514ef248b99 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter.trial175 trial175 *:9926 running (43s) 9s ago 43s 8510k - 20.3.0-5314-g941b42ca 27cd8cc050fe 5f1292b32b8b 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:crash.trial014 trial014 running (65s) 9s ago 65s 7608k - 20.3.0-5314-g941b42ca 27cd8cc050fe 421a76bac36b 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:crash.trial175 trial175 running (42s) 9s ago 42s 7612k - 20.3.0-5314-g941b42ca 27cd8cc050fe 5675e629648d 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:grafana.trial014 trial014 *:3000 running (30s) 9s ago 56s 122M - 12.3.1 5cdab57891ea 22af93e3a3aa 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:mgr.trial014.gxdnjn trial014 *:9283,8765,8443 running (92s) 9s ago 92s 552M - 20.3.0-5314-g941b42ca 27cd8cc050fe f67b553057e1 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:mgr.trial175.afsxxx trial175 *:8443,9283,8765 running (40s) 9s ago 39s 492M - 20.3.0-5314-g941b42ca 27cd8cc050fe 21924c18686b 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:mon.trial014 trial014 running (93s) 9s ago 94s 50.8M 2048M 20.3.0-5314-g941b42ca 27cd8cc050fe 14e5f94eb513 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:mon.trial175 trial175 running (39s) 9s ago 39s 44.9M 2048M 20.3.0-5314-g941b42ca 27cd8cc050fe b68baa37e97b 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter.trial014 trial014 *:9100 running (64s) 9s ago 64s 11.3M - 1.9.1 255ec253085f 895ef1bfb3d6 2026-02-19T11:12:14.198 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter.trial175 trial175 *:9100 running (40s) 9s ago 40s 11.0M - 1.9.1 255ec253085f a22ed83a27f2 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.0 trial175 running (17s) 9s ago 17s 31.2M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 5b5ceaa4db50 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.1 trial014 running (16s) 9s ago 16s 31.8M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 24c03f3527b3 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.2 trial175 running (15s) 9s ago 15s 31.3M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 3e3bc68493d1 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.3 trial014 running (15s) 9s ago 15s 31.2M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 75c7c5df8482 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.4 trial175 running (13s) 9s ago 13s 31.8M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe d2e9c4677441 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.5 trial014 running (13s) 9s ago 13s 30.2M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 043156eddb45 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.6 trial175 running (12s) 9s ago 12s 26.8M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 3a0d10064c56 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:osd.7 trial014 running (11s) 9s ago 11s 27.3M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 411cf39327ad 2026-02-19T11:12:14.199 INFO:teuthology.orchestra.run.trial014.stdout:prometheus.trial014 trial014 *:9095 running (30s) 9s ago 51s 36.2M - 3.6.0 4fcecf061b74 c55ea9ca3db3 2026-02-19T11:12:14.236 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch ls' 2026-02-19T11:12:14.355 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:14.568 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:14 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2294238611' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T11:12:14.568 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:14 trial014 ceph-mon[17956]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:14.568 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:14 trial014 ceph-mon[17956]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:14.568 INFO:teuthology.orchestra.run.trial014.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:alertmanager ?:9093,9094 1/1 9s ago 77s count:1 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter ?:9926 2/2 10s ago 78s * 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:crash 2/2 10s ago 79s * 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:grafana ?:3000 1/1 9s ago 78s count:1 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:mgr 2/2 10s ago 79s count:2 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:mon 2/2 10s ago 64s trial014:10.20.193.14=trial014;trial175:10.20.193.175=trial175;count:2 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter ?:9100 2/2 10s ago 78s * 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:osd.all-available-devices 8 10s ago 30s * 2026-02-19T11:12:14.569 INFO:teuthology.orchestra.run.trial014.stdout:prometheus ?:9095 1/1 9s ago 78s count:1 2026-02-19T11:12:14.605 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch host ls' 2026-02-19T11:12:14.720 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:14.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:14 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2294238611' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T11:12:14.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:14 trial175 ceph-mon[26103]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:14.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:14 trial175 ceph-mon[26103]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:14.936 INFO:teuthology.orchestra.run.trial014.stdout:HOST ADDR LABELS STATUS 2026-02-19T11:12:14.936 INFO:teuthology.orchestra.run.trial014.stdout:trial014 10.20.193.14 2026-02-19T11:12:14.937 INFO:teuthology.orchestra.run.trial014.stdout:trial175 10.20.193.175 2026-02-19T11:12:14.937 INFO:teuthology.orchestra.run.trial014.stdout:2 hosts in cluster 2026-02-19T11:12:14.974 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch device ls' 2026-02-19T11:12:15.090 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:15.310 INFO:teuthology.orchestra.run.trial014.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47B1C 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B00421 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme3n1 ssd Linux_095b960f40af0dee665e 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme4n1 ssd Linux_6ba0649cbb0ba8b0faff 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme5n1 ssd Linux_a14506533c19cf05fa83 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme6n1 ssd Linux_6e9e7148646b9127a78f 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB58C7 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB5892 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme3n1 ssd Linux_1d835e3d934b4e43fc9f 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme4n1 ssd Linux_ec07c221a193f72b4976 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme5n1 ssd Linux_bda1ec47db12ed555119 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.311 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme6n1 ssd Linux_861d707d02fb4b0a4679 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.348 INFO:teuthology.run_tasks:Running task vip... 2026-02-19T11:12:15.363 INFO:tasks.vip:Allocating static IPs for each host... 2026-02-19T11:12:15.363 INFO:tasks.vip:peername 10.20.193.14 2026-02-19T11:12:15.401 INFO:tasks.vip:10.20.193.14 in 10.20.192.0/20, pos 269 2026-02-19T11:12:15.404 INFO:tasks.vip:trial014.front.sepia.ceph.com static 192.168.1.14, vnet 192.168.0.0/16 2026-02-19T11:12:15.404 INFO:tasks.vip:VIPs are [IPv4Address('192.168.17.14')] 2026-02-19T11:12:15.404 DEBUG:teuthology.orchestra.run.trial014:> sudo ip route ls 2026-02-19T11:12:15.429 INFO:teuthology.orchestra.run.trial014.stdout:default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.14 metric 102 2026-02-19T11:12:15.429 INFO:teuthology.orchestra.run.trial014.stdout:10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.14 metric 102 2026-02-19T11:12:15.429 INFO:teuthology.orchestra.run.trial014.stdout:169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-19T11:12:15.430 INFO:tasks.vip:Configuring 192.168.1.14 on trial014.front.sepia.ceph.com iface enp1s0f0... 2026-02-19T11:12:15.430 DEBUG:teuthology.orchestra.run.trial014:> sudo ip addr add 192.168.1.14/16 dev enp1s0f0 2026-02-19T11:12:15.495 INFO:tasks.vip:peername 10.20.193.175 2026-02-19T11:12:15.497 INFO:tasks.vip:10.20.193.175 in 10.20.192.0/20, pos 430 2026-02-19T11:12:15.502 INFO:tasks.vip:trial175.front.sepia.ceph.com static 192.168.1.175, vnet 192.168.0.0/16 2026-02-19T11:12:15.502 DEBUG:teuthology.orchestra.run.trial175:> sudo ip route ls 2026-02-19T11:12:15.527 INFO:teuthology.orchestra.run.trial175.stdout:default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.175 metric 102 2026-02-19T11:12:15.527 INFO:teuthology.orchestra.run.trial175.stdout:10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.175 metric 102 2026-02-19T11:12:15.528 INFO:teuthology.orchestra.run.trial175.stdout:169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-19T11:12:15.529 INFO:tasks.vip:Configuring 192.168.1.175 on trial175.front.sepia.ceph.com iface enp1s0f0... 2026-02-19T11:12:15.529 DEBUG:teuthology.orchestra.run.trial175:> sudo ip addr add 192.168.1.175/16 dev enp1s0f0 2026-02-19T11:12:15.595 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T11:12:15.610 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:12:15.610 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch device ls --refresh' 2026-02-19T11:12:15.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:15 trial014 ceph-mon[17956]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:15.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:15 trial014 ceph-mon[17956]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:15.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:15 trial014 ceph-mon[17956]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:15.727 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:15.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:15 trial175 ceph-mon[26103]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:15.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:15 trial175 ceph-mon[26103]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:15.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:15 trial175 ceph-mon[26103]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:15.945 INFO:teuthology.orchestra.run.trial014.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-19T11:12:15.945 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47B1C 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.945 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B00421 1788G No 9s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme3n1 ssd Linux_095b960f40af0dee665e 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme4n1 ssd Linux_6ba0649cbb0ba8b0faff 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme5n1 ssd Linux_a14506533c19cf05fa83 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme6n1 ssd Linux_6e9e7148646b9127a78f 700G No 9s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB58C7 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB5892 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme3n1 ssd Linux_1d835e3d934b4e43fc9f 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme4n1 ssd Linux_ec07c221a193f72b4976 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.946 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme5n1 ssd Linux_bda1ec47db12ed555119 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.947 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme6n1 ssd Linux_861d707d02fb4b0a4679 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:12:15.984 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-19T11:12:16.004 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: 192.168.17.14/16 2026-02-19T11:12:16.004 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch apply -i - 2026-02-19T11:12:16.124 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:16.361 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled rgw.foo update... 2026-02-19T11:12:16.361 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled ingress.rgw.foo update... 2026-02-19T11:12:16.403 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-19T11:12:16.419 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2026-02-19T11:12:16.419 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:16.538 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:16.612 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:16 trial014 ceph-mon[17956]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:16.612 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:16 trial014 ceph-mon[17956]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:16.612 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:16.612 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:16.612 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:16.782 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:16.782 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:04.686189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:04.686107Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:04.686136Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:04.686228Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:04.686075Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:04.686024Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:04.686163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:04.686286Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:04.686257Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.355958Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:16.352736Z", "ports": [8000], "running": 0, "size": 4}}] 2026-02-19T11:12:16.823 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:16.857 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:16 trial175 ceph-mon[26103]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:16.857 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:16 trial175 ceph-mon[26103]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:16.857 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:16.857 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:16.857 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.824 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: Saving service rgw.foo spec with placement count:4;* 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: Saving service ingress.rgw.foo spec with placement count:2 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.849 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.850 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:17.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: Saving service rgw.foo spec with placement count:4;* 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: Saving service ingress.rgw.foo spec with placement count:2 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:17.941 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:18.179 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:18.180 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.355958Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:16.352736Z", "ports": [8000], "running": 0, "size": 4}}] 2026-02-19T11:12:18.221 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.rvtztd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.rvtztd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:19 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:19.223 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:19.343 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:19.366 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.rvtztd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:19.367 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.rvtztd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:19.368 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:19.368 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:19 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:19.572 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:19.573 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:19.291782Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:16.352736Z", "ports": [8000], "running": 0, "size": 4}}] 2026-02-19T11:12:19.716 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:20.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: Deploying daemon rgw.foo.trial175.rvtztd on trial175 2026-02-19T11:12:20.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.dzouum", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.dzouum", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.215 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.louvse", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:20.215 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.louvse", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:20.215 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.215 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:20.287 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: Deploying daemon rgw.foo.trial175.rvtztd on trial175 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.dzouum", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.dzouum", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:20.288 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.louvse", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial175.louvse", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:20.289 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:20.718 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:20.841 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:21.093 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:21.094 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:20.733393Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:16.352736Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:21.168 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:21.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: Deploying daemon rgw.foo.trial014.dzouum on trial014 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: Deploying daemon rgw.foo.trial175.louvse on trial175 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: osdmap e25: 8 total, 8 up, 8 in 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2143101095' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3707235520' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.xucccm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:21.317 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.xucccm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:21.317 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.317 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:21 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:21.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: Deploying daemon rgw.foo.trial014.dzouum on trial014 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: Deploying daemon rgw.foo.trial175.louvse on trial175 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: osdmap e25: 8 total, 8 up, 8 in 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2143101095' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3707235520' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"} : dispatch 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.xucccm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-19T11:12:21.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.trial014.xucccm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-19T11:12:21.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:21.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:21 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:22.169 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:22.290 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:22.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: Deploying daemon rgw.foo.trial014.xucccm on trial014 2026-02-19T11:12:22.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: pgmap v40: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:22.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2143101095' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2026-02-19T11:12:22.314 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: osdmap e26: 8 total, 8 up, 8 in 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.315 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: osdmap e27: 8 total, 8 up, 8 in 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.316 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:22 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: Deploying daemon rgw.foo.trial014.xucccm on trial014 2026-02-19T11:12:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: pgmap v40: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:12:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2143101095' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2026-02-19T11:12:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: osdmap e26: 8 total, 8 up, 8 in 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:22.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: osdmap e27: 8 total, 8 up, 8 in 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:22 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"} : dispatch 2026-02-19T11:12:22.514 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:22.515 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:22.550 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: Saving service rgw.foo spec with placement count:4;* 2026-02-19T11:12:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: Deploying daemon haproxy.rgw.foo.trial175.kopxuk on trial175 2026-02-19T11:12:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:23 trial175 ceph-mon[26103]: osdmap e28: 8 total, 8 up, 8 in 2026-02-19T11:12:23.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: Saving service rgw.foo spec with placement count:4;* 2026-02-19T11:12:23.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: Deploying daemon haproxy.rgw.foo.trial175.kopxuk on trial175 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2026-02-19T11:12:23.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:23 trial014 ceph-mon[17956]: osdmap e28: 8 total, 8 up, 8 in 2026-02-19T11:12:23.551 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:23.672 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:23.888 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:23.888 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:23.926 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:24.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:24.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: pgmap v43: 65 pgs: 21 creating+peering, 15 active+clean, 29 unknown; 578 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 2.7 KiB/s rd, 853 B/s wr, 2 op/s 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: osdmap e29: 8 total, 8 up, 8 in 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:24 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:24.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: pgmap v43: 65 pgs: 21 creating+peering, 15 active+clean, 29 unknown; 578 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 2.7 KiB/s rd, 853 B/s wr, 2 op/s 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: osdmap e29: 8 total, 8 up, 8 in 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:24 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"} : dispatch 2026-02-19T11:12:24.928 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:25.048 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:25.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:25.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:25 trial014 ceph-mon[17956]: osdmap e30: 8 total, 8 up, 8 in 2026-02-19T11:12:25.274 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:25.274 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:25.312 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:25.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:25.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2026-02-19T11:12:25.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:25 trial175 ceph-mon[26103]: osdmap e30: 8 total, 8 up, 8 in 2026-02-19T11:12:26.309 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: pgmap v46: 97 pgs: 27 creating+peering, 29 active+clean, 41 unknown; 578 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail; 4.0 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2026-02-19T11:12:26.309 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:26.309 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.309 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: osdmap e31: 8 total, 8 up, 8 in 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.310 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:26 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.313 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:26.335 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: pgmap v46: 97 pgs: 27 creating+peering, 29 active+clean, 41 unknown; 578 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail; 4.0 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: osdmap e31: 8 total, 8 up, 8 in 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:26 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"} : dispatch 2026-02-19T11:12:26.430 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:26.648 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:26.648 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:16.357588Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:26.686 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:27.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:27.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: osdmap e32: 8 total, 8 up, 8 in 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:27.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2026-02-19T11:12:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: osdmap e32: 8 total, 8 up, 8 in 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3820887336' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.175:0/3129058659' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd={"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"} : dispatch 2026-02-19T11:12:27.688 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:27.808 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:28.028 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:28.028 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:26.723831Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:28.067 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: Deploying daemon haproxy.rgw.foo.trial014.yjqbnj on trial014 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: pgmap v49: 129 pgs: 23 creating+peering, 66 active+clean, 40 unknown; 578 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 7.7 KiB/s rd, 2.2 KiB/s wr, 14 op/s 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:28 trial175 ceph-mon[26103]: osdmap e33: 8 total, 8 up, 8 in 2026-02-19T11:12:28.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:28.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: Deploying daemon haproxy.rgw.foo.trial014.yjqbnj on trial014 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: pgmap v49: 129 pgs: 23 creating+peering, 66 active+clean, 40 unknown; 578 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 7.7 KiB/s rd, 2.2 KiB/s wr, 14 op/s 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.louvse' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='client.? ' entity='client.rgw.foo.trial175.rvtztd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2122920423' entity='client.rgw.foo.trial014.dzouum' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2860896834' entity='client.rgw.foo.trial014.xucccm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2026-02-19T11:12:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:28 trial014 ceph-mon[17956]: osdmap e33: 8 total, 8 up, 8 in 2026-02-19T11:12:29.068 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:29.286 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:29.385 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:29 trial014 ceph-mon[17956]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:29.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:29 trial175 ceph-mon[26103]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:29.592 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:29.593 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:26.723831Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:29.631 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:30.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: pgmap v52: 129 pgs: 13 creating+peering, 107 active+clean, 9 unknown; 580 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 106 KiB/s rd, 5.2 KiB/s wr, 202 op/s 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:30 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: pgmap v52: 129 pgs: 13 creating+peering, 107 active+clean, 9 unknown; 580 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 106 KiB/s rd, 5.2 KiB/s wr, 202 op/s 2026-02-19T11:12:30.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:30 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:30.633 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:30.749 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:30.986 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:30.987 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:29.929397Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:31.036 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:31.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:31.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:31.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: Deploying daemon keepalived.rgw.foo.trial014.wpryzo on trial014 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:31 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:31.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:31.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:31.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:31.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:31.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: Deploying daemon keepalived.rgw.foo.trial014.wpryzo on trial014 2026-02-19T11:12:31.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:31.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:31 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:32.038 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:32.158 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:32.377 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:32.377 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:29.929397Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:32.377 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:32 trial014 ceph-mon[17956]: pgmap v53: 129 pgs: 7 creating+peering, 122 active+clean; 581 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 175 KiB/s rd, 5.2 KiB/s wr, 335 op/s 2026-02-19T11:12:32.377 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:32 trial014 ceph-mon[17956]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:32.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:32 trial175 ceph-mon[26103]: pgmap v53: 129 pgs: 7 creating+peering, 122 active+clean; 581 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 175 KiB/s rd, 5.2 KiB/s wr, 335 op/s 2026-02-19T11:12:32.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:32 trial175 ceph-mon[26103]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:32.414 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:33.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:33 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:33 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:33 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:33 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.416 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:33.439 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:33 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.439 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:33 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.440 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:33 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.440 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:33 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:33.532 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:33.744 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:33.745 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:29.929397Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:33.780 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: pgmap v54: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 343 KiB/s rd, 9.4 KiB/s wr, 667 op/s 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: pgmap v54: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 343 KiB/s rd, 9.4 KiB/s wr, 667 op/s 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:34.781 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:34.909 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:35.137 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:35.137 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:29.929397Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:35.174 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:35.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:35 trial175 ceph-mon[26103]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:35.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:35 trial014 ceph-mon[17956]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:36.175 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:36.292 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: pgmap v55: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 295 KiB/s rd, 8.0 KiB/s wr, 574 op/s 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.333 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:36 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: pgmap v55: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 295 KiB/s rd, 8.0 KiB/s wr, 574 op/s 2026-02-19T11:12:36.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:36.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:36 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:36.506 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:36.506 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:29.929397Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:36.543 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:37.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:37 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:37 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:37 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:37 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.446 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:37 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.446 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:37 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.446 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:37 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.446 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:37 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:37.544 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:37.669 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:37.893 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:37.893 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:37.751053Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:37.929 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: pgmap v56: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 238 KiB/s rd, 6.5 KiB/s wr, 463 op/s 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:38 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: pgmap v56: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 238 KiB/s rd, 6.5 KiB/s wr, 463 op/s 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:38 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:38.931 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:39.049 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: Deploying daemon keepalived.rgw.foo.trial175.drqdso on trial175 2026-02-19T11:12:39.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:39 trial014 ceph-mon[17956]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:39.274 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:39.274 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:37.751053Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:39.311 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial175 interface enp1s0f0 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: 192.168.17.14 is in 192.168.0.0/16 on trial014 interface enp1s0f0 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: Deploying daemon keepalived.rgw.foo.trial175.drqdso on trial175 2026-02-19T11:12:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:39 trial175 ceph-mon[26103]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:40.312 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:40.335 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: pgmap v57: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 216 KiB/s rd, 5.9 KiB/s wr, 421 op/s 2026-02-19T11:12:40.335 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.335 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.336 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:40 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: pgmap v57: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 216 KiB/s rd, 5.9 KiB/s wr, 421 op/s 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:40 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:40.430 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:40.656 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:40.656 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:37.751053Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:40.692 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:41.243 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:41 trial175 ceph-mon[26103]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:41.244 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.244 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.244 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.244 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.343 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:41 trial014 ceph-mon[17956]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:41.343 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.343 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.343 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.343 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:41.693 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:41.812 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:42.043 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:42.044 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:16.910136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:16.547108Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:16.547174Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:16.910181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:41.377285Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:16.547259Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:16.547300Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:16.547218Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:16.547338Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:16.910217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "ports": [8000, 8001], "running": 0, "size": 4}}] 2026-02-19T11:12:42.087 INFO:tasks.cephadm:rgw.foo has 0/4 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: pgmap v58: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 164 KiB/s rd, 4.3 KiB/s wr, 320 op/s 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.122 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.123 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.123 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: pgmap v58: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 164 KiB/s rd, 4.3 KiB/s wr, 320 op/s 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:42.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:42.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:42.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:43.088 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:43.212 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:43.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:43.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:43.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.337 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.338 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:43 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:43.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:43.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:43.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:43 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:43.455 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:43.455 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:42.612284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:42.236150Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:42.236224Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:42.612340Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:41.377285Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "last_refresh": "2026-02-19T11:12:42.236595Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:42.236310Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:42.236345Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:42.236271Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:42.236380Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "last_refresh": "2026-02-19T11:12:42.612387Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "last_refresh": "2026-02-19T11:12:42.236510Z", "ports": [8000, 8001], "running": 4, "size": 4}}] 2026-02-19T11:12:43.502 INFO:tasks.cephadm:rgw.foo has 4/4 2026-02-19T11:12:43.502 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-19T11:12:43.516 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2026-02-19T11:12:43.516 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T11:12:43.635 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:43.873 INFO:teuthology.orchestra.run.trial014.stdout: 2026-02-19T11:12:43.874 INFO:teuthology.orchestra.run.trial014.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.749951Z", "last_refresh": "2026-02-19T11:12:42.612284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:11:30.973055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"certificate_source": "cephadm-signed", "prio_limit": 5, "ssl": true, "stats_period": 5}, "status": {"created": "2026-02-19T11:10:55.759814Z", "last_refresh": "2026-02-19T11:12:42.236150Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:31.628049Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-19T11:10:55.516590Z", "last_refresh": "2026-02-19T11:12:42.236224Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.273662Z", "last_refresh": "2026-02-19T11:12:42.612340Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T11:12:41.377285Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_cert_source": "reuse_service_cert", "monitor_port": 9001, "virtual_ip": "192.168.17.14/16"}, "status": {"created": "2026-02-19T11:12:16.356101Z", "last_refresh": "2026-02-19T11:12:42.236595Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "192.168.17.14/16"}}, {"events": ["2026-02-19T11:11:34.245696Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T11:10:55.255232Z", "last_refresh": "2026-02-19T11:12:42.236310Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:35.037548Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial014:10.20.193.14=trial014", "trial175:10.20.193.175=trial175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T11:11:09.670886Z", "last_refresh": "2026-02-19T11:12:42.236345Z", "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:33.549397Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.518444Z", "last_refresh": "2026-02-19T11:12:42.236271Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-19T11:11:44.076404Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T11:11:44.073689Z", "last_refresh": "2026-02-19T11:12:42.236380Z", "running": 8, "size": 8}}, {"events": ["2026-02-19T11:11:40.047165Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T11:10:56.013258Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2026-02-19T11:12:21.491076Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_exit_timeout_secs": 120, "rgw_frontend_port": 8000}, "status": {"created": "2026-02-19T11:12:21.483376Z", "last_refresh": "2026-02-19T11:12:42.236510Z", "ports": [8000, 8001], "running": 4, "size": 4}}] 2026-02-19T11:12:43.914 INFO:tasks.cephadm:ingress.rgw.foo has 4/4 2026-02-19T11:12:43.914 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T11:12:43.937 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'echo "Check while healthy..." 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> curl http://192.168.17.14:9000/ 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> # stop each rgw in turn 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> echo "Check with each rgw stopped in turn..." 2026-02-19T11:12:43.938 DEBUG:teuthology.orchestra.run.trial014:> for rgw in `ceph orch ps | grep ^rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> ceph orch daemon stop $rgw 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! ceph orch ps | grep $rgw | grep stopped; do echo '"'"'Waiting for $rgw to stop'"'"'; ceph orch ps --daemon-type rgw; ceph health detail; sleep 5 ; done" 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! curl http://192.168.17.14:9000/ ; do echo '"'"'Waiting for http://192.168.17.14:9000/ to be available'"'"'; sleep 1 ; done" 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> ceph orch daemon start $rgw 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! ceph orch ps | grep $rgw | grep running; do echo '"'"'Waiting for $rgw to start'"'"'; ceph orch ps --daemon-type rgw; ceph health detail; sleep 5 ; done" 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> done 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> # stop each haproxy in turn 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> echo "Check with each haproxy down in turn..." 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> ceph orch daemon stop $haproxy 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! ceph orch ps | grep $haproxy | grep stopped; do echo '"'"'Waiting for $haproxy to stop'"'"'; ceph orch ps --daemon-type haproxy; ceph health detail; sleep 5 ; done" 2026-02-19T11:12:43.939 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! curl http://192.168.17.14:9000/ ; do echo '"'"'Waiting for http://192.168.17.14:9000/ to be available'"'"'; sleep 1 ; done" 2026-02-19T11:12:43.940 DEBUG:teuthology.orchestra.run.trial014:> ceph orch daemon start $haproxy 2026-02-19T11:12:43.940 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! ceph orch ps | grep $haproxy | grep running; do echo '"'"'Waiting for $haproxy to start'"'"'; ceph orch ps --daemon-type haproxy; ceph health detail; sleep 5 ; done" 2026-02-19T11:12:43.940 DEBUG:teuthology.orchestra.run.trial014:> done 2026-02-19T11:12:43.940 DEBUG:teuthology.orchestra.run.trial014:> 2026-02-19T11:12:43.940 DEBUG:teuthology.orchestra.run.trial014:> timeout 300 bash -c "while ! curl http://192.168.17.14:9000/ ; do echo '"'"'Waiting for http://192.168.17.14:9000/ to be available'"'"'; sleep 1 ; done"' 2026-02-19T11:12:44.058 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:12:44.129 INFO:teuthology.orchestra.run.trial014.stdout:Check while healthy... 2026-02-19T11:12:44.133 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:12:44.133 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:12:44.134 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:12:44.134 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: Checking dashboard <-> RGW credentials 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: pgmap v59: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 113 KiB/s rd, 3.5 KiB/s wr, 222 op/s 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: Reconfiguring prometheus.trial014 deps ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] -> ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:True', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] (diff {'ingress_configured:False', 'ingress_configured:True'}) 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: Reconfiguring daemon prometheus.trial014 on trial014 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.135 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.136 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.137 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:44.137 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.137 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.137 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.137 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:44 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.137 INFO:teuthology.orchestra.run.trial014.stdout:anonymousCheck with each rgw stopped in turn... 2026-02-19T11:12:44.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: Checking dashboard <-> RGW credentials 2026-02-19T11:12:44.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: pgmap v59: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 113 KiB/s rd, 3.5 KiB/s wr, 222 op/s 2026-02-19T11:12:44.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: Reconfiguring prometheus.trial014 deps ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:False', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] -> ['8765', 'alertmanager_configured:True', 'ceph-exporter_configured:True', 'ingress_configured:True', 'mgmt-gateway_configured:False', 'mgr.trial014.gxdnjn', 'mgr.trial175.afsxxx', 'nfs_configured:False', 'node-exporter_configured:True', 'nvmeof_configured:False', 'oauth2-proxy_configured:False', 'secure_monitoring_stack:False', 'smb_configured:False'] (diff {'ingress_configured:False', 'ingress_configured:True'}) 2026-02-19T11:12:44.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: Reconfiguring daemon prometheus.trial014 on trial014 2026-02-19T11:12:44.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:44 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:12:44.487 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop rgw.foo.trial014.dzouum on host 'trial014' 2026-02-19T11:12:44.679 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial014.dzouum to stop 2026-02-19T11:12:44.842 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:12:44.843 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (24s) 2s ago 24s 103M - 20.3.0-5314-g941b42ca 27cd8cc050fe 8ef45fadc050 2026-02-19T11:12:44.843 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (23s) 2s ago 23s 102M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6b0290b6d885 2026-02-19T11:12:44.843 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (24s) 0s ago 24s 103M - 20.3.0-5314-g941b42ca 27cd8cc050fe dde17cab74dd 2026-02-19T11:12:44.843 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (25s) 0s ago 25s 104M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:12:45.051 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:12:45.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2176221612' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:45.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:45 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:45.428 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2176221612' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:45.429 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:45 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial014.dzouum", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: Schedule stop daemon rgw.foo.trial014.dzouum 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: pgmap v60: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.0 KiB/s rd, 85 B/s wr, 4 op/s 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:46.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: Checking dashboard <-> RGW credentials 2026-02-19T11:12:46.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:46 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial014.dzouum", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: Schedule stop daemon rgw.foo.trial014.dzouum 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: pgmap v60: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.0 KiB/s rd, 85 B/s wr, 4 op/s 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: Checking dashboard <-> RGW credentials 2026-02-19T11:12:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:46.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:46 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:48.363 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: pgmap v61: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 9.7 KiB/s rd, 85 B/s wr, 17 op/s 2026-02-19T11:12:48.363 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.364 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.364 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.364 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.364 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T11:12:48.364 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:48 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: pgmap v61: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 9.7 KiB/s rd, 85 B/s wr, 17 op/s 2026-02-19T11:12:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T11:12:48.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:48 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:49.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T11:12:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:49.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:49.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:49.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:50.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:50 trial014 ceph-mon[17956]: pgmap v62: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 170 B/s wr, 34 op/s 2026-02-19T11:12:50.236 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 stopped 1s ago 30s - - 2026-02-19T11:12:50.241 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:12:50.242 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:12:50.242 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:12:50.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:50 trial175 ceph-mon[26103]: pgmap v62: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 170 B/s wr, 34 op/s 2026-02-19T11:12:50.405 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start rgw.foo.trial014.dzouum on host 'trial014' 2026-02-19T11:12:50.589 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial014.dzouum to start 2026-02-19T11:12:50.756 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:12:50.756 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 stopped 2s ago 30s - - 2026-02-19T11:12:50.756 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (29s) 2s ago 29s 102M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6b0290b6d885 2026-02-19T11:12:50.756 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (30s) 2s ago 30s 104M - 20.3.0-5314-g941b42ca 27cd8cc050fe dde17cab74dd 2026-02-19T11:12:50.756 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (31s) 2s ago 31s 104M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:12:50.961 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:12:51.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial014.dzouum", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: Schedule start daemon rgw.foo.trial014.dzouum 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: pgmap v63: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 341 B/s wr, 34 op/s 2026-02-19T11:12:51.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4257470740' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:51.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:51 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.886 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial014.dzouum", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: Schedule start daemon rgw.foo.trial014.dzouum 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: pgmap v63: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 341 B/s wr, 34 op/s 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4257470740' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:51.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:51 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.853 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:52 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:52.872 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.872 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.872 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:52.873 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:52 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:54.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: pgmap v64: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 39 KiB/s rd, 341 B/s wr, 70 op/s 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: pgmap v64: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 39 KiB/s rd, 341 B/s wr, 70 op/s 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:54.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:56.143 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (4s) 2s ago 36s 98.4M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:12:56.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:55 trial014 ceph-mon[17956]: pgmap v65: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 53 KiB/s rd, 341 B/s wr, 92 op/s 2026-02-19T11:12:56.306 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop rgw.foo.trial014.xucccm on host 'trial014' 2026-02-19T11:12:56.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:55 trial175 ceph-mon[26103]: pgmap v65: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 53 KiB/s rd, 341 B/s wr, 92 op/s 2026-02-19T11:12:56.487 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial014.xucccm to stop 2026-02-19T11:12:56.646 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:12:56.646 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (4s) 3s ago 36s 98.4M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:12:56.646 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (35s) 3s ago 35s 103M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6b0290b6d885 2026-02-19T11:12:56.646 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (35s) 3s ago 35s 104M - 20.3.0-5314-g941b42ca 27cd8cc050fe dde17cab74dd 2026-02-19T11:12:56.647 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (37s) 3s ago 37s 105M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:12:56.851 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:12:57.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:56 trial014 ceph-mon[17956]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:57.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:57.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:57.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:56 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:57.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:56 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1605107597' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:57.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:56 trial175 ceph-mon[26103]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:57.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:56 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:57.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:57.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:57 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:57.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:57 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1605107597' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial014.xucccm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: Schedule stop daemon rgw.foo.trial014.xucccm 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: pgmap v66: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 83 KiB/s rd, 255 B/s wr, 142 op/s 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:58.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:58.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial014.xucccm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: Schedule stop daemon rgw.foo.trial014.xucccm 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: pgmap v66: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 83 KiB/s rd, 255 B/s wr, 142 op/s 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:58.475 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: pgmap v67: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 75 KiB/s rd, 255 B/s wr, 128 op/s 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.358 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:12:59 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: pgmap v67: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 75 KiB/s rd, 255 B/s wr, 128 op/s 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:12:59.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:12:59 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:00.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:01.886 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:01 trial175 ceph-mon[26103]: pgmap v68: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 682 B/s wr, 112 op/s 2026-02-19T11:13:01.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:01 trial014 ceph-mon[17956]: pgmap v68: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 682 B/s wr, 112 op/s 2026-02-19T11:13:02.033 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 stopped 2s ago 40s - - 2026-02-19T11:13:02.039 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:02.040 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:02.040 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:13:02.203 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start rgw.foo.trial014.xucccm on host 'trial014' 2026-02-19T11:13:02.384 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial014.xucccm to start 2026-02-19T11:13:02.547 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:02.547 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (10s) 3s ago 42s 99.9M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:02.547 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 stopped 3s ago 41s - - 2026-02-19T11:13:02.548 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (41s) 3s ago 41s 105M - 20.3.0-5314-g941b42ca 27cd8cc050fe dde17cab74dd 2026-02-19T11:13:02.548 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (43s) 3s ago 43s 105M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:13:02.681 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:02.681 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial014.xucccm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:02.682 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: Schedule start daemon rgw.foo.trial014.xucccm 2026-02-19T11:13:02.682 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:02.682 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:02.682 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:02 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:02.748 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial014.xucccm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: Schedule start daemon rgw.foo.trial014.xucccm 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:02.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:02 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2760685724' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: pgmap v69: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 511 B/s wr, 111 op/s 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:03.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:03.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:03 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:03.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:03.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2760685724' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: pgmap v69: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 511 B/s wr, 111 op/s 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:03.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:03.889 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:03.889 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:03 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:04.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:04.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:04.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:04.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:04.956 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:04 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:05.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:05.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:05.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:05.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:05.137 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:04 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: pgmap v70: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 48 KiB/s rd, 511 B/s wr, 81 op/s 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:06 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: pgmap v70: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 48 KiB/s rd, 511 B/s wr, 81 op/s 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:06.424 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:06 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:07.927 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (4s) 2s ago 46s 97.5M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:08.093 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop rgw.foo.trial175.louvse on host 'trial175' 2026-02-19T11:13:08.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:08 trial014 ceph-mon[17956]: pgmap v71: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 67 KiB/s rd, 511 B/s wr, 112 op/s 2026-02-19T11:13:08.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:08 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:08.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:08 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:08.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:08 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:08.279 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial175.louvse to stop 2026-02-19T11:13:08.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:08 trial175 ceph-mon[26103]: pgmap v71: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 67 KiB/s rd, 511 B/s wr, 112 op/s 2026-02-19T11:13:08.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:08 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:08.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:08 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:08.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:08 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:08.437 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:08.437 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (16s) 3s ago 48s 100M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:08.437 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (4s) 3s ago 46s 97.5M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:08.437 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (47s) 3s ago 47s 105M - 20.3.0-5314-g941b42ca 27cd8cc050fe dde17cab74dd 2026-02-19T11:13:08.437 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (49s) 3s ago 49s 106M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:13:08.643 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:09.158 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:09 trial014 ceph-mon[17956]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:09.158 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:09 trial014 ceph-mon[17956]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial175.louvse", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:09.158 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:09 trial014 ceph-mon[17956]: Schedule stop daemon rgw.foo.trial175.louvse 2026-02-19T11:13:09.158 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:09 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1089383338' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:09.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:09 trial175 ceph-mon[26103]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:09.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:09 trial175 ceph-mon[26103]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial175.louvse", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:09.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:09 trial175 ceph-mon[26103]: Schedule stop daemon rgw.foo.trial175.louvse 2026-02-19T11:13:09.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:09 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1089383338' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:10.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:10.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: pgmap v72: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 511 B/s wr, 111 op/s 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:10 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: pgmap v72: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 511 B/s wr, 111 op/s 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:10.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:10 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:12.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:12 trial014 ceph-mon[17956]: pgmap v73: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 682 B/s wr, 112 op/s 2026-02-19T11:13:12.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:12 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:12.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:12 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:12.340 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:12 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:12.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:12 trial175 ceph-mon[26103]: pgmap v73: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 66 KiB/s rd, 682 B/s wr, 112 op/s 2026-02-19T11:13:12.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:12 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:12.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:12 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:12.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:12 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: osdmap e34: 8 total, 8 up, 8 in 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:13.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:13.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:13 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:13.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:13.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: osdmap e34: 8 total, 8 up, 8 in 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:13.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:13.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:13 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:13.823 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 stopped 1s ago 53s - - 2026-02-19T11:13:13.831 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:13.831 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:13.831 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:13:13.996 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start rgw.foo.trial175.louvse on host 'trial175' 2026-02-19T11:13:14.177 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial175.louvse to start 2026-02-19T11:13:14.339 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:14.340 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (22s) 1s ago 54s 100M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:14.340 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (10s) 1s ago 52s 99.1M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:14.340 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 stopped 2s ago 53s - - 2026-02-19T11:13:14.340 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (55s) 2s ago 55s 106M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:13:14.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:14 trial175 ceph-mon[26103]: pgmap v75: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 79 KiB/s rd, 204 B/s wr, 133 op/s 2026-02-19T11:13:14.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:14 trial175 ceph-mon[26103]: osdmap e35: 8 total, 8 up, 8 in 2026-02-19T11:13:14.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:14 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:14.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:14 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:14.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:14 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:14.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:14 trial014 ceph-mon[17956]: pgmap v75: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 79 KiB/s rd, 204 B/s wr, 133 op/s 2026-02-19T11:13:14.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:14 trial014 ceph-mon[17956]: osdmap e35: 8 total, 8 up, 8 in 2026-02-19T11:13:14.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:14 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:14.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:14 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:14.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:14 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:14.544 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:15.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:15 trial175 ceph-mon[26103]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:15 trial175 ceph-mon[26103]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial175.louvse", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:15 trial175 ceph-mon[26103]: Schedule start daemon rgw.foo.trial175.louvse 2026-02-19T11:13:15.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:15 trial175 ceph-mon[26103]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:15 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/819617607' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:15.434 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:15 trial014 ceph-mon[17956]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.434 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:15 trial014 ceph-mon[17956]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial175.louvse", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.434 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:15 trial014 ceph-mon[17956]: Schedule start daemon rgw.foo.trial175.louvse 2026-02-19T11:13:15.434 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:15 trial014 ceph-mon[17956]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:15.434 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:15 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/819617607' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: pgmap v77: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 47 KiB/s rd, 255 B/s wr, 79 op/s 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.421 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:16.422 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.422 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.422 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:16 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: pgmap v77: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 47 KiB/s rd, 255 B/s wr, 79 op/s 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:16.469 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:16 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:17.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:17.888 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:17 trial175 ceph-mon[26103]: pgmap v78: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 26 KiB/s rd, 255 B/s wr, 42 op/s 2026-02-19T11:13:17.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:17.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:17.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:17.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:17.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:17 trial014 ceph-mon[17956]: pgmap v78: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 26 KiB/s rd, 255 B/s wr, 42 op/s 2026-02-19T11:13:19.724 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (4s) 3s ago 59s 98.5M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6ead3ac9c0d4 2026-02-19T11:13:19.895 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop rgw.foo.trial175.rvtztd on host 'trial175' 2026-02-19T11:13:20.075 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial175.rvtztd to stop 2026-02-19T11:13:20.236 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:20.236 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (28s) 3s ago 60s 101M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:20.236 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (16s) 3s ago 58s 99.6M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:20.236 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (4s) 3s ago 59s 98.5M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6ead3ac9c0d4 2026-02-19T11:13:20.236 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (61s) 3s ago 60s 107M - 20.3.0-5314-g941b42ca 27cd8cc050fe 91979d71cf53 2026-02-19T11:13:20.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: pgmap v79: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 72 KiB/s rd, 0 B/s wr, 121 op/s 2026-02-19T11:13:20.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:20.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:20.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:20.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:20 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:20.437 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:20.437 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: pgmap v79: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 72 KiB/s rd, 0 B/s wr, 121 op/s 2026-02-19T11:13:20.437 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.437 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.437 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:20.438 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:20.438 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:20.438 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:20.438 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:20 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:21.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:21 trial175 ceph-mon[26103]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:21 trial175 ceph-mon[26103]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial175.rvtztd", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:21 trial175 ceph-mon[26103]: Schedule stop daemon rgw.foo.trial175.rvtztd 2026-02-19T11:13:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:21 trial175 ceph-mon[26103]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:21 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/2611598670' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:21.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:21 trial014 ceph-mon[17956]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:21 trial014 ceph-mon[17956]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.trial175.rvtztd", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:21 trial014 ceph-mon[17956]: Schedule stop daemon rgw.foo.trial175.rvtztd 2026-02-19T11:13:21.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:21 trial014 ceph-mon[17956]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:21.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:21 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/2611598670' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:22 trial175 ceph-mon[26103]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:22.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:22 trial175 ceph-mon[26103]: pgmap v80: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 92 KiB/s rd, 236 B/s wr, 154 op/s 2026-02-19T11:13:22.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:22 trial014 ceph-mon[17956]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:22.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:22 trial014 ceph-mon[17956]: pgmap v80: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 92 KiB/s rd, 236 B/s wr, 154 op/s 2026-02-19T11:13:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: pgmap v81: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 79 KiB/s rd, 204 B/s wr, 133 op/s 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:23 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: pgmap v81: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 79 KiB/s rd, 204 B/s wr, 133 op/s 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:23.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:23 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:25.618 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 stopped 2s ago 66s - - 2026-02-19T11:13:25.625 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:25.625 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:25.625 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:13:25.791 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start rgw.foo.trial175.rvtztd on host 'trial175' 2026-02-19T11:13:25.970 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for rgw.foo.trial175.rvtztd to start 2026-02-19T11:13:26.134 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:26.134 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (34s) 9s ago 66s 101M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:26.134 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (22s) 9s ago 64s 99.6M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:26.134 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (10s) 2s ago 65s 100M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6ead3ac9c0d4 2026-02-19T11:13:26.134 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 stopped 2s ago 66s - - 2026-02-19T11:13:26.340 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: pgmap v82: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 68 KiB/s rd, 175 B/s wr, 114 op/s 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.341 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:26 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: pgmap v82: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 68 KiB/s rd, 175 B/s wr, 114 op/s 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:26.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:26 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:27.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial175.rvtztd", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: Schedule start daemon rgw.foo.trial175.rvtztd 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4196747814' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]} : dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1", "id": [1, 5]} : dispatch 2026-02-19T11:13:27.388 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1e", "id": [1, 2]} : dispatch 2026-02-19T11:13:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [4, 2]} : dispatch 2026-02-19T11:13:27.389 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:27 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]} : dispatch 2026-02-19T11:13:27.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.trial175.rvtztd", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: Schedule start daemon rgw.foo.trial175.rvtztd 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "rgw", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4196747814' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1", "id": [1, 5]} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1e", "id": [1, 2]} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [4, 2]} : dispatch 2026-02-19T11:13:27.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:27 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]} : dispatch 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: pgmap v83: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 69 KiB/s rd, 341 B/s wr, 116 op/s 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]': finished 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1", "id": [1, 5]}]': finished 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1e", "id": [1, 2]}]': finished 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [4, 2]}]': finished 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2026-02-19T11:13:28.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:28 trial175 ceph-mon[26103]: osdmap e36: 8 total, 8 up, 8 in 2026-02-19T11:13:28.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: pgmap v83: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 69 KiB/s rd, 341 B/s wr, 116 op/s 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]': finished 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1", "id": [1, 5]}]': finished 2026-02-19T11:13:28.464 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1e", "id": [1, 2]}]': finished 2026-02-19T11:13:28.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [4, 2]}]': finished 2026-02-19T11:13:28.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2026-02-19T11:13:28.465 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:28 trial014 ceph-mon[17956]: osdmap e36: 8 total, 8 up, 8 in 2026-02-19T11:13:29.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:29 trial175 ceph-mon[26103]: osdmap e37: 8 total, 8 up, 8 in 2026-02-19T11:13:29.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:29 trial175 ceph-mon[26103]: pgmap v86: 129 pgs: 2 peering, 127 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 52 KiB/s rd, 255 B/s wr, 87 op/s 2026-02-19T11:13:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:29 trial014 ceph-mon[17956]: osdmap e37: 8 total, 8 up, 8 in 2026-02-19T11:13:29.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:29 trial014 ceph-mon[17956]: pgmap v86: 129 pgs: 2 peering, 127 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 52 KiB/s rd, 255 B/s wr, 87 op/s 2026-02-19T11:13:30.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:30 trial175 ceph-mon[26103]: osdmap e38: 8 total, 8 up, 8 in 2026-02-19T11:13:30.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:30 trial014 ceph-mon[17956]: osdmap e38: 8 total, 8 up, 8 in 2026-02-19T11:13:31.520 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (5s) 4s ago 72s 100M - 20.3.0-5314-g941b42ca 27cd8cc050fe 2ec6e270457e 2026-02-19T11:13:31.520 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:31 trial014 ceph-mon[17956]: osdmap e39: 8 total, 8 up, 8 in 2026-02-19T11:13:31.521 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:31 trial014 ceph-mon[17956]: pgmap v89: 129 pgs: 2 peering, 127 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 147 KiB/s rd, 0 B/s wr, 248 op/s 2026-02-19T11:13:31.521 INFO:teuthology.orchestra.run.trial014.stdout:Check with each haproxy down in turn... 2026-02-19T11:13:31.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:31 trial175 ceph-mon[26103]: osdmap e39: 8 total, 8 up, 8 in 2026-02-19T11:13:31.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:31 trial175 ceph-mon[26103]: pgmap v89: 129 pgs: 2 peering, 127 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 147 KiB/s rd, 0 B/s wr, 248 op/s 2026-02-19T11:13:31.849 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop haproxy.rgw.foo.trial014.yjqbnj on host 'trial014' 2026-02-19T11:13:32.030 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for haproxy.rgw.foo.trial014.yjqbnj to stop 2026-02-19T11:13:32.199 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:32.199 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 running (62s) 15s ago 62s 8678k - 2.3.17-d1c9119 e85424b0d443 f762a6316dfc 2026-02-19T11:13:32.199 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 running (65s) 5s ago 65s 8736k - 2.3.17-d1c9119 e85424b0d443 5897294ab20b 2026-02-19T11:13:32.412 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:32.412 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: osdmap e40: 8 total, 8 up, 8 in 2026-02-19T11:13:32.412 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.412 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.trial014.yjqbnj", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: Schedule stop daemon haproxy.rgw.foo.trial014.yjqbnj 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.413 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:32 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:32.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: osdmap e40: 8 total, 8 up, 8 in 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.trial014.yjqbnj", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: Schedule stop daemon haproxy.rgw.foo.trial014.yjqbnj 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:32.638 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:32.639 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:32 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:33.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:33 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/1513860714' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:33.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:33 trial175 ceph-mon[26103]: pgmap v91: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 102 KiB/s rd, 0 B/s wr, 169 op/s; 32 B/s, 1 objects/s recovering 2026-02-19T11:13:33.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:33 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/1513860714' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:33.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:33 trial014 ceph-mon[17956]: pgmap v91: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 102 KiB/s rd, 0 B/s wr, 169 op/s; 32 B/s, 1 objects/s recovering 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:34 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:34.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:34.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:34.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:34.714 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:34 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:35.637 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:35 trial175 ceph-mon[26103]: pgmap v92: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 63 KiB/s rd, 0 B/s wr, 106 op/s; 76 B/s, 2 objects/s recovering 2026-02-19T11:13:35.713 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:35 trial014 ceph-mon[17956]: pgmap v92: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 63 KiB/s rd, 0 B/s wr, 106 op/s; 76 B/s, 2 objects/s recovering 2026-02-19T11:13:37.591 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 stopped 4s ago 67s - - 2026-02-19T11:13:37.597 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:37.597 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:37.597 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2026-02-19T11:13:37.597 INFO:teuthology.orchestra.run.trial014.stderr:curl: (7) Failed to connect to 192.168.17.14 port 9000: Connection refused 2026-02-19T11:13:37.598 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for http://192.168.17.14:9000/ to be available 2026-02-19T11:13:38.346 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:38 trial175 ceph-mon[26103]: pgmap v93: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 50 KiB/s rd, 265 B/s wr, 83 op/s; 59 B/s, 2 objects/s recovering 2026-02-19T11:13:38.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:38 trial014 ceph-mon[17956]: pgmap v93: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 50 KiB/s rd, 265 B/s wr, 83 op/s; 59 B/s, 2 objects/s recovering 2026-02-19T11:13:38.599 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:38.600 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:38.600 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2026-02-19T11:13:38.600 INFO:teuthology.orchestra.run.trial014.stderr:curl: (7) Failed to connect to 192.168.17.14 port 9000: Connection refused 2026-02-19T11:13:38.600 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for http://192.168.17.14:9000/ to be available 2026-02-19T11:13:39.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:39 trial175 ceph-mon[26103]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:39.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:39 trial014 ceph-mon[17956]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:39.604 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:39.604 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:40.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:40 trial175 ceph-mon[26103]: pgmap v94: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 40 KiB/s rd, 235 B/s wr, 67 op/s; 52 B/s, 1 objects/s recovering 2026-02-19T11:13:40.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:40 trial014 ceph-mon[17956]: pgmap v94: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 40 KiB/s rd, 235 B/s wr, 67 op/s; 52 B/s, 1 objects/s recovering 2026-02-19T11:13:40.648 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 187 0 187 0 0 178 0 --:--:-- 0:00:01 --:--:-- 178 2026-02-19T11:13:40.812 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start haproxy.rgw.foo.trial014.yjqbnj on host 'trial014' 2026-02-19T11:13:40.995 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for haproxy.rgw.foo.trial014.yjqbnj to start 2026-02-19T11:13:41.160 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:41.160 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 stopped 7s ago 71s - - 2026-02-19T11:13:41.160 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 running (74s) 14s ago 74s 8736k - 2.3.17-d1c9119 e85424b0d443 5897294ab20b 2026-02-19T11:13:41.378 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:42.071 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.trial014.yjqbnj", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.071 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: Schedule start daemon haproxy.rgw.foo.trial014.yjqbnj 2026-02-19T11:13:42.071 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: pgmap v95: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 204 B/s wr, 28 op/s; 45 B/s, 1 objects/s recovering 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.072 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.073 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.073 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.073 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:42.073 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:41 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/3977637150' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.trial014.yjqbnj", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: Schedule start daemon haproxy.rgw.foo.trial014.yjqbnj 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: pgmap v95: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 204 B/s wr, 28 op/s; 45 B/s, 1 objects/s recovering 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:42.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:41 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/3977637150' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:42 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:43.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:43.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:42 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:43.995 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:43 trial014 ceph-mon[17956]: pgmap v96: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 14 KiB/s rd, 175 B/s wr, 24 op/s; 39 B/s, 1 objects/s recovering 2026-02-19T11:13:44.136 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:43 trial175 ceph-mon[26103]: pgmap v96: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 14 KiB/s rd, 175 B/s wr, 24 op/s; 39 B/s, 1 objects/s recovering 2026-02-19T11:13:46.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:46 trial175 ceph-mon[26103]: pgmap v97: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.6 KiB/s rd, 170 B/s wr, 4 op/s; 25 B/s, 0 objects/s recovering 2026-02-19T11:13:46.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:46 trial014 ceph-mon[17956]: pgmap v97: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.6 KiB/s rd, 170 B/s wr, 4 op/s; 25 B/s, 0 objects/s recovering 2026-02-19T11:13:46.557 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 running (5s) 4s ago 76s 7520k - 2.3.17-d1c9119 e85424b0d443 d8597120a28c 2026-02-19T11:13:46.723 INFO:teuthology.orchestra.run.trial014.stdout:Scheduled to stop haproxy.rgw.foo.trial175.kopxuk on host 'trial175' 2026-02-19T11:13:46.903 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for haproxy.rgw.foo.trial175.kopxuk to stop 2026-02-19T11:13:47.064 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:47.064 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 running (5s) 4s ago 77s 7520k - 2.3.17-d1c9119 e85424b0d443 d8597120a28c 2026-02-19T11:13:47.064 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 running (80s) 19s ago 80s 8736k - 2.3.17-d1c9119 e85424b0d443 5897294ab20b 2026-02-19T11:13:47.265 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:47.886 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.trial175.kopxuk", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: Schedule stop daemon haproxy.rgw.foo.trial175.kopxuk 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: pgmap v98: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4183730522' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:47.887 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:47 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:48.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.trial175.kopxuk", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: Schedule stop daemon haproxy.rgw.foo.trial175.kopxuk 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:48.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: pgmap v98: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4183730522' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:48.214 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:47 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:49.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:49 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:49.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:49.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:49.463 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:49 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:50.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:50 trial175 ceph-mon[26103]: pgmap v99: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:13:50.462 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:50 trial014 ceph-mon[17956]: pgmap v99: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-19T11:13:52.443 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:52 trial014 ceph-mon[17956]: pgmap v100: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:52.444 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 stopped 4s ago 85s - - 2026-02-19T11:13:52.449 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:52.449 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:52.449 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:13:52.612 INFO:teuthology.orchestra.run.trial014.stdout:anonymousScheduled to start haproxy.rgw.foo.trial175.kopxuk on host 'trial175' 2026-02-19T11:13:52.636 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:52 trial175 ceph-mon[26103]: pgmap v100: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:52.792 INFO:teuthology.orchestra.run.trial014.stdout:Waiting for haproxy.rgw.foo.trial175.kopxuk to start 2026-02-19T11:13:52.951 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:52.951 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 running (11s) 10s ago 83s 7520k - 2.3.17-d1c9119 e85424b0d443 d8597120a28c 2026-02-19T11:13:52.951 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 stopped 4s ago 86s - - 2026-02-19T11:13:53.152 INFO:teuthology.orchestra.run.trial014.stdout:HEALTH_OK 2026-02-19T11:13:53.874 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.trial175.kopxuk", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: Schedule start daemon haproxy.rgw.foo.trial175.kopxuk 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:53.875 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: pgmap v101: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:53.876 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:53 trial175 ceph-mon[26103]: from='client.? 10.20.193.14:0/4291884642' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:53.962 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.trial175.kopxuk", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: Schedule start daemon haproxy.rgw.foo.trial175.kopxuk 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:53.963 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "haproxy", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: pgmap v101: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T11:13:53.964 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:53 trial014 ceph-mon[17956]: from='client.? 10.20.193.14:0/4291884642' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2026-02-19T11:13:55.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:55.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:55.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.213 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:54 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' 2026-02-19T11:13:55.367 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:54 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T11:13:56.212 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:55 trial014 ceph-mon[17956]: pgmap v102: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:56.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:55 trial175 ceph-mon[26103]: pgmap v102: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2026-02-19T11:13:58.330 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 running (5s) 4s ago 91s 7528k - 2.3.17-d1c9119 e85424b0d443 4fc1c29783d1 2026-02-19T11:13:58.330 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:58 trial014 ceph-mon[17956]: pgmap v103: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-19T11:13:58.330 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:13:58 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:58.334 INFO:teuthology.orchestra.run.trial014.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2026-02-19T11:13:58.334 INFO:teuthology.orchestra.run.trial014.stderr: Dload Upload Total Spent Left Speed 2026-02-19T11:13:58.335 INFO:teuthology.orchestra.run.trial014.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2026-02-19T11:13:58.368 INFO:teuthology.orchestra.run.trial014.stdout:anonymous 2026-02-19T11:13:58.369 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T11:13:58.389 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:13:58.390 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2026-02-19T11:13:58.392 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:58 trial175 ceph-mon[26103]: pgmap v103: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-19T11:13:58.392 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:13:58 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T11:13:58.511 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:13:58.577 INFO:teuthology.orchestra.run.trial014.stdout:167 167 2026-02-19T11:13:58.608 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch status' 2026-02-19T11:13:58.726 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:13:58.951 INFO:teuthology.orchestra.run.trial014.stdout:Backend: cephadm 2026-02-19T11:13:58.952 INFO:teuthology.orchestra.run.trial014.stdout:Available: Yes 2026-02-19T11:13:58.952 INFO:teuthology.orchestra.run.trial014.stdout:Paused: No 2026-02-19T11:13:58.988 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch ps' 2026-02-19T11:13:59.107 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:13:59.332 INFO:teuthology.orchestra.run.trial014.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T11:13:59.332 INFO:teuthology.orchestra.run.trial014.stdout:alertmanager.trial014 trial014 *:9093,9094 running (2m) 16s ago 2m 25.6M - 0.28.1 91c01b3cec9b 06bf6c9310c4 2026-02-19T11:13:59.332 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter.trial014 trial014 *:9926 running (2m) 16s ago 2m 9193k - 20.3.0-5314-g941b42ca 27cd8cc050fe d514ef248b99 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter.trial175 trial175 *:9926 running (2m) 5s ago 2m 9512k - 20.3.0-5314-g941b42ca 27cd8cc050fe 5f1292b32b8b 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:crash.trial014 trial014 running (2m) 16s ago 2m 7608k - 20.3.0-5314-g941b42ca 27cd8cc050fe 421a76bac36b 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:crash.trial175 trial175 running (2m) 5s ago 2m 7612k - 20.3.0-5314-g941b42ca 27cd8cc050fe 5675e629648d 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:grafana.trial014 trial014 *:3000 running (2m) 16s ago 2m 122M - 12.3.1 5cdab57891ea 22af93e3a3aa 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial014.yjqbnj trial014 *:9000,9001 running (18s) 16s ago 89s 7520k - 2.3.17-d1c9119 e85424b0d443 d8597120a28c 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:haproxy.rgw.foo.trial175.kopxuk trial175 *:9000,9001 running (6s) 5s ago 92s 7528k - 2.3.17-d1c9119 e85424b0d443 4fc1c29783d1 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:keepalived.rgw.foo.trial014.wpryzo trial014 running (81s) 16s ago 81s 2386k - 2.2.4 4a3a1ff181d9 a4a0e6391be2 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:keepalived.rgw.foo.trial175.drqdso trial175 running (78s) 5s ago 77s 2399k - 2.2.4 4a3a1ff181d9 56ed5d9427fa 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:mgr.trial014.gxdnjn trial014 *:9283,8765,8443 running (3m) 16s ago 3m 578M - 20.3.0-5314-g941b42ca 27cd8cc050fe f67b553057e1 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:mgr.trial175.afsxxx trial175 *:8443,9283,8765 running (2m) 5s ago 2m 494M - 20.3.0-5314-g941b42ca 27cd8cc050fe 21924c18686b 2026-02-19T11:13:59.333 INFO:teuthology.orchestra.run.trial014.stdout:mon.trial014 trial014 running (3m) 16s ago 3m 55.8M 2048M 20.3.0-5314-g941b42ca 27cd8cc050fe 14e5f94eb513 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:mon.trial175 trial175 running (2m) 5s ago 2m 47.8M 2048M 20.3.0-5314-g941b42ca 27cd8cc050fe b68baa37e97b 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter.trial014 trial014 *:9100 running (2m) 16s ago 2m 15.0M - 1.9.1 255ec253085f 895ef1bfb3d6 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter.trial175 trial175 *:9100 running (2m) 5s ago 2m 13.0M - 1.9.1 255ec253085f a22ed83a27f2 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.0 trial175 running (2m) 5s ago 2m 55.0M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 5b5ceaa4db50 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.1 trial014 running (2m) 16s ago 2m 63.3M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 24c03f3527b3 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.2 trial175 running (2m) 5s ago 2m 57.3M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 3e3bc68493d1 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.3 trial014 running (2m) 16s ago 2m 60.0M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 75c7c5df8482 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.4 trial175 running (118s) 5s ago 118s 60.0M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe d2e9c4677441 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.5 trial014 running (118s) 16s ago 118s 53.8M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 043156eddb45 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.6 trial175 running (117s) 5s ago 117s 59.9M 19.9G 20.3.0-5314-g941b42ca 27cd8cc050fe 3a0d10064c56 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:osd.7 trial014 running (116s) 16s ago 116s 51.4M 19.2G 20.3.0-5314-g941b42ca 27cd8cc050fe 411cf39327ad 2026-02-19T11:13:59.334 INFO:teuthology.orchestra.run.trial014.stdout:prometheus.trial014 trial014 *:9095 running (75s) 16s ago 2m 49.6M - 3.6.0 4fcecf061b74 1297b2e8c05c 2026-02-19T11:13:59.335 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.dzouum trial014 *:8000 running (67s) 16s ago 99s 102M - 20.3.0-5314-g941b42ca 27cd8cc050fe c4ef6f55990c 2026-02-19T11:13:59.335 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial014.xucccm trial014 *:8001 running (55s) 16s ago 97s 101M - 20.3.0-5314-g941b42ca 27cd8cc050fe 0cbbb970db2f 2026-02-19T11:13:59.335 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.louvse trial175 *:8001 running (43s) 5s ago 98s 102M - 20.3.0-5314-g941b42ca 27cd8cc050fe 6ead3ac9c0d4 2026-02-19T11:13:59.335 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo.trial175.rvtztd trial175 *:8000 running (33s) 5s ago 100s 103M - 20.3.0-5314-g941b42ca 27cd8cc050fe 2ec6e270457e 2026-02-19T11:13:59.370 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch ls' 2026-02-19T11:13:59.484 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:13:59.705 INFO:teuthology.orchestra.run.trial014.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:alertmanager ?:9093,9094 1/1 17s ago 3m count:1 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:ceph-exporter ?:9926 2/2 17s ago 3m * 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:crash 2/2 17s ago 3m * 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:grafana ?:3000 1/1 17s ago 3m count:1 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:ingress.rgw.foo 192.168.17.14:9000,9001 4/4 17s ago 103s count:2 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:mgr 2/2 17s ago 3m count:2 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:mon 2/2 17s ago 2m trial014:10.20.193.14=trial014;trial175:10.20.193.175=trial175;count:2 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:node-exporter ?:9100 2/2 17s ago 3m * 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:osd.all-available-devices 8 17s ago 2m * 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:prometheus ?:9095 1/1 17s ago 3m count:1 2026-02-19T11:13:59.706 INFO:teuthology.orchestra.run.trial014.stdout:rgw.foo ?:8000,8001 4/4 17s ago 98s count:4;* 2026-02-19T11:13:59.746 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch host ls' 2026-02-19T11:13:59.866 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:14:00.086 INFO:teuthology.orchestra.run.trial014.stdout:HOST ADDR LABELS STATUS 2026-02-19T11:14:00.086 INFO:teuthology.orchestra.run.trial014.stdout:trial014 10.20.193.14 2026-02-19T11:14:00.086 INFO:teuthology.orchestra.run.trial014.stdout:trial175 10.20.193.175 2026-02-19T11:14:00.086 INFO:teuthology.orchestra.run.trial014.stdout:2 hosts in cluster 2026-02-19T11:14:00.123 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch device ls' 2026-02-19T11:14:00.241 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:14:00.264 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:00.264 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:00.264 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: pgmap v104: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-19T11:14:00.264 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.265 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.265 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.265 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:00 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: pgmap v104: 129 pgs: 129 active+clean; 587 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:00 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:00.454 INFO:teuthology.orchestra.run.trial014.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-19T11:14:00.454 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47B1C 1788G No 101s ago Has a FileSystem, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B00421 1788G No 101s ago Has a FileSystem, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme3n1 ssd Linux_095b960f40af0dee665e 700G No 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme4n1 ssd Linux_6ba0649cbb0ba8b0faff 700G No 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme5n1 ssd Linux_a14506533c19cf05fa83 700G No 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial014 /dev/nvme6n1 ssd Linux_6e9e7148646b9127a78f 700G No 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB58C7 1788G No 102s ago Has a FileSystem, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_112510AB5892 1788G No 102s ago Has a FileSystem, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme3n1 ssd Linux_1d835e3d934b4e43fc9f 700G No 102s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme4n1 ssd Linux_ec07c221a193f72b4976 700G No 102s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme5n1 ssd Linux_bda1ec47db12ed555119 700G No 102s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.455 INFO:teuthology.orchestra.run.trial014.stdout:trial175 /dev/nvme6n1 ssd Linux_861d707d02fb4b0a4679 700G No 102s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-19T11:14:00.493 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2026-02-19T11:14:00.608 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:14:00.834 INFO:teuthology.orchestra.run.trial014.stdout:osd.all-available-devices 8 18s ago 2m * 2026-02-19T11:14:00.864 DEBUG:teuthology.run_tasks:Unwinding manager vip 2026-02-19T11:14:00.875 INFO:tasks.vip:Removing 192.168.1.14 (and any VIPs) on trial014.front.sepia.ceph.com iface enp1s0f0... 2026-02-19T11:14:00.875 DEBUG:teuthology.orchestra.run.trial014:> sudo ip addr del 192.168.1.14/16 dev enp1s0f0 2026-02-19T11:14:00.900 DEBUG:teuthology.orchestra.run.trial014:> sudo ip addr del 192.168.17.14/16 dev enp1s0f0 2026-02-19T11:14:00.964 INFO:tasks.vip:Removing 192.168.1.175 (and any VIPs) on trial175.front.sepia.ceph.com iface enp1s0f0... 2026-02-19T11:14:00.964 DEBUG:teuthology.orchestra.run.trial175:> sudo ip addr del 192.168.1.175/16 dev enp1s0f0 2026-02-19T11:14:00.995 DEBUG:teuthology.orchestra.run.trial175:> sudo ip addr del 192.168.17.14/16 dev enp1s0f0 2026-02-19T11:14:01.060 INFO:teuthology.orchestra.run.trial175.stderr:Error: ipv4: Address not found. 2026-02-19T11:14:01.061 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-19T11:14:01.061 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-19T11:14:01.077 INFO:tasks.cephadm:Teardown begin 2026-02-19T11:14:01.078 DEBUG:teuthology.orchestra.run.trial014:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.099 INFO:journalctl@ceph.mon.trial014.trial014.stdout:Feb 19 11:14:01 trial014 ceph-mon[17956]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.103 DEBUG:teuthology.orchestra.run.trial175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:14:01.127 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-19T11:14:01.127 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:941b42cabfa3c4e4d30b96a58cbe2fa653f560ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-19T11:14:01.258 INFO:teuthology.orchestra.run.trial014.stderr:Inferring config /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/mon.trial014/config 2026-02-19T11:14:01.278 INFO:teuthology.orchestra.run.trial014.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-19T11:14:01.301 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-19T11:14:01.302 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-19T11:14:01.302 DEBUG:teuthology.orchestra.run.trial014:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-19T11:14:01.319 DEBUG:teuthology.orchestra.run.trial175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-19T11:14:01.335 INFO:tasks.cephadm:Stopping all daemons... 2026-02-19T11:14:01.336 INFO:tasks.cephadm.mon.trial014:Stopping mon.trial014... 2026-02-19T11:14:01.336 DEBUG:teuthology.orchestra.run.trial014:> sudo systemctl stop ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014 2026-02-19T11:14:01.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.386 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T11:14:01.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.dzouum", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial014.xucccm", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.rvtztd", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.387 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-mon[26103]: from='mgr.14221 10.20.193.14:0/1186019708' entity='mgr.trial014.gxdnjn' cmd={"prefix": "config get", "who": "client.rgw.foo.trial175.louvse", "name": "rgw_frontends"} : dispatch 2026-02-19T11:14:01.604 DEBUG:teuthology.orchestra.run.trial014:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial014.service' 2026-02-19T11:14:01.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T11:14:01.642 INFO:tasks.cephadm.mon.trial014:Stopped mon.trial014 2026-02-19T11:14:01.643 INFO:tasks.cephadm.mon.trial175:Stopping mon.trial175... 2026-02-19T11:14:01.643 DEBUG:teuthology.orchestra.run.trial175:> sudo systemctl stop ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial175 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 systemd[1]: Stopping Ceph mon.trial175 for 9617fac3-0d83-11f1-b066-d404e6e7d460... 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial175[26097]: 2026-02-19T11:14:01.747+0000 7fbb07bd3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial175 -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 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial175[26097]: 2026-02-19T11:14:01.747+0000 7fbb07bd3640 -1 mon.trial175@1(peon) e2 *** Got Signal Terminated *** 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 podman[66902]: 2026-02-19 11:14:01.869243992 +0000 UTC m=+0.134462859 container died b68baa37e97b0f0bd45b8cb32b907c359fed94dce89a43de3e5529f3abc07131 (image=quay.ceph.io/ceph-ci/ceph@sha256:d8cdebb5ad9d40e85239fe1245500a98e2729b0bf85f9699614980a1a87710ef, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial175, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 podman[66902]: 2026-02-19 11:14:01.878280056 +0000 UTC m=+0.143498933 container remove b68baa37e97b0f0bd45b8cb32b907c359fed94dce89a43de3e5529f3abc07131 (image=quay.ceph.io/ceph-ci/ceph@sha256:d8cdebb5ad9d40e85239fe1245500a98e2729b0bf85f9699614980a1a87710ef, name=ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial175, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shraddhaag-cephadm-seastore-support, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=941b42cabfa3c4e4d30b96a58cbe2fa653f560ec, ceph=True, org.label-schema.build-date=20260216) 2026-02-19T11:14:01.937 INFO:journalctl@ceph.mon.trial175.trial175.stdout:Feb 19 11:14:01 trial175 bash[66902]: ceph-9617fac3-0d83-11f1-b066-d404e6e7d460-mon-trial175 2026-02-19T11:14:01.960 DEBUG:teuthology.orchestra.run.trial175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9617fac3-0d83-11f1-b066-d404e6e7d460@mon.trial175.service' 2026-02-19T11:14:01.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T11:14:01.999 INFO:tasks.cephadm.mon.trial175:Stopped mon.trial175 2026-02-19T11:14:01.999 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 --force --keep-logs 2026-02-19T11:14:02.116 INFO:teuthology.orchestra.run.trial014.stdout:Deleting cluster with fsid: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:14:49.954 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 --force --keep-logs 2026-02-19T11:14:50.075 INFO:teuthology.orchestra.run.trial175.stdout:Deleting cluster with fsid: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:15:36.820 DEBUG:teuthology.orchestra.run.trial014:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:15:36.851 DEBUG:teuthology.orchestra.run.trial175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T11:15:36.878 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-19T11:15:36.880 DEBUG:teuthology.misc:Transferring archived files from trial014:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial014/crash 2026-02-19T11:15:36.881 DEBUG:teuthology.orchestra.run.trial014:> sudo tar c -f - -C /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash -- . 2026-02-19T11:15:36.917 INFO:teuthology.orchestra.run.trial014.stderr:tar: /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-19T11:15:36.917 INFO:teuthology.orchestra.run.trial014.stderr:tar: Error is not recoverable: exiting now 2026-02-19T11:15:36.919 DEBUG:teuthology.misc:Transferring archived files from trial175:/var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial175/crash 2026-02-19T11:15:36.920 DEBUG:teuthology.orchestra.run.trial175:> sudo tar c -f - -C /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash -- . 2026-02-19T11:15:36.944 INFO:teuthology.orchestra.run.trial175.stderr:tar: /var/lib/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-19T11:15:36.944 INFO:teuthology.orchestra.run.trial175.stderr:tar: Error is not recoverable: exiting now 2026-02-19T11:15:36.946 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-19T11:15:36.946 DEBUG:teuthology.orchestra.run.trial014:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_DAEMON_PLACE_FAIL | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-19T11:15:36.984 INFO:tasks.cephadm:Compressing logs... 2026-02-19T11:15:36.984 DEBUG:teuthology.orchestra.run.trial014:> 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 -- 2026-02-19T11:15:37.026 DEBUG:teuthology.orchestra.run.trial175:> 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 -- 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:: No such file or directory 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial014.gxdnjn.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.3.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial014.gxdnjn.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.xucccm.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.5.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.xucccm.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.7.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial014.log 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr: 89.8% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.xucccm.log.gz 2026-02-19T11:15:37.049 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial014.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr: 84.8% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log.gz 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr:gzip/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log: -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.1.log 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr: 92.1% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial014.log.gz 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.dzouum.log 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.dzouum.log 2026-02-19T11:15:37.050 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.dzouum.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial014.log 2026-02-19T11:15:37.051 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.dzouum.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log 2026-02-19T11:15:37.051 INFO:teuthology.orchestra.run.trial014.stderr:gzip -5/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial014.log: --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.xucccm.log 2026-02-19T11:15:37.051 INFO:teuthology.orchestra.run.trial014.stderr: 92.6% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.dzouum.log.gz 2026-02-19T11:15:37.051 INFO:teuthology.orchestra.run.trial014.stderr: 89.6% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial014.dzouum.log.gz 2026-02-19T11:15:37.051 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log: 91.8% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log.gz 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.2.log 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.0.log 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.louvse.log 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.2.log: /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial175.afsxxx.log 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial014.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.xucccm.log: 92.7% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial014.xucccm.log.gz 2026-02-19T11:15:37.052 INFO:teuthology.orchestra.run.trial014.stderr: 85.3% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log.gz 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial014.stderr: 93.9% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log.gz 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.louvse.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr: 92.9% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.louvse.log.gz 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial175.afsxxx.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.rvtztd.log 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.rvtztd.log 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr: 84.4% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.cephadm.log.gz 2026-02-19T11:15:37.053 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.rvtztd.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.4.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.rvtztd.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr: 90.0% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.rvtztd.log.gz 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr: 92.8% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ops-log-ceph-client.rgw.foo.trial175.rvtztd.log.gz 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.6.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial175.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial175.log 2026-02-19T11:15:37.054 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial175.log: gzip -5 --verbose -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log 2026-02-19T11:15:37.055 INFO:teuthology.orchestra.run.trial175.stderr: 92.2% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.ceph-exporter.trial175.log.gz 2026-02-19T11:15:37.055 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial175.log: 90.8%gzip -5 -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial175.afsxxx.log.gz --verbose 2026-02-19T11:15:37.055 INFO:teuthology.orchestra.run.trial175.stderr: -- /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.louvse.log 2026-02-19T11:15:37.055 INFO:teuthology.orchestra.run.trial175.stderr: 92.0% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.audit.log.gz 2026-02-19T11:15:37.055 INFO:teuthology.orchestra.run.trial175.stderr:/var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log: /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.louvse.log: 85.0% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph.log.gz 2026-02-19T11:15:37.056 INFO:teuthology.orchestra.run.trial175.stderr: 90.3% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-client.rgw.foo.trial175.louvse.log.gz 2026-02-19T11:15:37.056 INFO:teuthology.orchestra.run.trial175.stderr: 93.8% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-volume.log.gz 2026-02-19T11:15:37.070 INFO:teuthology.orchestra.run.trial014.stderr: 93.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-19T11:15:37.098 INFO:teuthology.orchestra.run.trial175.stderr: 92.7% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial175.log.gz 2026-02-19T11:15:37.142 INFO:teuthology.orchestra.run.trial014.stderr: 89.9% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mgr.trial014.gxdnjn.log.gz 2026-02-19T11:15:37.161 INFO:teuthology.orchestra.run.trial014.stderr: 93.6% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.7.log.gz 2026-02-19T11:15:37.190 INFO:teuthology.orchestra.run.trial014.stderr: 93.5% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.5.log.gz 2026-02-19T11:15:37.193 INFO:teuthology.orchestra.run.trial014.stderr: 91.7% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-mon.trial014.log.gz 2026-02-19T11:15:37.246 INFO:teuthology.orchestra.run.trial175.stderr: 93.5% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.0.log.gz 2026-02-19T11:15:37.256 INFO:teuthology.orchestra.run.trial175.stderr: 93.5% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.2.log.gz 2026-02-19T11:15:37.310 INFO:teuthology.orchestra.run.trial014.stderr: 93.5% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.3.log.gz 2026-02-19T11:15:37.331 INFO:teuthology.orchestra.run.trial175.stderr: 93.5% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.4.log.gz 2026-02-19T11:15:37.335 INFO:teuthology.orchestra.run.trial175.stderr: 93.6% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.6.log.gz 2026-02-19T11:15:37.337 INFO:teuthology.orchestra.run.trial175.stderr: 2026-02-19T11:15:37.337 INFO:teuthology.orchestra.run.trial175.stderr:real 0m0.294s 2026-02-19T11:15:37.337 INFO:teuthology.orchestra.run.trial175.stderr:user 0m0.958s 2026-02-19T11:15:37.337 INFO:teuthology.orchestra.run.trial175.stderr:sys 0m0.077s 2026-02-19T11:15:37.383 INFO:teuthology.orchestra.run.trial014.stderr: 93.6% -- replaced with /var/log/ceph/9617fac3-0d83-11f1-b066-d404e6e7d460/ceph-osd.1.log.gz 2026-02-19T11:15:37.385 INFO:teuthology.orchestra.run.trial014.stderr: 2026-02-19T11:15:37.385 INFO:teuthology.orchestra.run.trial014.stderr:real 0m0.346s 2026-02-19T11:15:37.385 INFO:teuthology.orchestra.run.trial014.stderr:user 0m1.061s 2026-02-19T11:15:37.385 INFO:teuthology.orchestra.run.trial014.stderr:sys 0m0.081s 2026-02-19T11:15:37.385 INFO:tasks.cephadm:Archiving logs... 2026-02-19T11:15:37.386 DEBUG:teuthology.misc:Transferring archived files from trial014:/var/log/ceph to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial014/log 2026-02-19T11:15:37.387 DEBUG:teuthology.orchestra.run.trial014:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-19T11:15:37.614 DEBUG:teuthology.misc:Transferring archived files from trial175:/var/log/ceph to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial175/log 2026-02-19T11:15:37.615 DEBUG:teuthology.orchestra.run.trial175:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-19T11:15:37.730 INFO:tasks.cephadm:Removing cluster... 2026-02-19T11:15:37.731 DEBUG:teuthology.orchestra.run.trial014:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 --force 2026-02-19T11:15:37.849 INFO:teuthology.orchestra.run.trial014.stdout:Deleting cluster with fsid: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:15:37.910 DEBUG:teuthology.orchestra.run.trial175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9617fac3-0d83-11f1-b066-d404e6e7d460 --force 2026-02-19T11:15:38.028 INFO:teuthology.orchestra.run.trial175.stdout:Deleting cluster with fsid: 9617fac3-0d83-11f1-b066-d404e6e7d460 2026-02-19T11:15:38.087 INFO:tasks.cephadm:Removing cephadm ... 2026-02-19T11:15:38.087 DEBUG:teuthology.orchestra.run.trial014:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-19T11:15:38.106 DEBUG:teuthology.orchestra.run.trial175:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-19T11:15:38.123 INFO:tasks.cephadm:Teardown complete 2026-02-19T11:15:38.123 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2026-02-19T11:15:38.133 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial014:/dev/vg_nvme/lv_1... 2026-02-19T11:15:38.133 DEBUG:teuthology.orchestra.run.trial014:> sudo nvme disconnect -n lv_1 2026-02-19T11:15:38.392 INFO:teuthology.orchestra.run.trial014.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-19T11:15:38.393 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial014:/dev/vg_nvme/lv_2... 2026-02-19T11:15:38.394 DEBUG:teuthology.orchestra.run.trial014:> sudo nvme disconnect -n lv_2 2026-02-19T11:15:38.637 INFO:teuthology.orchestra.run.trial014.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-19T11:15:38.638 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial014:/dev/vg_nvme/lv_3... 2026-02-19T11:15:38.639 DEBUG:teuthology.orchestra.run.trial014:> sudo nvme disconnect -n lv_3 2026-02-19T11:15:38.880 INFO:teuthology.orchestra.run.trial014.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-19T11:15:38.882 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial014:/dev/vg_nvme/lv_4... 2026-02-19T11:15:38.882 DEBUG:teuthology.orchestra.run.trial014:> sudo nvme disconnect -n lv_4 2026-02-19T11:15:39.115 INFO:teuthology.orchestra.run.trial014.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-19T11:15:39.117 DEBUG:teuthology.orchestra.run.trial014:> set -ex 2026-02-19T11:15:39.117 DEBUG:teuthology.orchestra.run.trial014:> sudo dd of=/scratch_devs 2026-02-19T11:15:39.141 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial175:/dev/vg_nvme/lv_1... 2026-02-19T11:15:39.141 DEBUG:teuthology.orchestra.run.trial175:> sudo nvme disconnect -n lv_1 2026-02-19T11:15:39.392 INFO:teuthology.orchestra.run.trial175.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-19T11:15:39.394 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial175:/dev/vg_nvme/lv_2... 2026-02-19T11:15:39.394 DEBUG:teuthology.orchestra.run.trial175:> sudo nvme disconnect -n lv_2 2026-02-19T11:15:39.644 INFO:teuthology.orchestra.run.trial175.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-19T11:15:39.646 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial175:/dev/vg_nvme/lv_3... 2026-02-19T11:15:39.646 DEBUG:teuthology.orchestra.run.trial175:> sudo nvme disconnect -n lv_3 2026-02-19T11:15:39.897 INFO:teuthology.orchestra.run.trial175.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-19T11:15:39.899 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial175:/dev/vg_nvme/lv_4... 2026-02-19T11:15:39.899 DEBUG:teuthology.orchestra.run.trial175:> sudo nvme disconnect -n lv_4 2026-02-19T11:15:40.151 INFO:teuthology.orchestra.run.trial175.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-19T11:15:40.153 DEBUG:teuthology.orchestra.run.trial175:> set -ex 2026-02-19T11:15:40.153 DEBUG:teuthology.orchestra.run.trial175:> sudo dd of=/scratch_devs 2026-02-19T11:15:40.176 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-19T11:15:40.193 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-19T11:15:40.193 DEBUG:teuthology.orchestra.run.trial014:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-19T11:15:40.196 DEBUG:teuthology.orchestra.run.trial175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-19T11:15:40.210 INFO:teuthology.orchestra.run.trial014.stderr:bash: line 1: ntpq: command not found 2026-02-19T11:15:40.231 INFO:teuthology.orchestra.run.trial175.stderr:bash: line 1: ntpq: command not found 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:=============================================================================== 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:^- t2.time.bf1.yahoo.com 2 6 377 60 -35ms[ -35ms] +/- 43ms 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:^* time.cloudflare.com 3 6 377 61 +11us[ -445us] +/- 6482us 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:^- 172-232-15-202.ip.linode> 2 6 377 60 -6314us[-6314us] +/- 76ms 2026-02-19T11:15:40.241 INFO:teuthology.orchestra.run.trial014.stdout:^- clock02.cymru.com 2 6 377 61 -7129us[-7584us] +/- 111ms 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:=============================================================================== 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:^- t2.time.bf1.yahoo.com 2 6 377 60 -35ms[ -35ms] +/- 43ms 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:^* time.cloudflare.com 3 6 377 61 +3198ns[ -17us] +/- 6784us 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:^- 172-232-15-202.ip.linode> 2 6 377 62 -6350us[-6370us] +/- 76ms 2026-02-19T11:15:40.244 INFO:teuthology.orchestra.run.trial175.stdout:^- clock02.cymru.com 2 6 377 61 -6753us[-6773us] +/- 111ms 2026-02-19T11:15:40.245 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-19T11:15:40.262 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-19T11:15:40.263 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-19T11:15:40.279 DEBUG:teuthology.orchestra.run.trial014:> 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 2026-02-19T11:15:40.330 DEBUG:teuthology.orchestra.run.trial175:> 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 2026-02-19T11:15:40.378 DEBUG:teuthology.orchestra.run.trial014:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-19T11:15:40.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:15:40.403 DEBUG:teuthology.orchestra.run.trial175:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-19T11:15:40.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:15:40.430 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-19T11:15:40.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-19T11:15:40.464 INFO:teuthology.task.internal:Duration was 397.954862 seconds 2026-02-19T11:15:40.465 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-19T11:15:40.481 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-19T11:15:40.481 DEBUG:teuthology.orchestra.run.trial014:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-19T11:15:40.484 DEBUG:teuthology.orchestra.run.trial175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-19T11:15:40.518 INFO:teuthology.orchestra.run.trial014.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T11:15:40.520 INFO:teuthology.orchestra.run.trial175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T11:15:40.920 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-19T11:15:40.920 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial014.front.sepia.ceph.com 2026-02-19T11:15:40.921 DEBUG:teuthology.orchestra.run.trial014:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-19T11:15:40.941 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial175.front.sepia.ceph.com 2026-02-19T11:15:40.941 DEBUG:teuthology.orchestra.run.trial175:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-19T11:15:40.978 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-19T11:15:40.978 DEBUG:teuthology.orchestra.run.trial014:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T11:15:40.983 DEBUG:teuthology.orchestra.run.trial175:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T11:15:41.111 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-19T11:15:41.111 DEBUG:teuthology.orchestra.run.trial014:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-19T11:15:41.113 DEBUG:teuthology.orchestra.run.trial175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-19T11:15:41.134 INFO:teuthology.orchestra.run.trial014.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:15:41.135 INFO:teuthology.orchestra.run.trial014.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:15:41.135 INFO:teuthology.orchestra.run.trial014.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip 0.0% -5 -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz --verbose 2026-02-19T11:15:41.135 INFO:teuthology.orchestra.run.trial014.stderr: -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T11:15:41.135 INFO:teuthology.orchestra.run.trial014.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-19T11:15:41.136 INFO:teuthology.orchestra.run.trial175.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T11:15:41.137 INFO:teuthology.orchestra.run.trial175.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T11:15:41.137 INFO:teuthology.orchestra.run.trial175.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T11:15:41.137 INFO:teuthology.orchestra.run.trial175.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-19T11:15:41.137 INFO:teuthology.orchestra.run.trial175.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-19T11:15:41.148 INFO:teuthology.orchestra.run.trial175.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 90.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-19T11:15:41.156 INFO:teuthology.orchestra.run.trial014.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 90.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-19T11:15:41.158 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-19T11:15:41.177 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-19T11:15:41.177 DEBUG:teuthology.orchestra.run.trial014:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-19T11:15:41.221 DEBUG:teuthology.orchestra.run.trial175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-19T11:15:41.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-19T11:15:41.263 DEBUG:teuthology.orchestra.run.trial014:> 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 2026-02-19T11:15:41.265 DEBUG:teuthology.orchestra.run.trial175:> 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 2026-02-19T11:15:41.286 INFO:teuthology.orchestra.run.trial014.stdout:kernel.core_pattern = core 2026-02-19T11:15:41.311 INFO:teuthology.orchestra.run.trial175.stdout:kernel.core_pattern = core 2026-02-19T11:15:41.341 DEBUG:teuthology.orchestra.run.trial014:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-19T11:15:41.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:15:41.373 DEBUG:teuthology.orchestra.run.trial175:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-19T11:15:41.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T11:15:41.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-19T11:15:41.417 INFO:teuthology.task.internal:Transferring archived files... 2026-02-19T11:15:41.419 DEBUG:teuthology.misc:Transferring archived files from trial014:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial014 2026-02-19T11:15:41.419 DEBUG:teuthology.orchestra.run.trial014:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-19T11:15:41.454 DEBUG:teuthology.misc:Transferring archived files from trial175:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_09:54:34-orch:cephadm-main-distro-default-trial/57952/remote/trial175 2026-02-19T11:15:41.454 DEBUG:teuthology.orchestra.run.trial175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-19T11:15:41.485 INFO:teuthology.task.internal:Removing archive directory... 2026-02-19T11:15:41.486 DEBUG:teuthology.orchestra.run.trial014:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-19T11:15:41.489 DEBUG:teuthology.orchestra.run.trial175:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-19T11:15:41.544 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-19T11:15:41.562 INFO:teuthology.task.internal:Not uploading archives. 2026-02-19T11:15:41.562 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-19T11:15:41.574 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-19T11:15:41.574 DEBUG:teuthology.orchestra.run.trial014:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-19T11:15:41.576 DEBUG:teuthology.orchestra.run.trial175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-19T11:15:41.590 INFO:teuthology.orchestra.run.trial014.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 11:15 /home/ubuntu/cephtest 2026-02-19T11:15:41.601 INFO:teuthology.orchestra.run.trial175.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 11:15 /home/ubuntu/cephtest 2026-02-19T11:15:41.602 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-19T11:15:41.616 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-19T11:15:41.654 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 397.95486187934875 owner: scheduled_shraddhaag@soko04.front.sepia.ceph.com success: true 2026-02-19T11:15:41.654 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-19T11:15:41.767 INFO:teuthology.run:pass