2024-04-23T02:51:22.093 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-23T02:51:22.093 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --name teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691 --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/orig.config.yaml 2024-04-23T02:51:22.126 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T02:51:22.209 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691 branch: main description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668691' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true 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\) log-only-match: - CEPHADM_ sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 8254cb5a247caa8e3d35e534a1fefe2362a0a4b8 owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6458 sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 sleep_before_teardown: 0 subset: 39/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 8254cb5a247caa8e3d35e534a1fefe2362a0a4b8 targets: smithi151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcd0QFFnDgUvgozysFtBCrpV2z1wJoULhSmUbs4FSBpLq1EISdNhkjmirisNnyingxSviNL9+xct0aTI/2zYO0= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJdrZ0Eego4nLADVKrrPDpkDzA9hCZj/IqbqQbiWdD/h5zfgK1/qBl6mwWTc0aCMH+Qd6IfQ3hI48kjSTK8uIQM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_20:08:13 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-23T02:51:22.209 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa; will attempt to use it 2024-04-23T02:51:22.210 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa/tasks 2024-04-23T02:51:22.210 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-23T02:51:22.212 INFO:teuthology.task.internal:Checking packages... 2024-04-23T02:51:22.237 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '56e81df3aeb98b717efe2ab0537a8c60249f95f7' 2024-04-23T02:51:22.238 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-23T02:51:22.238 INFO:teuthology.packaging:ref: None 2024-04-23T02:51:22.238 INFO:teuthology.packaging:tag: None 2024-04-23T02:51:22.238 INFO:teuthology.packaging:branch: main 2024-04-23T02:51:22.238 INFO:teuthology.packaging:sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:51:22.238 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-04-23T02:51:22.443 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1670.g1fb5d106 2024-04-23T02:51:22.445 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-23T02:51:22.451 INFO:teuthology.task.internal:no buildpackages task found 2024-04-23T02:51:22.451 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-23T02:51:22.520 INFO:teuthology.task.internal:Saving configuration 2024-04-23T02:51:22.534 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-23T02:51:22.539 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T02:51:22.565 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-23 02:46:14.026797', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcd0QFFnDgUvgozysFtBCrpV2z1wJoULhSmUbs4FSBpLq1EISdNhkjmirisNnyingxSviNL9+xct0aTI/2zYO0='} 2024-04-23T02:51:22.589 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-23 02:46:14.024897', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJdrZ0Eego4nLADVKrrPDpkDzA9hCZj/IqbqQbiWdD/h5zfgK1/qBl6mwWTc0aCMH+Qd6IfQ3hI48kjSTK8uIQM='} 2024-04-23T02:51:22.590 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-23T02:51:22.596 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-23T02:51:22.596 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-23T02:51:22.596 INFO:teuthology.run_tasks:Running task console_log... 2024-04-23T02:51:22.672 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f47d62570d0>, signals=[15]) 2024-04-23T02:51:22.672 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-23T02:51:22.678 INFO:teuthology.task.internal:Opening connections... 2024-04-23T02:51:22.679 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T02:51:22.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T02:51:22.759 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2024-04-23T02:51:22.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T02:51:22.834 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-23T02:51:22.842 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2024-04-23T02:51:22.860 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2024-04-23T02:51:22.860 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="CentOS Stream" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="9" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:ID="centos" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE="rhel fedora" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="9" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:PLATFORM_ID="platform:el9" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:ANSI_COLOR="0;31" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:LOGO="fedora-logo-icon" 2024-04-23T02:51:22.917 INFO:teuthology.orchestra.run.smithi151.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T02:51:22.918 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://centos.org/" 2024-04-23T02:51:22.918 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T02:51:22.918 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T02:51:22.918 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T02:51:22.918 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2024-04-23T02:51:22.942 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2024-04-23T02:51:22.959 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2024-04-23T02:51:22.960 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2024-04-23T02:51:23.016 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="CentOS Stream" 2024-04-23T02:51:23.016 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="9" 2024-04-23T02:51:23.016 INFO:teuthology.orchestra.run.smithi188.stdout:ID="centos" 2024-04-23T02:51:23.016 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="rhel fedora" 2024-04-23T02:51:23.016 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="9" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el9" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:LOGO="fedora-logo-icon" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://centos.org/" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T02:51:23.017 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T02:51:23.017 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2024-04-23T02:51:23.042 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-23T02:51:23.050 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-23T02:51:23.057 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-23T02:51:23.058 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2024-04-23T02:51:23.060 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2024-04-23T02:51:23.076 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-23T02:51:23.081 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-23T02:51:23.081 DEBUG:teuthology.orchestra.run.smithi151:> test -z $(ls -A /var/lib/ceph) 2024-04-23T02:51:23.117 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2024-04-23T02:51:23.221 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-23T02:51:23.278 INFO:teuthology.run_tasks:Running task kernel... 2024-04-23T02:51:23.292 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-23T02:51:23.292 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-23T02:51:23.292 DEBUG:teuthology.orchestra.run.smithi151:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T02:51:23.293 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T02:51:23.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T02:51:23.309 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-04-23T02:51:23.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T02:51:23.310 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-04-23T02:51:23.367 INFO:teuthology.orchestra.run.smithi151.stdout:5.14.0-437.el9.x86_64 2024-04-23T02:51:23.367 INFO:teuthology.task.kernel:Running kernel on smithi151: 5.14.0-437.el9.x86_64 2024-04-23T02:51:23.367 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum install -y kernel 2024-04-23T02:51:23.368 INFO:teuthology.orchestra.run.smithi188.stdout:5.14.0-437.el9.x86_64 2024-04-23T02:51:23.368 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.14.0-437.el9.x86_64 2024-04-23T02:51:23.368 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2024-04-23T02:51:29.695 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - BaseOS 1.7 MB/s | 8.0 MB 00:04 2024-04-23T02:51:31.201 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - BaseOS 1.3 MB/s | 8.0 MB 00:06 2024-04-23T02:51:32.462 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-23T02:51:36.921 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 6.2 MB 00:00 2024-04-23T02:51:38.486 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 16 kB 00:00 2024-04-23T02:51:39.962 INFO:teuthology.orchestra.run.smithi151.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-23T02:51:40.859 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - AppStream 2.2 MB/s | 19 MB 00:08 2024-04-23T02:51:45.087 INFO:teuthology.orchestra.run.smithi151.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-23T02:51:46.951 INFO:teuthology.orchestra.run.smithi151.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T02:51:46.951 INFO:teuthology.orchestra.run.smithi151.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T02:51:47.050 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-04-23T02:51:47.051 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-04-23T02:51:47.051 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-04-23T02:51:47.156 DEBUG:teuthology.orchestra.run.smithi151:> echo no | sudo yum reinstall kernel || true 2024-04-23T02:51:47.658 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:02 ago on Tue 23 Apr 2024 02:51:45 AM UTC. 2024-04-23T02:51:47.783 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout:Reinstalling: 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:47.792 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:47.793 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 255 k 2024-04-23T02:51:47.793 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 0 2024-04-23T02:51:47.793 INFO:teuthology.orchestra.run.smithi151.stderr:Operation aborted. 2024-04-23T02:51:47.843 INFO:teuthology.orchestra.run.smithi151.stdout:Is this ok [y/N]: 2024-04-23T02:51:47.843 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum reinstall -y kernel || true 2024-04-23T02:51:48.337 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 02:51:45 AM UTC. 2024-04-23T02:51:48.452 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-04-23T02:51:48.453 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:48.453 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2024-04-23T02:51:48.453 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:Reinstalling: 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 255 k 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 0 2024-04-23T02:51:48.454 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-04-23T02:51:48.747 INFO:teuthology.orchestra.run.smithi151.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-04-23T02:51:48.747 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-04-23T02:51:48.748 INFO:teuthology.orchestra.run.smithi151.stdout:Total 869 kB/s | 255 kB 00:00 2024-04-23T02:51:48.770 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-04-23T02:51:48.942 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-04-23T02:51:48.942 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-04-23T02:51:48.946 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-04-23T02:51:48.946 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-04-23T02:51:49.075 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-04-23T02:51:49.148 INFO:teuthology.orchestra.run.smithi151.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T02:51:49.148 INFO:teuthology.orchestra.run.smithi151.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:51:49.829 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:51:49.829 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T02:51:50.524 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:51:50.525 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:50.525 INFO:teuthology.orchestra.run.smithi151.stdout:Reinstalled: 2024-04-23T02:51:50.525 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T02:51:50.525 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:51:50.525 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-04-23T02:51:50.535 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - CRB 1.0 MB/s | 6.2 MB 00:06 2024-04-23T02:51:50.721 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T02:51:50.768 INFO:teuthology.orchestra.run.smithi151.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T02:51:50.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T02:51:50.769 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T02:51:50.769 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-23T02:51:50.769 DEBUG:teuthology.orchestra.run.smithi151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T02:51:50.796 INFO:teuthology.orchestra.run.smithi151.stdout:ttyS1 2024-04-23T02:51:50.819 DEBUG:teuthology.parallel:result is None 2024-04-23T02:51:52.175 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 16 kB 00:00 2024-04-23T02:51:53.085 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-04-23T02:51:58.268 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-23T02:52:00.149 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T02:52:00.149 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T02:52:00.237 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-23T02:52:00.238 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-23T02:52:00.238 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-23T02:52:00.337 DEBUG:teuthology.orchestra.run.smithi188:> echo no | sudo yum reinstall kernel || true 2024-04-23T02:52:00.834 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Tue 23 Apr 2024 02:51:58 AM UTC. 2024-04-23T02:52:00.952 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout:Reinstalling: 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:00.961 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:00.962 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 255 k 2024-04-23T02:52:00.962 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 0 2024-04-23T02:52:00.962 INFO:teuthology.orchestra.run.smithi188.stderr:Operation aborted. 2024-04-23T02:52:01.020 INFO:teuthology.orchestra.run.smithi188.stdout:Is this ok [y/N]: 2024-04-23T02:52:01.021 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum reinstall -y kernel || true 2024-04-23T02:52:01.516 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 02:51:58 AM UTC. 2024-04-23T02:52:01.632 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-23T02:52:01.632 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:Reinstalling: 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 255 k 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 0 2024-04-23T02:52:01.633 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-23T02:52:02.769 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-5.14.0-437.el9.x86_64.rpm 252 kB/s | 255 kB 00:01 2024-04-23T02:52:02.770 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-23T02:52:02.770 INFO:teuthology.orchestra.run.smithi188.stdout:Total 224 kB/s | 255 kB 00:01 2024-04-23T02:52:02.791 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-23T02:52:02.996 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-23T02:52:02.996 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-23T02:52:03.001 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-23T02:52:03.001 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-23T02:52:03.149 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-23T02:52:03.212 INFO:teuthology.orchestra.run.smithi188.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T02:52:03.212 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:52:03.882 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:52:03.882 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T02:52:04.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T02:52:04.707 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:04.707 INFO:teuthology.orchestra.run.smithi188.stdout:Reinstalled: 2024-04-23T02:52:04.707 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T02:52:04.707 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:52:04.707 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-23T02:52:04.773 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T02:52:04.819 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T02:52:04.820 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T02:52:04.820 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T02:52:04.820 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-23T02:52:04.820 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T02:52:04.849 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2024-04-23T02:52:04.879 DEBUG:teuthology.parallel:result is None 2024-04-23T02:52:04.880 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-23T02:52:04.886 INFO:teuthology.task.internal:Creating test directory... 2024-04-23T02:52:04.886 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T02:52:04.889 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T02:52:04.934 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-23T02:52:04.941 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-23T02:52:04.950 INFO:teuthology.task.internal:Creating archive directory... 2024-04-23T02:52:04.950 DEBUG:teuthology.orchestra.run.smithi151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T02:52:04.953 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T02:52:05.057 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-23T02:52:05.064 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-23T02:52:05.064 DEBUG:teuthology.orchestra.run.smithi151:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-23T02:52:05.066 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-23T02:52:05.094 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T02:52:05.099 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T02:52:05.105 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T02:52:05.108 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T02:52:05.110 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-23T02:52:05.117 INFO:teuthology.task.internal:Configuring sudo... 2024-04-23T02:52:05.118 DEBUG:teuthology.orchestra.run.smithi151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T02:52:05.150 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T02:52:05.175 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-23T02:52:05.184 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-23T02:52:05.184 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T02:52:05.218 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T02:52:05.232 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T02:52:05.316 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T02:52:05.361 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T02:52:05.438 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T02:52:05.485 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:52:05.486 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T02:52:05.550 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T02:52:05.589 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T02:52:05.641 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T02:52:05.726 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T02:52:05.761 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:52:05.761 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T02:52:05.824 DEBUG:teuthology.orchestra.run.smithi151:> sudo service rsyslog restart 2024-04-23T02:52:05.826 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2024-04-23T02:52:05.867 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T02:52:05.906 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T02:52:06.273 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-23T02:52:06.281 INFO:teuthology.task.internal:Starting timer... 2024-04-23T02:52:06.281 INFO:teuthology.run_tasks:Running task pcp... 2024-04-23T02:52:06.291 INFO:teuthology.run_tasks:Running task selinux... 2024-04-23T02:52:06.299 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-23T02:52:06.299 DEBUG:teuthology.orchestra.run.smithi151:> sudo service auditd rotate 2024-04-23T02:52:06.365 INFO:teuthology.orchestra.run.smithi151.stdout:Rotating logs: 2024-04-23T02:52:06.367 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2024-04-23T02:52:06.432 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2024-04-23T02:52:06.433 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-23T02:52:06.433 DEBUG:teuthology.orchestra.run.smithi151:> /usr/sbin/getenforce 2024-04-23T02:52:06.455 INFO:teuthology.orchestra.run.smithi151.stdout:Permissive 2024-04-23T02:52:06.455 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2024-04-23T02:52:06.480 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2024-04-23T02:52:06.480 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi151.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2024-04-23T02:52:06.480 DEBUG:teuthology.orchestra.run.smithi151:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T02:52:06.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T02:52:06.520 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T02:52:06.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T02:52:06.544 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-23T02:52:06.544 DEBUG:teuthology.orchestra.run.smithi151:> sudo /usr/sbin/setenforce permissive 2024-04-23T02:52:06.584 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2024-04-23T02:52:06.615 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-23T02:52:06.625 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-23T02:52:06.644 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-23T02:52:06.645 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi151.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-23T02:55:34.667 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi151.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2024-04-23T02:55:34.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-04-23T02:55:34.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T02:55:34.757 DEBUG:teuthology.orchestra.run.smithi151:> true 2024-04-23T02:55:34.834 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-04-23T02:55:34.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-23T02:55:34.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T02:55:34.908 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-04-23T02:55:34.989 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-23T02:55:34.990 INFO:teuthology.run_tasks:Running task clock... 2024-04-23T02:55:35.003 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-23T02:55:35.003 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T02:55:35.003 DEBUG:teuthology.orchestra.run.smithi151:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T02:55:35.006 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T02:55:35.006 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T02:55:35.033 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T02:55:35.046 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T02:55:35.059 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T02:55:35.070 INFO:teuthology.orchestra.run.smithi151.stderr:sudo: ntpd: command not found 2024-04-23T02:55:35.073 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T02:55:35.080 INFO:teuthology.orchestra.run.smithi151.stdout:506 Cannot talk to daemon 2024-04-23T02:55:35.094 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T02:55:35.096 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2024-04-23T02:55:35.107 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T02:55:35.108 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2024-04-23T02:55:35.121 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T02:55:35.134 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T02:55:35.164 INFO:teuthology.orchestra.run.smithi151.stderr:bash: line 1: ntpq: command not found 2024-04-23T02:55:35.167 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T02:55:35.168 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2024-04-23T02:55:35.168 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.168 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.168 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.168 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.188 INFO:teuthology.orchestra.run.smithi188.stderr:bash: line 1: ntpq: command not found 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.192 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T02:55:35.192 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-23T02:55:35.202 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-23T02:55:35.202 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:55:35.202 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T02:55:35.224 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-23T02:55:35.224 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_1 2024-04-23T02:55:35.278 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-23T02:55:35.278 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:35.278 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-23T02:55:35.278 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:35.279 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:35.279 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:55:33.727608026 +0000 2024-04-23T02:55:35.279 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:15.904800616 +0000 2024-04-23T02:55:35.279 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:15.904800616 +0000 2024-04-23T02:55:35.279 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:15.904800616 +0000 2024-04-23T02:55:35.279 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-23T02:55:35.341 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T02:55:35.341 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T02:55:35.341 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000200905 s, 2.5 MB/s 2024-04-23T02:55:35.342 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-23T02:55:35.398 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_2 2024-04-23T02:55:35.453 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-23T02:55:35.453 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:35.453 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-23T02:55:35.453 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:35.454 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:35.454 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:55:33.727608026 +0000 2024-04-23T02:55:35.454 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:16.245796797 +0000 2024-04-23T02:55:35.454 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:16.245796797 +0000 2024-04-23T02:55:35.454 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:16.245796797 +0000 2024-04-23T02:55:35.454 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-23T02:55:35.516 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T02:55:35.516 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T02:55:35.516 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000213894 s, 2.4 MB/s 2024-04-23T02:55:35.517 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-23T02:55:35.574 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_3 2024-04-23T02:55:35.628 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-23T02:55:35.628 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:35.628 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-23T02:55:35.628 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:35.629 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:35.629 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:55:33.727608026 +0000 2024-04-23T02:55:35.629 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:16.584793000 +0000 2024-04-23T02:55:35.629 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:16.584793000 +0000 2024-04-23T02:55:35.629 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:16.584793000 +0000 2024-04-23T02:55:35.629 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-23T02:55:35.690 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T02:55:35.690 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T02:55:35.690 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.00018471 s, 2.8 MB/s 2024-04-23T02:55:35.691 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-23T02:55:35.747 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_4 2024-04-23T02:55:35.801 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-23T02:55:35.801 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:35.801 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:55:33.727608026 +0000 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:16.934789080 +0000 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:16.934789080 +0000 2024-04-23T02:55:35.802 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:16.934789080 +0000 2024-04-23T02:55:35.802 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-23T02:55:35.863 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T02:55:35.863 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T02:55:35.863 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000211091 s, 2.4 MB/s 2024-04-23T02:55:35.865 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-23T02:55:35.920 DEBUG:teuthology.orchestra.run.smithi151:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-23T02:55:36.036 INFO:teuthology.orchestra.run.smithi151.stdout:loop 2024-04-23T02:55:36.037 INFO:tasks.nvme_loop:Connecting nvme_loop smithi151:/dev/vg_nvme/lv_1... 2024-04-23T02:55:36.038 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-23T02:55:36.068 INFO:teuthology.orchestra.run.smithi151.stdout:1 2024-04-23T02:55:36.095 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/vg_nvme/lv_11 2024-04-23T02:55:36.118 INFO:tasks.nvme_loop:Connecting nvme_loop smithi151:/dev/vg_nvme/lv_2... 2024-04-23T02:55:36.118 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-23T02:55:36.189 INFO:teuthology.orchestra.run.smithi151.stdout:1 2024-04-23T02:55:36.216 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/vg_nvme/lv_21 2024-04-23T02:55:36.246 INFO:tasks.nvme_loop:Connecting nvme_loop smithi151:/dev/vg_nvme/lv_3... 2024-04-23T02:55:36.246 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-23T02:55:36.319 INFO:teuthology.orchestra.run.smithi151.stdout:1 2024-04-23T02:55:36.345 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/vg_nvme/lv_31 2024-04-23T02:55:36.367 INFO:tasks.nvme_loop:Connecting nvme_loop smithi151:/dev/vg_nvme/lv_4... 2024-04-23T02:55:36.367 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-23T02:55:36.437 INFO:teuthology.orchestra.run.smithi151.stdout:1 2024-04-23T02:55:36.464 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/vg_nvme/lv_41 2024-04-23T02:55:36.486 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:55:36.486 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T02:55:36.541 DEBUG:teuthology.orchestra.run.smithi151:> sudo nvme list 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/nvme0n1 CVFT623300JJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/nvme1n1 c3371d296ce0a293ce91 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/nvme2n1 30774aac6d47f73f37e7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/nvme3n1 e8cdee0ae14462d02c60 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:36.603 INFO:teuthology.orchestra.run.smithi151.stdout:/dev/nvme4n1 d3a003274800a75fec1f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:36.604 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-23T02:55:36.605 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:55:36.605 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/scratch_devs 2024-04-23T02:55:36.668 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:55:36.668 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T02:55:36.686 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-23T02:55:36.686 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2024-04-23T02:55:36.744 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 02:55:33.698006356 +0000 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:16.130353629 +0000 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:16.130353629 +0000 2024-04-23T02:55:36.745 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:16.130353629 +0000 2024-04-23T02:55:36.745 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-23T02:55:36.812 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T02:55:36.812 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T02:55:36.812 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000280075 s, 1.8 MB/s 2024-04-23T02:55:36.814 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-23T02:55:36.871 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2024-04-23T02:55:36.928 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-23T02:55:36.928 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 02:55:33.698006356 +0000 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:16.478346749 +0000 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:16.478346749 +0000 2024-04-23T02:55:36.929 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:16.478346749 +0000 2024-04-23T02:55:36.929 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-23T02:55:36.992 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T02:55:36.992 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T02:55:36.992 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000183411 s, 2.8 MB/s 2024-04-23T02:55:36.993 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-23T02:55:37.050 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 02:55:33.698006356 +0000 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:16.824339909 +0000 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:16.824339909 +0000 2024-04-23T02:55:37.105 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:16.824339909 +0000 2024-04-23T02:55:37.106 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-23T02:55:37.169 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T02:55:37.169 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T02:55:37.169 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000187738 s, 2.7 MB/s 2024-04-23T02:55:37.170 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-23T02:55:37.227 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2024-04-23T02:55:37.282 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-23T02:55:37.282 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 02:55:33.698006356 +0000 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:17.164333187 +0000 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:17.164333187 +0000 2024-04-23T02:55:37.283 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:17.164333187 +0000 2024-04-23T02:55:37.283 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-23T02:55:37.345 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T02:55:37.345 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T02:55:37.345 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000216339 s, 2.4 MB/s 2024-04-23T02:55:37.346 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-23T02:55:37.402 DEBUG:teuthology.orchestra.run.smithi188:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-23T02:55:37.535 INFO:teuthology.orchestra.run.smithi188.stdout:loop 2024-04-23T02:55:37.537 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2024-04-23T02:55:37.537 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-23T02:55:37.568 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-04-23T02:55:37.594 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_11 2024-04-23T02:55:37.617 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2024-04-23T02:55:37.617 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-23T02:55:37.688 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-04-23T02:55:37.715 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_21 2024-04-23T02:55:37.743 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2024-04-23T02:55:37.744 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-23T02:55:37.815 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-04-23T02:55:37.842 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_31 2024-04-23T02:55:37.863 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2024-04-23T02:55:37.863 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-23T02:55:37.933 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-04-23T02:55:37.959 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_41 2024-04-23T02:55:37.981 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:55:37.981 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T02:55:38.035 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme list 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme0n1 PHFT620500MP400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme1n1 e490ab57ac6ea23a34a7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme2n1 451ea83dce7b8844e59e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:38.098 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme3n1 464ea3d6f16aa9b75523 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:38.099 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme4n1 8688ccacc286c3884626 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-23T02:55:38.099 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-23T02:55:38.100 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:55:38.100 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2024-04-23T02:55:38.163 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-23T02:55:38.259 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '56e81df3aeb98b717efe2ab0537a8c60249f95f7'} 2024-04-23T02:55:38.259 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:55:38.259 INFO:tasks.cephadm:Cluster fsid is f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:55:38.260 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-23T02:55:38.260 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-23T02:55:38.260 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi151': '172.21.15.151', 'mon.smithi188': '172.21.15.188'} 2024-04-23T02:55:38.260 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-23T02:55:38.260 DEBUG:teuthology.orchestra.run.smithi151:> sudo hostname $(hostname -s) 2024-04-23T02:55:38.289 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2024-04-23T02:55:38.313 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-23T02:55:38.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:55:38.536 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '56e81df3aeb98b717efe2ab0537a8c60249f95f7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54957/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3198-g56e81df3', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3198.g56e81df3'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-22 16:25:19.080339', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-23T02:55:38.676 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref main, sha1 56e81df3aeb98b717efe2ab0537a8c60249f95f7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:55:38.678 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/centos/9/x86_64/flavors/default/cephadm 2024-04-23T02:55:38.678 DEBUG:teuthology.orchestra.run.smithi151:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.121 INFO:teuthology.orchestra.run.smithi151.stdout:-rw-r--r--. 1 ubuntu ubuntu 781586 Apr 23 02:55 /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.121 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.575 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-r--r--. 1 ubuntu ubuntu 781586 Apr 23 02:55 /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.575 DEBUG:teuthology.orchestra.run.smithi151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.590 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-23T02:55:39.617 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 on all hosts... 2024-04-23T02:55:39.618 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 pull 2024-04-23T02:55:39.633 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 pull 2024-04-23T02:55:41.072 INFO:teuthology.orchestra.run.smithi151.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T02:55:41.282 INFO:teuthology.orchestra.run.smithi188.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T02:57:09.065 INFO:teuthology.orchestra.run.smithi151.stdout:{ 2024-04-23T02:57:09.065 INFO:teuthology.orchestra.run.smithi151.stdout: "ceph_version": "ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev)", 2024-04-23T02:57:09.066 INFO:teuthology.orchestra.run.smithi151.stdout: "image_id": "82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4", 2024-04-23T02:57:09.066 INFO:teuthology.orchestra.run.smithi151.stdout: "repo_digests": [ 2024-04-23T02:57:09.066 INFO:teuthology.orchestra.run.smithi151.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d" 2024-04-23T02:57:09.066 INFO:teuthology.orchestra.run.smithi151.stdout: ] 2024-04-23T02:57:09.066 INFO:teuthology.orchestra.run.smithi151.stdout:} 2024-04-23T02:57:43.893 INFO:teuthology.orchestra.run.smithi188.stdout:{ 2024-04-23T02:57:43.893 INFO:teuthology.orchestra.run.smithi188.stdout: "ceph_version": "ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev)", 2024-04-23T02:57:43.894 INFO:teuthology.orchestra.run.smithi188.stdout: "image_id": "82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4", 2024-04-23T02:57:43.894 INFO:teuthology.orchestra.run.smithi188.stdout: "repo_digests": [ 2024-04-23T02:57:43.894 INFO:teuthology.orchestra.run.smithi188.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d" 2024-04-23T02:57:43.894 INFO:teuthology.orchestra.run.smithi188.stdout: ] 2024-04-23T02:57:43.894 INFO:teuthology.orchestra.run.smithi188.stdout:} 2024-04-23T02:57:43.919 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /etc/ceph 2024-04-23T02:57:43.952 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2024-04-23T02:57:43.978 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 777 /etc/ceph 2024-04-23T02:57:44.019 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2024-04-23T02:57:44.042 INFO:tasks.cephadm:Writing seed config... 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-23T02:57:44.044 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-23T02:57:44.045 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:57:44.045 DEBUG:teuthology.orchestra.run.smithi151:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-23T02:57:44.076 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = f6c51778-011c-11ef-bc93-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-23T02:57:44.076 DEBUG:teuthology.orchestra.run.smithi151:mon.smithi151> sudo journalctl -f -n 0 -u ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service 2024-04-23T02:57:44.118 INFO:tasks.cephadm:Bootstrapping... 2024-04-23T02:57:44.119 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 -v bootstrap --fsid f6c51778-011c-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.151 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-23T02:57:44.310 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-04-23T02:57:44.310 INFO:teuthology.orchestra.run.smithi151.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7', '-v', 'bootstrap', '--fsid', 'f6c51778-011c-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.151', '--skip-admin-label'] 2024-04-23T02:57:44.311 INFO:teuthology.orchestra.run.smithi151.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-23T02:57:44.311 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying podman|docker is present... 2024-04-23T02:57:44.335 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-23T02:57:44.335 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying lvm2 is present... 2024-04-23T02:57:44.335 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying time synchronization is in place... 2024-04-23T02:57:44.352 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-23T02:57:44.353 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-23T02:57:44.359 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-23T02:57:44.359 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:57:44.366 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout enabled 2024-04-23T02:57:44.372 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout active 2024-04-23T02:57:44.372 INFO:teuthology.orchestra.run.smithi151.stdout:Unit chronyd.service is enabled and running 2024-04-23T02:57:44.372 INFO:teuthology.orchestra.run.smithi151.stdout:Repeating the final host check... 2024-04-23T02:57:44.404 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-23T02:57:44.404 INFO:teuthology.orchestra.run.smithi151.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-23T02:57:44.404 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl is present 2024-04-23T02:57:44.404 INFO:teuthology.orchestra.run.smithi151.stdout:lvcreate is present 2024-04-23T02:57:44.410 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-23T02:57:44.411 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-23T02:57:44.417 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-23T02:57:44.417 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:57:44.424 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout enabled 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout active 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:Unit chronyd.service is enabled and running 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:Host looks OK 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:Cluster fsid: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:Acquiring lock 140606122845904 on /run/cephadm/f6c51778-011c-11ef-bc93-c7b262605968.lock 2024-04-23T02:57:44.431 INFO:teuthology.orchestra.run.smithi151.stdout:Lock 140606122845904 acquired on /run/cephadm/f6c51778-011c-11ef-bc93-c7b262605968.lock 2024-04-23T02:57:44.432 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying IP 172.21.15.151 port 3300 ... 2024-04-23T02:57:44.432 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying IP 172.21.15.151 port 6789 ... 2024-04-23T02:57:44.432 INFO:teuthology.orchestra.run.smithi151.stdout:Base mon IP(s) is [172.21.15.151:3300, 172.21.15.151:6789], mon addrv is [v2:172.21.15.151:3300,v1:172.21.15.151:6789] 2024-04-23T02:57:44.435 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.151 metric 100 2024-04-23T02:57:44.435 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.151 metric 100 2024-04-23T02:57:44.438 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-23T02:57:44.438 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-23T02:57:44.438 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-23T02:57:44.440 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-23T02:57:44.440 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-23T02:57:44.440 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-23T02:57:44.440 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-23T02:57:44.440 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout inet6 fe80::b9ae:118e:86a8:8e97/64 scope link noprefixroute 2024-04-23T02:57:44.441 INFO:teuthology.orchestra.run.smithi151.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-23T02:57:44.441 INFO:teuthology.orchestra.run.smithi151.stdout:Mon IP `172.21.15.151` is in CIDR network `172.21.0.0/20` 2024-04-23T02:57:44.441 INFO:teuthology.orchestra.run.smithi151.stdout:Mon IP `172.21.15.151` is in CIDR network `172.21.0.0/20` 2024-04-23T02:57:44.441 INFO:teuthology.orchestra.run.smithi151.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-23T02:57:44.442 INFO:teuthology.orchestra.run.smithi151.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-23T02:57:44.442 INFO:teuthology.orchestra.run.smithi151.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T02:57:45.196 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stdout 82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Getting image source signatures 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Copying blob sha256:bfa0620d8268c38989f36ef656672b09b640cc48d83392fe6c090ebdc24d1099 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Copying config sha256:82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4 2024-04-23T02:57:45.197 INFO:teuthology.orchestra.run.smithi151.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-23T02:57:46.151 INFO:teuthology.orchestra.run.smithi151.stdout:ceph: stdout ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev) 2024-04-23T02:57:46.151 INFO:teuthology.orchestra.run.smithi151.stdout:Ceph version: ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev) 2024-04-23T02:57:46.151 INFO:teuthology.orchestra.run.smithi151.stdout:Extracting ceph user uid/gid from container image... 2024-04-23T02:57:47.073 INFO:teuthology.orchestra.run.smithi151.stdout:stat: stdout 167 167 2024-04-23T02:57:47.073 INFO:teuthology.orchestra.run.smithi151.stdout:Creating initial keys... 2024-04-23T02:57:47.929 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph-authtool: stdout AQCrIydmS3MmFxAAW++/nEjGPJWoa/BdEdqhGQ== 2024-04-23T02:57:48.910 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph-authtool: stdout AQCsIydm5dqRDhAAhirPZa/W/BOQY7vKtq+WxQ== 2024-04-23T02:57:49.859 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph-authtool: stdout AQCtIydmo4uwDRAAtCcwpwdScIrEn3JZjJK1Rg== 2024-04-23T02:57:49.860 INFO:teuthology.orchestra.run.smithi151.stdout:Creating initial monmap... 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:monmaptool for smithi151 [v2:172.21.15.151:3300,v1:172.21.15.151:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:setting min_mon_release = quincy 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: set fsid to f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:57:50.782 INFO:teuthology.orchestra.run.smithi151.stdout:Creating mon... 2024-04-23T02:57:51.695 INFO:teuthology.orchestra.run.smithi151.stdout:create mon.smithi151 on 2024-04-23T02:57:52.051 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-23T02:57:52.229 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target. 2024-04-23T02:57:52.229 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target. 2024-04-23T02:57:52.463 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151 2024-04-23T02:57:52.463 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service: Unit ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service not loaded. 2024-04-23T02:57:52.627 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target.wants/ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service → /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968@.service. 2024-04-23T02:57:52.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:52 smithi151 podman[21894]: 2024-04-23 02:57:52.765831504 +0000 UTC m=+0.018392340 image pull 82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:57:53.094 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-23T02:57:53.094 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout disabled 2024-04-23T02:57:53.100 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-23T02:57:53.100 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:57:53.100 INFO:teuthology.orchestra.run.smithi151.stdout:firewalld.service is not enabled 2024-04-23T02:57:53.100 INFO:teuthology.orchestra.run.smithi151.stdout:Not possible to enable service . firewalld.service is not available 2024-04-23T02:57:53.101 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mon to start... 2024-04-23T02:57:53.101 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mon... 2024-04-23T02:57:53.207 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 podman[21894]: 2024-04-23 02:57:53.029778177 +0000 UTC m=+0.282339013 container init cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, RELEASE=main-56e81df, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-04-23T02:57:53.207 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 podman[21894]: 2024-04-23 02:57:53.032708147 +0000 UTC m=+0.285268983 container start cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240416, RELEASE=main-56e81df, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-04-23T02:57:53.208 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 ceph-mon[21913]: mkfs f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:53.208 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 bash[21894]: cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 2024-04-23T02:57:53.208 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 ceph-mon[21913]: mon.smithi151 is new leader, mons smithi151 in quorum (ranks 0) 2024-04-23T02:57:53.208 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:53 smithi151 systemd[1]: Started Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968. 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: mon.smithi151 is new leader, mons smithi151 in quorum (ranks 0) 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: monmap epoch 1 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: last_changed 2024-04-23T02:57:50.172644+0000 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: created 2024-04-23T02:57:50.172644+0000 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: min_mon_release 19 (squid) 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: election_strategy: 1 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: 0: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.smithi151 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: fsmap 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: osdmap e1: 0 total, 0 up, 0 in 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: mgrmap e1: no daemons active 2024-04-23T02:57:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:54 smithi151 ceph-mon[21913]: from='client.? 172.21.15.151:0/2309689293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout cluster: 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout id: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout services: 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi151 (age 0.516361s) 2024-04-23T02:57:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout data: 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout pgs: 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:mon is available 2024-04-23T02:57:54.167 INFO:teuthology.orchestra.run.smithi151.stdout:Assimilating anything we can from ceph.conf... 2024-04-23T02:57:55.188 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:55.188 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [global] 2024-04-23T02:57:55.188 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout fsid = f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:55.188 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.151:3300,v1:172.21.15.151:6789] 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [osd] 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-23T02:57:55.189 INFO:teuthology.orchestra.run.smithi151.stdout:Generating new minimal ceph.conf... 2024-04-23T02:57:55.302 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:55 smithi151 ceph-mon[21913]: from='client.? 172.21.15.151:0/718873648' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T02:57:55.302 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:55 smithi151 ceph-mon[21913]: from='client.? 172.21.15.151:0/718873648' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-23T02:57:56.193 INFO:teuthology.orchestra.run.smithi151.stdout:Restarting the monitor... 2024-04-23T02:57:56.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 ceph-mon[21913]: from='client.? 172.21.15.151:0/4162495928' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T02:57:56.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 systemd[1]: Stopping Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968... 2024-04-23T02:57:56.877 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151[21909]: 2024-04-23T02:57:56.457+0000 7ffbc6cfd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi151 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-23T02:57:56.877 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151[21909]: 2024-04-23T02:57:56.457+0000 7ffbc6cfd700 -1 mon.smithi151@0(leader) e1 *** Got Signal Terminated *** 2024-04-23T02:57:56.877 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 podman[22159]: 2024-04-23 02:57:56.683756688 +0000 UTC m=+0.332046877 container died cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=main-56e81df, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-23T02:57:57.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 podman[22159]: 2024-04-23 02:57:56.949757101 +0000 UTC m=+0.598047278 container cleanup cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-56e81df, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=) 2024-04-23T02:57:57.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:56 smithi151 bash[22159]: ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151 2024-04-23T02:57:57.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 podman[22173]: 2024-04-23 02:57:57.117606919 +0000 UTC m=+0.435984465 container remove cdac0fce91567ae9dd69df7b7642f7b4488b40219c688fdda1c8ec454461eab7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-56e81df, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-23T02:57:57.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 systemd[1]: ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service: Deactivated successfully. 2024-04-23T02:57:57.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 systemd[1]: Stopped Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968. 2024-04-23T02:57:57.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 systemd[1]: Starting Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968... 2024-04-23T02:57:57.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 podman[22266]: 2024-04-23 02:57:57.534869235 +0000 UTC m=+0.104449245 container create 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240416, RELEASE=main-56e81df) 2024-04-23T02:57:57.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 podman[22266]: 2024-04-23 02:57:57.44800424 +0000 UTC m=+0.017584259 image pull 82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T02:57:57.817 INFO:teuthology.orchestra.run.smithi151.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-23T02:57:58.049 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 podman[22266]: 2024-04-23 02:57:57.728781569 +0000 UTC m=+0.298361574 container init 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, org.label-schema.build-date=20240416, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-56e81df, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 podman[22266]: 2024-04-23 02:57:57.731723939 +0000 UTC m=+0.301303945 container start 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-56e81df, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: set uid:gid to 167:167 (ceph:ceph) 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev), process ceph-mon, pid 2 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: pidfile_write: ignore empty --pid-file 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: load: jerasure load: lrc 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: RocksDB version: 7.9.2 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Git sha 0 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Compile date 2024-04-22 15:21:46 2024-04-23T02:57:58.050 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: DB SUMMARY 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: DB Session ID: N9Q428168SSG8TWLFNOR 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: CURRENT file: CURRENT 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: IDENTITY file: IDENTITY 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi151/store.db dir, Total Num: 1, files: 000008.sst 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi151/store.db: 000009.log size: 88845 ; 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.error_if_exists: 0 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.create_if_missing: 0 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.paranoid_checks: 1 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-23T02:57:58.051 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.env: 0x55c4fa5f0cc0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.fs: PosixFileSystem 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.info_log: 0x55c4fc39baa0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_file_opening_threads: 16 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.statistics: (nil) 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.use_fsync: 0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_log_file_size: 0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.keep_log_file_num: 1000 2024-04-23T02:57:58.052 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.recycle_log_file_num: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_fallocate: 1 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_mmap_reads: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_mmap_writes: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.use_direct_reads: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.create_missing_column_families: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.db_log_dir: 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.wal_dir: 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-23T02:57:58.053 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.advise_random_on_open: 1 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.db_write_buffer_size: 0 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.write_buffer_manager: 0x55c4fc32f0e0 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.rate_limiter: (nil) 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-23T02:57:58.054 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.wal_recovery_mode: 2 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enable_thread_tracking: 0 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enable_pipelined_write: 0 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.unordered_write: 0 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.row_cache: None 2024-04-23T02:57:58.055 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.wal_filter: None 2024-04-23T02:57:58.056 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_ingest_behind: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.two_write_queues: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.manual_wal_flush: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.wal_compression: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.atomic_flush: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.log_readahead_size: 0 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-23T02:57:58.057 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.best_efforts_recovery: 0 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.allow_data_in_errors: 0 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.db_host_id: __hostname__ 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_background_jobs: 2 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_background_compactions: -1 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_subcompactions: 1 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_total_wal_size: 0 2024-04-23T02:57:58.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_open_files: -1 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bytes_per_sync: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_readahead_size: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_background_flushes: -1 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Compression algorithms supported: 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kZSTD supported: 0 2024-04-23T02:57:58.059 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kXpressCompression supported: 0 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kLZ4HCCompression supported: 1 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kZlibCompression supported: 1 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kSnappyCompression supported: 1 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kLZ4Compression supported: 1 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: kBZip2Compression supported: 0 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi151/store.db/MANIFEST-000010 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-23T02:57:58.060 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.merge_operator: 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_filter: None 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_filter_factory: None 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.sst_partitioner_factory: None 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4fc39bc80) 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: cache_index_and_filter_blocks: 1 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: pin_top_level_index_and_filter: 1 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: index_type: 0 2024-04-23T02:57:58.061 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: data_block_index_type: 0 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: index_shortening: 1 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: checksum: 4 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: no_block_cache: 0 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_cache: 0x55c4fc3611f0 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_cache_name: BinnedLRUCache 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_cache_options: 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: capacity : 536870912 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: num_shard_bits : 4 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: strict_capacity_limit : 0 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: high_pri_pool_ratio: 0.000 2024-04-23T02:57:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_cache_compressed: (nil) 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: persistent_cache: (nil) 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_size: 4096 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_size_deviation: 10 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_restart_interval: 16 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: index_block_restart_interval: 1 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: metadata_block_size: 4096 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: partition_filters: 0 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: use_delta_encoding: 1 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: filter_policy: bloomfilter 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: whole_key_filtering: 1 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: verify_compression: 0 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: read_amp_bytes_per_bit: 0 2024-04-23T02:57:58.063 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: format_version: 5 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: enable_index_compression: 1 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: block_align: 0 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: max_auto_readahead_size: 262144 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: prepopulate_block_cache: 0 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: initial_auto_readahead_size: 8192 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: num_file_reads_for_auto_readahead: 2 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.write_buffer_size: 33554432 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_write_buffer_number: 2 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression: NoCompression 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression: Disabled 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.prefix_extractor: nullptr 2024-04-23T02:57:58.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.num_levels: 7 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-23T02:57:58.065 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.level: 32767 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.strategy: 0 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.enabled: false 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-23T02:57:58.066 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.target_file_size_base: 67108864 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-23T02:57:58.067 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.arena_block_size: 1048576 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.disable_auto_compactions: 0 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-23T02:57:58.068 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.inplace_update_support: 0 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.bloom_locality: 0 2024-04-23T02:57:58.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.max_successive_merges: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.paranoid_file_checks: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.force_consistency_checks: 1 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.report_bg_io_stats: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.ttl: 2592000 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enable_blob_files: false 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.min_blob_size: 0 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_file_size: 268435456 2024-04-23T02:57:58.070 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.blob_file_starting_level: 0 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi151/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e517cb92-634a-4520-91c7-42e47c2502fd 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841077760336, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-23T02:57:58.071 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841077761200, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85615, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83755, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9921, "raw_average_key_size": 46, "raw_value_size": 78076, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1713841077, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e517cb92-634a-4520-91c7-42e47c2502fd", "db_session_id": "N9Q428168SSG8TWLFNOR", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841077761281, "job": 1, "event": "recovery_finished"} 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi151/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c4fc476000 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: DB pointer 0x55c4fc460000 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: ** DB Stats ** 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T02:57:58.072 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: ** Compaction Stats [default] ** 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: L0 2/0 85.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Sum 2/0 85.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.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 150.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: ** Compaction Stats [default] ** 2024-04-23T02:57:58.073 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.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 150.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-23T02:57:58.074 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Cumulative compaction: 0.00 GB write, 26.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Interval compaction: 0.00 GB write, 26.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Block cache BinnedLRUCache@0x55c4fc3611f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: starting mon.smithi151 rank 0 at public addrs [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] at bind addrs [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi151 fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???) e1 preinit fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).mds e1 new map 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).mds e1 print_map 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: e1 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-23T02:57:58.075 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: legacy client fscid: -1 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout: No filesystems configured 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 bash[22266]: 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 systemd[1]: Started Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968. 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mon.smithi151 is new leader, mons smithi151 in quorum (ranks 0) 2024-04-23T02:57:58.076 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: monmap epoch 1 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: last_changed 2024-04-23T02:57:50.172644+0000 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: created 2024-04-23T02:57:50.172644+0000 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: min_mon_release 19 (squid) 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: election_strategy: 1 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: 0: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.smithi151 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: fsmap 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: osdmap e1: 0 total, 0 up, 0 in 2024-04-23T02:57:58.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:57 smithi151 ceph-mon[22285]: mgrmap e1: no daemons active 2024-04-23T02:57:58.889 INFO:teuthology.orchestra.run.smithi151.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-23T02:57:58.910 INFO:teuthology.orchestra.run.smithi151.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-23T02:57:58.910 INFO:teuthology.orchestra.run.smithi151.stdout:Creating mgr... 2024-04-23T02:57:58.911 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-23T02:57:58.912 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-23T02:57:58.912 INFO:teuthology.orchestra.run.smithi151.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-23T02:57:59.165 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f6c51778-011c-11ef-bc93-c7b262605968@mgr.smithi151.ukvjjt 2024-04-23T02:57:59.165 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f6c51778-011c-11ef-bc93-c7b262605968@mgr.smithi151.ukvjjt.service: Unit ceph-f6c51778-011c-11ef-bc93-c7b262605968@mgr.smithi151.ukvjjt.service not loaded. 2024-04-23T02:57:59.313 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968.target.wants/ceph-f6c51778-011c-11ef-bc93-c7b262605968@mgr.smithi151.ukvjjt.service → /etc/systemd/system/ceph-f6c51778-011c-11ef-bc93-c7b262605968@.service. 2024-04-23T02:57:59.554 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:57:59 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3192134086' entity='client.admin' 2024-04-23T02:57:59.846 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-23T02:57:59.846 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout disabled 2024-04-23T02:57:59.854 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-23T02:57:59.854 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:57:59.854 INFO:teuthology.orchestra.run.smithi151.stdout:firewalld.service is not enabled 2024-04-23T02:57:59.854 INFO:teuthology.orchestra.run.smithi151.stdout:Not possible to enable service . firewalld.service is not available 2024-04-23T02:57:59.863 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-23T02:57:59.863 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout disabled 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:firewalld.service is not enabled 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mgr to start... 2024-04-23T02:57:59.871 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mgr... 2024-04-23T02:58:00.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:00 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3681420587' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsid": "f6c51778-011c-11ef-bc93-c7b262605968", 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T02:58:00.971 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 0 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "smithi151" 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:00.972 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.973 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T02:58:00.974 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:00.975 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T02:57:53.074175+0000", 2024-04-23T02:58:00.976 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:00.976 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:00.976 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T02:58:00.976 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:00.976 INFO:teuthology.orchestra.run.smithi151.stdout:mgr not available, waiting (1/15)... 2024-04-23T02:58:03.718 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:03 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1214155093' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T02:58:04.192 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsid": "f6c51778-011c-11ef-bc93-c7b262605968", 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 0 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T02:58:04.193 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "smithi151" 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T02:58:04.194 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T02:58:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T02:58:04.199 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T02:57:53.074175+0000", 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:04.200 INFO:teuthology.orchestra.run.smithi151.stdout:mgr not available, waiting (2/15)... 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: Activating manager daemon smithi151.ukvjjt 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: mgrmap e2: smithi151.ukvjjt(active, starting, since 0.00302057s) 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T02:58:06.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi151.ukvjjt", "id": "smithi151.ukvjjt"}]: dispatch 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: Manager daemon smithi151.ukvjjt is now available 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/mirror_snapshot_schedule"}]: dispatch 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/trash_purge_schedule"}]: dispatch 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:06.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:06 smithi151 ceph-mon[22285]: from='mgr.14100 172.21.15.151:0/2755125194' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:07.253 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:07.253 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:07.253 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsid": "f6c51778-011c-11ef-bc93-c7b262605968", 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 0 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "smithi151" 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:07.254 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T02:58:07.255 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T02:58:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.260 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T02:57:53.074175+0000", 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:07.261 INFO:teuthology.orchestra.run.smithi151.stdout:mgr not available, waiting (3/15)... 2024-04-23T02:58:08.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:07 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2075766281' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T02:58:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:07 smithi151 ceph-mon[22285]: mgrmap e3: smithi151.ukvjjt(active, since 1.00731s) 2024-04-23T02:58:09.917 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:09 smithi151 ceph-mon[22285]: mgrmap e4: smithi151.ukvjjt(active, since 2s) 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsid": "f6c51778-011c-11ef-bc93-c7b262605968", 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T02:58:10.604 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 0 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "smithi151" 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.605 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T02:58:10.606 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T02:58:10.607 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ], 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T02:57:53.074175+0000", 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout }, 2024-04-23T02:58:10.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T02:58:10.609 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:10.609 INFO:teuthology.orchestra.run.smithi151.stdout:mgr is available 2024-04-23T02:58:10.948 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:10 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2639184659' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T02:58:11.759 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:11 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2276101358' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T02:58:11.763 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:11.763 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [global] 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout fsid = f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout [osd] 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-23T02:58:11.764 INFO:teuthology.orchestra.run.smithi151.stdout:Enabling cephadm module... 2024-04-23T02:58:12.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:12 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3038705798' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-23T02:58:13.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:13 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3038705798' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-23T02:58:13.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:13 smithi151 ceph-mon[22285]: mgrmap e5: smithi151.ukvjjt(active, since 6s) 2024-04-23T02:58:14.566 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:14.566 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "active_name": "smithi151.ukvjjt", 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for the mgr to restart... 2024-04-23T02:58:14.567 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mgr epoch 5... 2024-04-23T02:58:14.921 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:14 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1984975264' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: Active manager daemon smithi151.ukvjjt restarted 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: Activating manager daemon smithi151.ukvjjt 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: osdmap e2: 0 total, 0 up, 0 in 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: mgrmap e6: smithi151.ukvjjt(active, starting, since 0.00313994s) 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi151.ukvjjt", "id": "smithi151.ukvjjt"}]: dispatch 2024-04-23T02:58:19.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: Manager daemon smithi151.ukvjjt is now available 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:19.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:19 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/mirror_snapshot_schedule"}]: dispatch 2024-04-23T02:58:20.839 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:20 smithi151 ceph-mon[22285]: Found migration_current of "None". Setting to last migration. 2024-04-23T02:58:20.840 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:20 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/trash_purge_schedule"}]: dispatch 2024-04-23T02:58:20.840 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:20 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:20.840 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:20 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:20.840 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:20 smithi151 ceph-mon[22285]: mgrmap e7: smithi151.ukvjjt(active, since 1.00521s) 2024-04-23T02:58:21.105 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:21.106 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-23T02:58:21.106 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-23T02:58:21.106 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:21.106 INFO:teuthology.orchestra.run.smithi151.stdout:mgr epoch 5 is available 2024-04-23T02:58:21.106 INFO:teuthology.orchestra.run.smithi151.stdout:Setting orchestrator backend to cephadm... 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:20] ENGINE Bus STARTING 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:20] ENGINE Serving on http://172.21.15.151:8765 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:20] ENGINE Serving on https://172.21.15.151:7150 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:20] ENGINE Bus STARTED 2024-04-23T02:58:21.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:21 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:22 smithi151 ceph-mon[22285]: mgrmap e8: smithi151.ukvjjt(active, since 2s) 2024-04-23T02:58:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:22 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:22 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:23.425 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-23T02:58:23.425 INFO:teuthology.orchestra.run.smithi151.stdout:Generating ssh key... 2024-04-23T02:58:23.799 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:23 smithi151 ceph-mon[22285]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:24.853 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:24 smithi151 ceph-mon[22285]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:24.853 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:24 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:24.853 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:24 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:25.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:25 smithi151 ceph-mon[22285]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:25.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:25 smithi151 ceph-mon[22285]: Generating ssh key... 2024-04-23T02:58:26.096 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8Vp3seicqEy9Z4JCLr5A2132/OZUfKfUPf/pjJeX1ZVRPCpYsqU9moF8y5uMf4bHphd4O0Zt3b787Z1VXuHtl7AiRVxxnZ45rd4pHNUnS6m4X0eMmmI9hPYTY/W9rJcX3/LvPZma/c7bSNKFk8gugFq6jYhN8kfGFsVnHtOutJc1LTM8uzR22dOKGR3yUpXwrk9CsY5nrzj9VosXPnQNOR0m+DbCWWXBT5/mhiuflSeR5tmO51/G/txLItBzXP8nO8WUaGmjcAw0k/w7rpAUoHcVxRJKOKhHQcRCEUmzinsXvoQIStpnzNTdFIV+f378lzvKHLmaUHubT7A3QOjuXYNo67+8XHzSyxRg0ljkHl/QcL2Rb4onBSCaCxnLa7JF6TtrRWEZWyzMvn4iLGRlvUKw+PfkGzhRxCRD+NZovI0qCzycpB54t5byGEHDa3k1qNU8Y8o0gvwy8lN7ccxZwbIJI9eHfu1vaLkCWTUFJMptbH5iEPaNkEya97UvZtjk= ceph-f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:58:26.096 INFO:teuthology.orchestra.run.smithi151.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-23T02:58:26.096 INFO:teuthology.orchestra.run.smithi151.stdout:Adding key to root@localhost authorized_keys... 2024-04-23T02:58:26.097 INFO:teuthology.orchestra.run.smithi151.stdout:Adding host smithi151... 2024-04-23T02:58:26.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:26 smithi151 ceph-mon[22285]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:27.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:27 smithi151 ceph-mon[22285]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "addr": "172.21.15.151", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:28.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:28 smithi151 ceph-mon[22285]: Deploying cephadm binary to smithi151 2024-04-23T02:58:31.276 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Added host 'smithi151' with addr '172.21.15.151' 2024-04-23T02:58:31.276 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying mon service with default placement... 2024-04-23T02:58:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:31 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:31 smithi151 ceph-mon[22285]: Added host smithi151 2024-04-23T02:58:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:31 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:32.742 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-23T02:58:32.743 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying mgr service with default placement... 2024-04-23T02:58:33.092 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:32 smithi151 ceph-mon[22285]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:33.092 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:32 smithi151 ceph-mon[22285]: Saving service mon spec with placement count:5 2024-04-23T02:58:33.093 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:32 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:34.118 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-23T02:58:34.118 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying crash service with default placement... 2024-04-23T02:58:34.811 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:34 smithi151 ceph-mon[22285]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:34.811 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:34 smithi151 ceph-mon[22285]: Saving service mgr spec with placement count:2 2024-04-23T02:58:34.811 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:34 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:35.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:35 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:35.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:35 smithi151 ceph-mon[22285]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:35.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:35 smithi151 ceph-mon[22285]: Saving service crash spec with placement * 2024-04-23T02:58:35.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:35 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:35.957 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:35 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:35.959 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-23T02:58:35.959 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying ceph-exporter service with default placement... 2024-04-23T02:58:37.342 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-23T02:58:37.342 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying prometheus service with default placement... 2024-04-23T02:58:37.734 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:37 smithi151 ceph-mon[22285]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:37.734 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:37 smithi151 ceph-mon[22285]: Saving service ceph-exporter spec with placement * 2024-04-23T02:58:37.734 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:37 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:38.608 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-23T02:58:38.608 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying grafana service with default placement... 2024-04-23T02:58:39.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:38 smithi151 ceph-mon[22285]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:39.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:38 smithi151 ceph-mon[22285]: Saving service prometheus spec with placement count:1 2024-04-23T02:58:39.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:38 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:39.881 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-23T02:58:39.881 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying node-exporter service with default placement... 2024-04-23T02:58:40.387 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:40 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:40.387 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:40 smithi151 ceph-mon[22285]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:40.387 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:40 smithi151 ceph-mon[22285]: Saving service grafana spec with placement count:1 2024-04-23T02:58:40.387 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:40 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:40.387 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:40 smithi151 ceph-mon[22285]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:58:41.064 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-23T02:58:41.065 INFO:teuthology.orchestra.run.smithi151.stdout:Deploying alertmanager service with default placement... 2024-04-23T02:58:41.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:41 smithi151 ceph-mon[22285]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:41.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:41 smithi151 ceph-mon[22285]: Saving service node-exporter spec with placement * 2024-04-23T02:58:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:41 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:41 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:42.758 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:42 smithi151 ceph-mon[22285]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:58:42.758 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:42 smithi151 ceph-mon[22285]: from='mgr.14120 172.21.15.151:0/1866989850' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:43.114 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-23T02:58:43.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:43 smithi151 ceph-mon[22285]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:43.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:43 smithi151 ceph-mon[22285]: Saving service alertmanager spec with placement count:1 2024-04-23T02:58:44.896 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:44 smithi151 ceph-mon[22285]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:58:44.896 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:44 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/985087911' entity='client.admin' 2024-04-23T02:58:45.403 INFO:teuthology.orchestra.run.smithi151.stdout:Enabling the dashboard module... 2024-04-23T02:58:46.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:45 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1882216616' entity='client.admin' 2024-04-23T02:58:46.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:45 smithi151 ceph-mon[22285]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:58:47.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:46 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1592109743' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-23T02:58:48.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:47 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1592109743' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-23T02:58:48.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:47 smithi151 ceph-mon[22285]: mgrmap e9: smithi151.ukvjjt(active, since 27s) 2024-04-23T02:58:48.771 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "active_name": "smithi151.ukvjjt", 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for the mgr to restart... 2024-04-23T02:58:48.772 INFO:teuthology.orchestra.run.smithi151.stdout:Waiting for mgr epoch 9... 2024-04-23T02:58:49.020 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:48 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2051373233' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T02:58:54.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: Active manager daemon smithi151.ukvjjt restarted 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: Activating manager daemon smithi151.ukvjjt 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: osdmap e3: 0 total, 0 up, 0 in 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: mgrmap e10: smithi151.ukvjjt(active, starting, since 0.00319235s) 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi151.ukvjjt", "id": "smithi151.ukvjjt"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: Manager daemon smithi151.ukvjjt is now available 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:58:54.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:53 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/mirror_snapshot_schedule"}]: dispatch 2024-04-23T02:58:54.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:54 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/trash_purge_schedule"}]: dispatch 2024-04-23T02:58:54.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:54 smithi151 ceph-mon[22285]: mgrmap e11: smithi151.ukvjjt(active, since 1.0062s) 2024-04-23T02:58:55.313 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout { 2024-04-23T02:58:55.313 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-23T02:58:55.313 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-23T02:58:55.313 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout } 2024-04-23T02:58:55.314 INFO:teuthology.orchestra.run.smithi151.stdout:mgr epoch 9 is available 2024-04-23T02:58:55.314 INFO:teuthology.orchestra.run.smithi151.stdout:Generating a dashboard self-signed certificate... 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:54] ENGINE Bus STARTING 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:54] ENGINE Serving on https://172.21.15.151:7150 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:54] ENGINE Serving on http://172.21.15.151:8765 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: [23/Apr/2024:02:58:54] ENGINE Bus STARTED 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T02:58:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:55 smithi151 ceph-mon[22285]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T02:58:56.530 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-23T02:58:56.531 INFO:teuthology.orchestra.run.smithi151.stdout:Creating initial admin user... 2024-04-23T02:58:56.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:56 smithi151 ceph-mon[22285]: mgrmap e12: smithi151.ukvjjt(active, since 2s) 2024-04-23T02:58:56.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:56 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:56.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:56 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:57.955 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$VJLawS1QjG.uG6kNErCFtuFOMSk5VO5A4tjAMDy1ajAdN5xgG4TiK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713841137, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-23T02:58:57.956 INFO:teuthology.orchestra.run.smithi151.stdout:Fetching dashboard port number... 2024-04-23T02:58:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:57 smithi151 ceph-mon[22285]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:57 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:58.062 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:57 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:58:58.894 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:58 smithi151 ceph-mon[22285]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:58:58.894 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:58:58 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1891028836' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-23T02:58:59.130 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stdout 8443 2024-04-23T02:58:59.139 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-23T02:58:59.139 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout disabled 2024-04-23T02:58:59.146 INFO:teuthology.orchestra.run.smithi151.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-23T02:58:59.146 INFO:teuthology.orchestra.run.smithi151.stdout:systemctl: stdout inactive 2024-04-23T02:58:59.146 INFO:teuthology.orchestra.run.smithi151.stdout:firewalld.service is not enabled 2024-04-23T02:58:59.146 INFO:teuthology.orchestra.run.smithi151.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-23T02:58:59.147 INFO:teuthology.orchestra.run.smithi151.stdout:Ceph Dashboard is now available at: 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout: URL: https://smithi151:8443/ 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout: User: admin 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout: Password: fe7wbokpat 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout:Saving cluster configuration to /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config directory 2024-04-23T02:58:59.148 INFO:teuthology.orchestra.run.smithi151.stdout:Enabling autotune for osd_memory_target 2024-04-23T02:59:00.463 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:00 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:01.530 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:01 smithi151 ceph-mon[22285]: mgrmap e13: smithi151.ukvjjt(active, since 6s) 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout:Or, if you are only running a single cluster on this host: 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.408 INFO:teuthology.orchestra.run.smithi151.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: ceph telemetry on 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout:For more information see: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:02.409 INFO:teuthology.orchestra.run.smithi151.stdout:Bootstrap complete. 2024-04-23T02:59:02.445 INFO:tasks.cephadm:Fetching config... 2024-04-23T02:59:02.446 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:59:02.446 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-23T02:59:02.461 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-23T02:59:02.461 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:59:02.461 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-23T02:59:02.518 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-23T02:59:02.518 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:59:02.518 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/keyring of=/dev/stdout 2024-04-23T02:59:02.582 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-23T02:59:02.582 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T02:59:02.582 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-23T02:59:02.638 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-23T02:59:02.639 DEBUG:teuthology.orchestra.run.smithi151:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8Vp3seicqEy9Z4JCLr5A2132/OZUfKfUPf/pjJeX1ZVRPCpYsqU9moF8y5uMf4bHphd4O0Zt3b787Z1VXuHtl7AiRVxxnZ45rd4pHNUnS6m4X0eMmmI9hPYTY/W9rJcX3/LvPZma/c7bSNKFk8gugFq6jYhN8kfGFsVnHtOutJc1LTM8uzR22dOKGR3yUpXwrk9CsY5nrzj9VosXPnQNOR0m+DbCWWXBT5/mhiuflSeR5tmO51/G/txLItBzXP8nO8WUaGmjcAw0k/w7rpAUoHcVxRJKOKhHQcRCEUmzinsXvoQIStpnzNTdFIV+f378lzvKHLmaUHubT7A3QOjuXYNo67+8XHzSyxRg0ljkHl/QcL2Rb4onBSCaCxnLa7JF6TtrRWEZWyzMvn4iLGRlvUKw+PfkGzhRxCRD+NZovI0qCzycpB54t5byGEHDa3k1qNU8Y8o0gvwy8lN7ccxZwbIJI9eHfu1vaLkCWTUFJMptbH5iEPaNkEya97UvZtjk= ceph-f6c51778-011c-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-23T02:59:02.711 INFO:teuthology.orchestra.run.smithi151.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8Vp3seicqEy9Z4JCLr5A2132/OZUfKfUPf/pjJeX1ZVRPCpYsqU9moF8y5uMf4bHphd4O0Zt3b787Z1VXuHtl7AiRVxxnZ45rd4pHNUnS6m4X0eMmmI9hPYTY/W9rJcX3/LvPZma/c7bSNKFk8gugFq6jYhN8kfGFsVnHtOutJc1LTM8uzR22dOKGR3yUpXwrk9CsY5nrzj9VosXPnQNOR0m+DbCWWXBT5/mhiuflSeR5tmO51/G/txLItBzXP8nO8WUaGmjcAw0k/w7rpAUoHcVxRJKOKhHQcRCEUmzinsXvoQIStpnzNTdFIV+f378lzvKHLmaUHubT7A3QOjuXYNo67+8XHzSyxRg0ljkHl/QcL2Rb4onBSCaCxnLa7JF6TtrRWEZWyzMvn4iLGRlvUKw+PfkGzhRxCRD+NZovI0qCzycpB54t5byGEHDa3k1qNU8Y8o0gvwy8lN7ccxZwbIJI9eHfu1vaLkCWTUFJMptbH5iEPaNkEya97UvZtjk= ceph-f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:59:02.732 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8Vp3seicqEy9Z4JCLr5A2132/OZUfKfUPf/pjJeX1ZVRPCpYsqU9moF8y5uMf4bHphd4O0Zt3b787Z1VXuHtl7AiRVxxnZ45rd4pHNUnS6m4X0eMmmI9hPYTY/W9rJcX3/LvPZma/c7bSNKFk8gugFq6jYhN8kfGFsVnHtOutJc1LTM8uzR22dOKGR3yUpXwrk9CsY5nrzj9VosXPnQNOR0m+DbCWWXBT5/mhiuflSeR5tmO51/G/txLItBzXP8nO8WUaGmjcAw0k/w7rpAUoHcVxRJKOKhHQcRCEUmzinsXvoQIStpnzNTdFIV+f378lzvKHLmaUHubT7A3QOjuXYNo67+8XHzSyxRg0ljkHl/QcL2Rb4onBSCaCxnLa7JF6TtrRWEZWyzMvn4iLGRlvUKw+PfkGzhRxCRD+NZovI0qCzycpB54t5byGEHDa3k1qNU8Y8o0gvwy8lN7ccxZwbIJI9eHfu1vaLkCWTUFJMptbH5iEPaNkEya97UvZtjk= ceph-f6c51778-011c-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-23T02:59:02.770 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8Vp3seicqEy9Z4JCLr5A2132/OZUfKfUPf/pjJeX1ZVRPCpYsqU9moF8y5uMf4bHphd4O0Zt3b787Z1VXuHtl7AiRVxxnZ45rd4pHNUnS6m4X0eMmmI9hPYTY/W9rJcX3/LvPZma/c7bSNKFk8gugFq6jYhN8kfGFsVnHtOutJc1LTM8uzR22dOKGR3yUpXwrk9CsY5nrzj9VosXPnQNOR0m+DbCWWXBT5/mhiuflSeR5tmO51/G/txLItBzXP8nO8WUaGmjcAw0k/w7rpAUoHcVxRJKOKhHQcRCEUmzinsXvoQIStpnzNTdFIV+f378lzvKHLmaUHubT7A3QOjuXYNo67+8XHzSyxRg0ljkHl/QcL2Rb4onBSCaCxnLa7JF6TtrRWEZWyzMvn4iLGRlvUKw+PfkGzhRxCRD+NZovI0qCzycpB54t5byGEHDa3k1qNU8Y8o0gvwy8lN7ccxZwbIJI9eHfu1vaLkCWTUFJMptbH5iEPaNkEya97UvZtjk= ceph-f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T02:59:02.782 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-23T02:59:03.013 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T02:59:03.214 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:02 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/901912200' entity='client.admin' 2024-04-23T02:59:05.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"}]: dispatch 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: Deploying daemon ceph-exporter.smithi151 on smithi151 2024-04-23T02:59:05.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:05 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/68410434' entity='client.admin' 2024-04-23T02:59:06.310 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-23T02:59:06.311 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-23T02:59:07.072 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T02:59:10.207 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2024-04-23T02:59:10.208 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:59:10.208 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2024-04-23T02:59:10.227 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T02:59:10.227 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T02:59:10.284 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2024-04-23T02:59:10.285 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch host add smithi188 2024-04-23T02:59:10.493 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:10 smithi151 ceph-mon[22285]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:59:10.493 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:10 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:10.738 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T02:59:12.013 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:11 smithi151 ceph-mon[22285]: Deploying daemon crash.smithi151 on smithi151 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:15.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:15.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: Deploying daemon node-exporter.smithi151 on smithi151 2024-04-23T02:59:15.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:14 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:15.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:15 smithi151 ceph-mon[22285]: Deploying cephadm binary to smithi188 2024-04-23T02:59:16.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:16 smithi151 ceph-mon[22285]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:17.961 INFO:teuthology.orchestra.run.smithi151.stdout:Added host 'smithi188' with addr '172.21.15.188' 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: Deploying daemon alertmanager.smithi151 on smithi151 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:18.518 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:18 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:18.519 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-23T02:59:18.760 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T02:59:20.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:19 smithi151 ceph-mon[22285]: Added host smithi188 2024-04-23T02:59:20.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:19 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:20 smithi151 ceph-mon[22285]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:22.409 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T02:59:22.409 INFO:teuthology.orchestra.run.smithi151.stdout:[{"addr": "172.21.15.151", "hostname": "smithi151", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2024-04-23T02:59:23.058 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:22 smithi151 ceph-mon[22285]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:23.367 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-23T02:59:23.367 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-23T02:59:23.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:23 smithi151 ceph-mon[22285]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T02:59:24.374 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T02:59:25.134 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:24 smithi151 ceph-mon[22285]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:26.972 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:26 smithi151 ceph-mon[22285]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:28.808 INFO:teuthology.orchestra.run.smithi151.stderr:adjusted tunables profile to default 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-23T02:59:28.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: Deploying daemon grafana.smithi151 on smithi151 2024-04-23T02:59:28.910 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:28 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/739688149' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T02:59:29.920 INFO:tasks.cephadm:Adding mon.smithi151 on smithi151 2024-04-23T02:59:29.920 INFO:tasks.cephadm:Adding mon.smithi188 on smithi188 2024-04-23T02:59:29.921 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188' 2024-04-23T02:59:30.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:29 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:30.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/739688149' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T02:59:30.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:29 smithi151 ceph-mon[22285]: osdmap e4: 0 total, 0 up, 0 in 2024-04-23T02:59:30.250 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:30.296 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:31.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:30 smithi151 ceph-mon[22285]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:32.030 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2024-04-23T02:59:32.553 DEBUG:teuthology.orchestra.run.smithi188:mon.smithi188> sudo journalctl -f -n 0 -u ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi188.service 2024-04-23T02:59:32.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:32.555 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:32.813 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:32.858 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:33.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:32 smithi151 ceph-mon[22285]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:33.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:32 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:34.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:33 smithi151 ceph-mon[22285]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T02:59:34.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:33 smithi151 ceph-mon[22285]: Saving service mon spec with placement smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188;count:2 2024-04-23T02:59:34.535 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:34.535 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:34.537 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:35.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:34 smithi151 ceph-mon[22285]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:35.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:34 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3869803731' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:36.141 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:36.142 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:36.371 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:36.417 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:37.103 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:36 smithi151 ceph-mon[22285]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:38.131 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:38.131 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:38.134 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/679019977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:38.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:38 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:39.708 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:39.709 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:39.935 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:39.983 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:40.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:39 smithi151 ceph-mon[22285]: Deploying daemon prometheus.smithi151 on smithi151 2024-04-23T02:59:41.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:40 smithi151 ceph-mon[22285]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:41.603 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:41.604 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:41.605 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:42.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:41 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1676857606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:43.154 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:43.155 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:43.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:42 smithi151 ceph-mon[22285]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:43.399 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:43.444 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:45.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:44 smithi151 ceph-mon[22285]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:45.166 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:45.166 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:45.168 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:45.969 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:45 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1916041093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:46.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:46.778 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:47.005 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:47.051 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:47.117 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:46 smithi151 ceph-mon[22285]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:48.711 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:48.711 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:48.713 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:49.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:48 smithi151 ceph-mon[22285]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:49.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:48 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/2640810970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:50.234 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:50.234 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:50.429 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:50 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:50.429 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:50 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:50.429 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:50 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:50.429 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:50 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-23T02:59:50.430 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:50 smithi151 ceph-mon[22285]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T02:59:50.473 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:50.519 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:51.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:51 smithi151 ceph-mon[22285]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-23T02:59:51.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:51 smithi151 ceph-mon[22285]: mgrmap e14: smithi151.ukvjjt(active, since 56s) 2024-04-23T02:59:52.121 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:52.122 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:52.123 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:52 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/904879788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:53.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:53.685 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:53.921 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:53.971 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:55.683 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:55.683 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:55.685 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:56.049 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:55 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/5727722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T02:59:57.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T02:59:57.245 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T02:59:57.486 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:57.531 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T02:59:57.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: Active manager daemon smithi151.ukvjjt restarted 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: Activating manager daemon smithi151.ukvjjt 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: osdmap e5: 0 total, 0 up, 0 in 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: mgrmap e15: smithi151.ukvjjt(active, starting, since 0.00310434s) 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi151.ukvjjt", "id": "smithi151.ukvjjt"}]: dispatch 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: Manager daemon smithi151.ukvjjt is now available 2024-04-23T02:59:57.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T02:59:58.530 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:58.530 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T02:59:58.530 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/mirror_snapshot_schedule"}]: dispatch 2024-04-23T02:59:58.531 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/trash_purge_schedule"}]: dispatch 2024-04-23T02:59:58.531 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: mgrmap e16: smithi151.ukvjjt(active, since 1.00536s) 2024-04-23T02:59:58.531 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T02:59:59.312 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T02:59:59.312 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T02:59:59.314 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T02:59:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:59 smithi151 ceph-mon[22285]: [23/Apr/2024:02:59:57] ENGINE Bus STARTING 2024-04-23T02:59:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:59 smithi151 ceph-mon[22285]: [23/Apr/2024:02:59:57] ENGINE Serving on https://172.21.15.151:7150 2024-04-23T02:59:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:59 smithi151 ceph-mon[22285]: [23/Apr/2024:02:59:57] ENGINE Serving on http://172.21.15.151:8765 2024-04-23T02:59:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:59 smithi151 ceph-mon[22285]: [23/Apr/2024:02:59:57] ENGINE Bus STARTED 2024-04-23T02:59:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 02:59:59 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:00.516 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:00 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3982068656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:00.516 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:00 smithi151 ceph-mon[22285]: mgrmap e17: smithi151.ukvjjt(active, since 2s) 2024-04-23T03:00:01.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:01.067 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:01.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:01.664 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T03:00:01.725 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-23T03:00:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:02 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:02 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:00:04.603 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:04.603 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:00:04.605 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi151:/etc/ceph/ceph.conf 2024-04-23T03:00:05.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi188:/etc/ceph/ceph.conf 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3666770890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-23T03:00:05.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:06.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:05 smithi151 ceph-mon[22285]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:00:06.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:05 smithi151 ceph-mon[22285]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:00:06.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:05 smithi151 ceph-mon[22285]: Deploying daemon ceph-exporter.smithi188 on smithi188 2024-04-23T03:00:06.216 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:06.216 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:06.483 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:08.447 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:08.447 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:00:08.448 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T03:00:08.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:08 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1734268524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:09.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:09.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:09 smithi151 ceph-mon[22285]: Deploying daemon crash.smithi188 on smithi188 2024-04-23T03:00:10.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:10.100 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:10.342 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:12.172 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:12.172 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:00:12.174 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T03:00:12.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:12 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3183233879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:13.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:13.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:13 smithi151 ceph-mon[22285]: Deploying daemon node-exporter.smithi188 on smithi188 2024-04-23T03:00:13.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:13.913 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:14.152 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:17.124 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:17.124 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:00:17.126 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:00:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:00:18.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:18.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: Deploying daemon mgr.smithi188.eigfts on smithi188 2024-04-23T03:00:18.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3570833087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:18.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:18.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:18.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:18.699 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:18.932 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:20 smithi151 ceph-mon[22285]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:20.904 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:20.904 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T02:57:50.172644Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:00:20.906 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-04-23T03:00:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:21 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1732403811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:22.655 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-23T03:00:22.656 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:00:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: Deploying daemon mon.smithi188 on smithi188 2024-04-23T03:00:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:23.528 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:24 smithi151 ceph-mon[22285]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:24 smithi188 systemd[1]: Starting Ceph mon.smithi188 for f6c51778-011c-11ef-bc93-c7b262605968... 2024-04-23T03:00:25.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 podman[30840]: 2024-04-23 03:00:25.142701636 +0000 UTC m=+0.431034369 container create 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, RELEASE=main-56e81df, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-23T03:00:25.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 podman[30840]: 2024-04-23 03:00:25.059710541 +0000 UTC m=+0.348043274 image pull 82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d 2024-04-23T03:00:25.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 podman[30840]: 2024-04-23 03:00:25.312105944 +0000 UTC m=+0.600438677 container init 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=main-56e81df, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 podman[30840]: 2024-04-23 03:00:25.315212375 +0000 UTC m=+0.603545110 container start 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, RELEASE=main-56e81df, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: set uid:gid to 167:167 (ceph:ceph) 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev), process ceph-mon, pid 2 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pidfile_write: ignore empty --pid-file 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: load: jerasure load: lrc 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: RocksDB version: 7.9.2 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Git sha 0 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Compile date 2024-04-22 15:21:46 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: DB SUMMARY 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: DB Session ID: LURWQVBXRVF5TWHJ6MSX 2024-04-23T03:00:25.398 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: CURRENT file: CURRENT 2024-04-23T03:00:25.399 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: IDENTITY file: IDENTITY 2024-04-23T03:00:25.399 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-23T03:00:25.399 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi188/store.db dir, Total Num: 0, files: 2024-04-23T03:00:25.399 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi188/store.db: 000004.log size: 511 ; 2024-04-23T03:00:25.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.error_if_exists: 0 2024-04-23T03:00:25.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.create_if_missing: 0 2024-04-23T03:00:25.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.paranoid_checks: 1 2024-04-23T03:00:25.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-23T03:00:25.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.env: 0x5625f49dacc0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.fs: PosixFileSystem 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.info_log: 0x5625f5c0faa0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_file_opening_threads: 16 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.statistics: (nil) 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.use_fsync: 0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_log_file_size: 0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-23T03:00:25.402 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.keep_log_file_num: 1000 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.recycle_log_file_num: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_fallocate: 1 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_mmap_reads: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_mmap_writes: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.use_direct_reads: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.create_missing_column_families: 0 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.db_log_dir: 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.wal_dir: 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-23T03:00:25.403 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.advise_random_on_open: 1 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.db_write_buffer_size: 0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.write_buffer_manager: 0x5625f5ba30e0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.rate_limiter: (nil) 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-23T03:00:25.404 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.wal_recovery_mode: 2 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enable_thread_tracking: 0 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enable_pipelined_write: 0 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.unordered_write: 0 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.row_cache: None 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.wal_filter: None 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-23T03:00:25.405 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_ingest_behind: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.two_write_queues: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.manual_wal_flush: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.wal_compression: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.atomic_flush: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.log_readahead_size: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.best_efforts_recovery: 0 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-23T03:00:25.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.allow_data_in_errors: 0 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.db_host_id: __hostname__ 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_background_jobs: 2 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_background_compactions: -1 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_subcompactions: 1 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_total_wal_size: 0 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-23T03:00:25.407 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_open_files: -1 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bytes_per_sync: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_readahead_size: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_background_flushes: -1 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Compression algorithms supported: 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kZSTD supported: 0 2024-04-23T03:00:25.408 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kXpressCompression supported: 0 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kLZ4HCCompression supported: 1 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kZlibCompression supported: 1 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kSnappyCompression supported: 1 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kLZ4Compression supported: 1 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: kBZip2Compression supported: 0 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000005 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.merge_operator: 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_filter: None 2024-04-23T03:00:25.409 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_filter_factory: None 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.sst_partitioner_factory: None 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5625f5c0fc80) 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: cache_index_and_filter_blocks: 1 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: pin_top_level_index_and_filter: 1 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_type: 0 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: data_block_index_type: 0 2024-04-23T03:00:25.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_shortening: 1 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: checksum: 4 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: no_block_cache: 0 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache: 0x5625f5bd51f0 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_name: BinnedLRUCache 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_options: 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: capacity : 536870912 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: num_shard_bits : 4 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: strict_capacity_limit : 0 2024-04-23T03:00:25.411 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: high_pri_pool_ratio: 0.000 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_compressed: (nil) 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: persistent_cache: (nil) 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_size: 4096 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_size_deviation: 10 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_restart_interval: 16 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_block_restart_interval: 1 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: metadata_block_size: 4096 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: partition_filters: 0 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: use_delta_encoding: 1 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: filter_policy: bloomfilter 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: whole_key_filtering: 1 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: verify_compression: 0 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: read_amp_bytes_per_bit: 0 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: format_version: 5 2024-04-23T03:00:25.412 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: enable_index_compression: 1 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_align: 0 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: max_auto_readahead_size: 262144 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: prepopulate_block_cache: 0 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: initial_auto_readahead_size: 8192 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: num_file_reads_for_auto_readahead: 2 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.write_buffer_size: 33554432 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_write_buffer_number: 2 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression: NoCompression 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression: Disabled 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.prefix_extractor: nullptr 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-23T03:00:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.num_levels: 7 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-23T03:00:25.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.level: 32767 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.strategy: 0 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.enabled: false 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.target_file_size_base: 67108864 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-23T03:00:25.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-23T03:00:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.arena_block_size: 1048576 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.disable_auto_compactions: 0 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-23T03:00:25.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.inplace_update_support: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.bloom_locality: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.max_successive_merges: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.paranoid_file_checks: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.force_consistency_checks: 1 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.report_bg_io_stats: 0 2024-04-23T03:00:25.418 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.ttl: 2592000 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enable_blob_files: false 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.min_blob_size: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_file_size: 268435456 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.blob_file_starting_level: 0 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-23T03:00:25.419 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6593f486-fb4d-449e-bc30-ea4dfa2afefb 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841225355024, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841225355486, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1713841225, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6593f486-fb4d-449e-bc30-ea4dfa2afefb", "db_session_id": "LURWQVBXRVF5TWHJ6MSX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713841225355588, "job": 1, "event": "recovery_finished"} 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi188/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5625f5cea000 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: DB pointer 0x5625f5cd4000 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** DB Stats ** 2024-04-23T03:00:25.420 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** Compaction Stats [default] ** 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-23T03:00:25.421 INFO:journalctl@ceph.mon.smithi188.smithi188.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** Compaction Stats [default] ** 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-23T03:00:25.422 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative compaction: 0.00 GB write, 0.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval compaction: 0.00 GB write, 0.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Block cache BinnedLRUCache@0x5625f5bd51f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188 does not exist in monmap, will attempt to join an existing cluster 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: using public_addr v2:172.21.15.188:0/0 -> [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: starting mon.smithi188 rank -1 at public addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] at bind addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi188 fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(???) e0 preinit fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).mds e1 new map 2024-04-23T03:00:25.423 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).mds e1 print_map 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: e1 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: legacy client fscid: -1 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: No filesystems configured 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-23T03:00:25.424 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon ceph-exporter.smithi151 on smithi151 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/68410434' entity='client.admin' 2024-04-23T03:00:25.425 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon crash.smithi151 on smithi151 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.426 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon node-exporter.smithi151 on smithi151 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying cephadm binary to smithi188 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon alertmanager.smithi151 on smithi151 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.427 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Added host smithi188 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.428 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon grafana.smithi151 on smithi151 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/739688149' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/739688149' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T03:00:25.429 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Saving service mon spec with placement smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188;count:2 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3869803731' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/679019977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.430 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon prometheus.smithi151 on smithi151 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1676857606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.431 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.432 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1916041093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/2640810970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14164 172.21.15.151:0/110412205' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mgrmap e14: smithi151.ukvjjt(active, since 56s) 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/904879788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/5727722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Active manager daemon smithi151.ukvjjt restarted 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Activating manager daemon smithi151.ukvjjt 2024-04-23T03:00:25.435 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: osdmap e5: 0 total, 0 up, 0 in 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mgrmap e15: smithi151.ukvjjt(active, starting, since 0.00310434s) 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi151.ukvjjt", "id": "smithi151.ukvjjt"}]: dispatch 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:00:25.436 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Manager daemon smithi151.ukvjjt is now available 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi151.ukvjjt/trash_purge_schedule"}]: dispatch 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mgrmap e16: smithi151.ukvjjt(active, since 1.00536s) 2024-04-23T03:00:25.437 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: [23/Apr/2024:02:59:57] ENGINE Bus STARTING 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: [23/Apr/2024:02:59:57] ENGINE Serving on https://172.21.15.151:7150 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: [23/Apr/2024:02:59:57] ENGINE Serving on http://172.21.15.151:8765 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: [23/Apr/2024:02:59:57] ENGINE Bus STARTED 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3982068656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mgrmap e17: smithi151.ukvjjt(active, since 2s) 2024-04-23T03:00:25.438 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:00:25.439 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:00:25.440 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi151:/etc/ceph/ceph.conf 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi188:/etc/ceph/ceph.conf 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:25.441 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3666770890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:00:25.442 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon ceph-exporter.smithi188 on smithi188 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1734268524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-23T03:00:25.443 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon crash.smithi188 on smithi188 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3183233879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon node-exporter.smithi188 on smithi188 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.444 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon mgr.smithi188.eigfts on smithi188 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3570833087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1732403811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: Deploying daemon mon.smithi188 on smithi188 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 ceph-mon[30886]: mon.smithi188@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 bash[30840]: 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd 2024-04-23T03:00:25.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:25 smithi188 systemd[1]: Started Ceph mon.smithi188 for f6c51778-011c-11ef-bc93-c7b262605968. 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: mon.smithi151 calling monitor election 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: mon.smithi188 calling monitor election 2024-04-23T03:00:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.eigfts/crt"}]: dispatch 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: mon.smithi151 is new leader, mons smithi151,smithi188 in quorum (ranks 0,1) 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: monmap epoch 2 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: last_changed 2024-04-23T03:00:25.383089+0000 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: created 2024-04-23T02:57:50.172644+0000 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: min_mon_release 19 (squid) 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: election_strategy: 1 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: 0: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.smithi151 2024-04-23T03:00:30.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.smithi188 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: fsmap 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: osdmap e5: 0 total, 0 up, 0 in 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: mgrmap e17: smithi151.ukvjjt(active, since 33s) 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: overall HEALTH_OK 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: Standby manager daemon smithi188.eigfts started 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.eigfts/key"}]: dispatch 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:00:30.736 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:30 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:30.750 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.750 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:00:30.750 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: mon.smithi151 calling monitor election 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: mon.smithi188 calling monitor election 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.eigfts/crt"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: mon.smithi151 is new leader, mons smithi151,smithi188 in quorum (ranks 0,1) 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: monmap epoch 2 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: fsid f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:30.751 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: last_changed 2024-04-23T03:00:25.383089+0000 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: created 2024-04-23T02:57:50.172644+0000 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: min_mon_release 19 (squid) 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: election_strategy: 1 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: 0: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.smithi151 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.smithi188 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: fsmap 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: osdmap e5: 0 total, 0 up, 0 in 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: mgrmap e17: smithi151.ukvjjt(active, since 33s) 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: overall HEALTH_OK 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: Standby manager daemon smithi188.eigfts started 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.eigfts/key"}]: dispatch 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.? 172.21.15.188:0/1327203164' entity='mgr.smithi188.eigfts' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:00:30.752 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:30 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: mgrmap e18: smithi151.ukvjjt(active, since 33s), standbys: smithi188.eigfts 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi188.eigfts", "id": "smithi188.eigfts"}]: dispatch 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:00:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: mgrmap e18: smithi151.ukvjjt(active, since 33s), standbys: smithi188.eigfts 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr metadata", "who": "smithi188.eigfts", "id": "smithi188.eigfts"}]: dispatch 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:00:31.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:00:32.184 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-23T03:00:32.184 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":2,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","modified":"2024-04-23T03:00:25.383089Z","created":"2024-04-23T02:57:50.172644Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi151","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi188","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-23T03:00:32.186 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 2 2024-04-23T03:00:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:32 smithi188 ceph-mon[30886]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:32 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/443865191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:32 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:32.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:32 smithi151 ceph-mon[22285]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:32.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:32 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/443865191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:00:32.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:32 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:33.071 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-23T03:00:33.072 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-23T03:00:33.321 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: Updating smithi151:/etc/ceph/ceph.conf 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: Updating smithi188:/etc/ceph/ceph.conf 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:34.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:00:34.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:33 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:34.238 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: Updating smithi151:/etc/ceph/ceph.conf 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: Updating smithi188:/etc/ceph/ceph.conf 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: Updating smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: Updating smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.239 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.240 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:34.240 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:00:34.240 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:00:34.240 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:33 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:35.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:34 smithi151 ceph-mon[22285]: Reconfiguring mon.smithi151 (unknown last config time)... 2024-04-23T03:00:35.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:34 smithi151 ceph-mon[22285]: Reconfiguring daemon mon.smithi151 on smithi151 2024-04-23T03:00:35.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:34 smithi188 ceph-mon[30886]: Reconfiguring mon.smithi151 (unknown last config time)... 2024-04-23T03:00:35.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:34 smithi188 ceph-mon[30886]: Reconfiguring daemon mon.smithi151 on smithi151 2024-04-23T03:00:35.888 INFO:teuthology.orchestra.run.smithi151.stdout:# minimal ceph.conf for f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:35.888 INFO:teuthology.orchestra.run.smithi151.stdout:[global] 2024-04-23T03:00:35.888 INFO:teuthology.orchestra.run.smithi151.stdout: fsid = f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:00:35.888 INFO:teuthology.orchestra.run.smithi151.stdout: mon_host = [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-04-23T03:00:36.495 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-23T03:00:36.495 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T03:00:36.495 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/ceph/ceph.conf 2024-04-23T03:00:36.521 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T03:00:36.521 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:36.585 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T03:00:36.586 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2024-04-23T03:00:36.616 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T03:00:36.616 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi151.ukvjjt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:36 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1143979242' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:36.677 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi151.ukvjjt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:36.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:36 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1143979242' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:36.681 INFO:tasks.cephadm:Deploying OSDs... 2024-04-23T03:00:36.682 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T03:00:36.682 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T03:00:36.696 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-23T03:00:36.696 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/nvme1n1 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/nvme1n1 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 761 Links: 1 Device type: 103,2 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:59:06.005190270 +0000 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:36.125507731 +0000 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:36.125507731 +0000 2024-04-23T03:00:36.751 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:36.114507853 +0000 2024-04-23T03:00:36.752 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-23T03:00:36.814 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T03:00:36.815 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T03:00:36.815 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000479152 s, 1.1 MB/s 2024-04-23T03:00:36.816 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-23T03:00:36.872 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/nvme2n1 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/nvme2n1 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 774 Links: 1 Device type: 103,4 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:59:06.015190161 +0000 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:36.244506415 +0000 2024-04-23T03:00:36.927 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:36.244506415 +0000 2024-04-23T03:00:36.928 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:36.234506525 +0000 2024-04-23T03:00:36.928 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-23T03:00:36.990 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T03:00:36.990 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T03:00:36.991 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000217666 s, 2.4 MB/s 2024-04-23T03:00:36.992 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-23T03:00:37.048 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/nvme3n1 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/nvme3n1 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 786 Links: 1 Device type: 103,6 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:59:06.025190051 +0000 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:36.373504987 +0000 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:36.373504987 +0000 2024-04-23T03:00:37.103 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:36.363505098 +0000 2024-04-23T03:00:37.103 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-23T03:00:37.166 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T03:00:37.166 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T03:00:37.166 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000188907 s, 2.7 MB/s 2024-04-23T03:00:37.167 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-23T03:00:37.223 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/nvme4n1 2024-04-23T03:00:37.277 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/nvme4n1 2024-04-23T03:00:37.277 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 797 Links: 1 Device type: 103,8 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-04-23 02:59:06.035189942 +0000 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-04-23 02:55:36.492503671 +0000 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-04-23 02:55:36.492503671 +0000 2024-04-23T03:00:37.278 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: 2024-04-23 02:55:36.481503793 +0000 2024-04-23T03:00:37.278 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-23T03:00:37.339 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-04-23T03:00:37.339 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-04-23T03:00:37.339 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000219737 s, 2.3 MB/s 2024-04-23T03:00:37.340 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-23T03:00:37.396 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T03:00:37.396 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T03:00:37.415 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-23T03:00:37.415 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme1n1 2024-04-23T03:00:37.473 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme1n1 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 761 Links: 1 Device type: 103,2 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 03:00:02.493343775 +0000 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:37.625581407 +0000 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:37.625581407 +0000 2024-04-23T03:00:37.474 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:37.614581610 +0000 2024-04-23T03:00:37.475 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-23T03:00:37.540 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T03:00:37.540 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T03:00:37.540 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000319466 s, 1.6 MB/s 2024-04-23T03:00:37.542 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-23T03:00:37.601 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme2n1 2024-04-23T03:00:37.657 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme2n1 2024-04-23T03:00:37.657 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:37.657 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 775 Links: 1 Device type: 103,4 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 03:00:02.502343609 +0000 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:37.748579140 +0000 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:37.748579140 +0000 2024-04-23T03:00:37.658 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:37.740579287 +0000 2024-04-23T03:00:37.658 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-23T03:00:37.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:37 smithi151 ceph-mon[22285]: Reconfiguring mgr.smithi151.ukvjjt (unknown last config time)... 2024-04-23T03:00:37.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:37 smithi151 ceph-mon[22285]: Reconfiguring daemon mgr.smithi151.ukvjjt on smithi151 2024-04-23T03:00:37.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:37 smithi188 ceph-mon[30886]: Reconfiguring mgr.smithi151.ukvjjt (unknown last config time)... 2024-04-23T03:00:37.720 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:37 smithi188 ceph-mon[30886]: Reconfiguring daemon mgr.smithi151.ukvjjt on smithi151 2024-04-23T03:00:37.722 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T03:00:37.722 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T03:00:37.722 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.00021034 s, 2.4 MB/s 2024-04-23T03:00:37.723 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-23T03:00:37.781 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme3n1 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme3n1 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 786 Links: 1 Device type: 103,6 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 03:00:02.512343425 +0000 2024-04-23T03:00:37.837 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:37.867576946 +0000 2024-04-23T03:00:37.838 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:37.867576946 +0000 2024-04-23T03:00:37.838 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:37.860577075 +0000 2024-04-23T03:00:37.838 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-23T03:00:37.902 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T03:00:37.902 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T03:00:37.902 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000221063 s, 2.3 MB/s 2024-04-23T03:00:37.903 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-23T03:00:37.960 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme4n1 2024-04-23T03:00:38.017 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme4n1 2024-04-23T03:00:38.017 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-23T03:00:38.017 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 798 Links: 1 Device type: 103,8 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-04-23 03:00:02.522343241 +0000 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-04-23 02:55:37.988574715 +0000 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-04-23 02:55:37.988574715 +0000 2024-04-23T03:00:38.018 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: 2024-04-23 02:55:37.978574900 +0000 2024-04-23T03:00:38.018 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-23T03:00:38.081 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-04-23T03:00:38.081 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-04-23T03:00:38.081 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000249144 s, 2.1 MB/s 2024-04-23T03:00:38.082 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-23T03:00:38.139 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-23T03:00:38.409 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi188/config 2024-04-23T03:00:38.494 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:38 smithi151 ceph-mon[22285]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:38.495 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:38.495 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:38.495 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:00:38.495 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:38.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:38 smithi188 ceph-mon[30886]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:38.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:38.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:38.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi151", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:00:38.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:39.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: Reconfiguring ceph-exporter.smithi151 (monmap changed)... 2024-04-23T03:00:39.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: Reconfiguring daemon ceph-exporter.smithi151 on smithi151 2024-04-23T03:00:39.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:39.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:39.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:00:39.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:39 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: Reconfiguring ceph-exporter.smithi151 (monmap changed)... 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: Reconfiguring daemon ceph-exporter.smithi151 on smithi151 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi151", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:00:39.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:39 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:00:40.121 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled osd.all-available-devices update... 2024-04-23T03:00:40.624 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-23T03:00:40.624 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:00:40.645 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:40 smithi151 ceph-mon[22285]: Reconfiguring crash.smithi151 (monmap changed)... 2024-04-23T03:00:40.645 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:40 smithi151 ceph-mon[22285]: Reconfiguring daemon crash.smithi151 on smithi151 2024-04-23T03:00:40.645 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:40 smithi151 ceph-mon[22285]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:40.645 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:40 smithi188 ceph-mon[30886]: Reconfiguring crash.smithi151 (monmap changed)... 2024-04-23T03:00:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:40 smithi188 ceph-mon[30886]: Reconfiguring daemon crash.smithi151 on smithi151 2024-04-23T03:00:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:40 smithi188 ceph-mon[30886]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:40.872 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:00:41.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:00:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: Marking host: smithi151 for OSDSpec preview refresh. 2024-04-23T03:00:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: Marking host: smithi188 for OSDSpec preview refresh. 2024-04-23T03:00:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: Saving service osd.all-available-devices spec with placement * 2024-04-23T03:00:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:41.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:41.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:00:41.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: Marking host: smithi151 for OSDSpec preview refresh. 2024-04-23T03:00:41.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: Marking host: smithi188 for OSDSpec preview refresh. 2024-04-23T03:00:41.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: Saving service osd.all-available-devices spec with placement * 2024-04-23T03:00:41.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:41.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:42 smithi151 ceph-mon[22285]: Reconfiguring alertmanager.smithi151 (dependencies changed)... 2024-04-23T03:00:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:42 smithi151 ceph-mon[22285]: Reconfiguring daemon alertmanager.smithi151 on smithi151 2024-04-23T03:00:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:42 smithi151 ceph-mon[22285]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:42 smithi188 ceph-mon[30886]: Reconfiguring alertmanager.smithi151 (dependencies changed)... 2024-04-23T03:00:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:42 smithi188 ceph-mon[30886]: Reconfiguring daemon alertmanager.smithi151 on smithi151 2024-04-23T03:00:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:42 smithi188 ceph-mon[30886]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:42.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:44.152 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:00:44.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:44 smithi151 ceph-mon[22285]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:44.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:44 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1746339647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:44.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:44 smithi188 ceph-mon[30886]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:44.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:44 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1746339647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:45.448 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:00:46.449 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:00:46.472 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:46 smithi151 ceph-mon[22285]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:46.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:46 smithi188 ceph-mon[30886]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:47.161 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:00:48.261 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:48.262 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:48.262 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:48 smithi151 ceph-mon[22285]: Reconfiguring grafana.smithi151 (dependencies changed)... 2024-04-23T03:00:48.262 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:48 smithi151 ceph-mon[22285]: Reconfiguring daemon grafana.smithi151 on smithi151 2024-04-23T03:00:48.262 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:48 smithi151 ceph-mon[22285]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:48.466 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:48.466 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:48.467 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:48 smithi188 ceph-mon[30886]: Reconfiguring grafana.smithi151 (dependencies changed)... 2024-04-23T03:00:48.467 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:48 smithi188 ceph-mon[30886]: Reconfiguring daemon grafana.smithi151 on smithi151 2024-04-23T03:00:48.467 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:48 smithi188 ceph-mon[30886]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:50.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:50 smithi188 ceph-mon[30886]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:50.538 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:50 smithi151 ceph-mon[22285]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:50.971 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:00:51.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:51 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4243170218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:51 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4243170218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:52.028 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:00:52.503 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:52 smithi151 ceph-mon[22285]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:52 smithi188 ceph-mon[30886]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:53.029 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:00:53.303 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:00:53.944 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:53.945 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:53.945 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:53 smithi151 ceph-mon[22285]: Reconfiguring prometheus.smithi151 (dependencies changed)... 2024-04-23T03:00:53.945 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:53 smithi151 ceph-mon[22285]: Reconfiguring daemon prometheus.smithi151 on smithi151 2024-04-23T03:00:53.945 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:53 smithi151 ceph-mon[22285]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:00:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:53 smithi188 ceph-mon[30886]: Reconfiguring prometheus.smithi151 (dependencies changed)... 2024-04-23T03:00:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:53 smithi188 ceph-mon[30886]: Reconfiguring daemon prometheus.smithi151 on smithi151 2024-04-23T03:00:53.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:53 smithi188 ceph-mon[30886]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:56.304 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:00:56.316 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:56 smithi151 ceph-mon[22285]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:56 smithi188 ceph-mon[30886]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:57.464 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:57 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4166389444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:57.464 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:57.490 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:00:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:57 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4166389444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:00:57.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:00:58.491 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:00:58.513 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:00:58 smithi151 ceph-mon[22285]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:00:58 smithi188 ceph-mon[30886]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:00:58.922 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:00.549 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:00 smithi151 ceph-mon[22285]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:00.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:00 smithi188 ceph-mon[30886]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:01.064 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: Reconfiguring ceph-exporter.smithi188 (monmap changed)... 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: Reconfiguring daemon ceph-exporter.smithi188 on smithi188 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1556433646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:01.679 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:01 smithi151 ceph-mon[22285]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:01.705 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: Reconfiguring ceph-exporter.smithi188 (monmap changed)... 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: Reconfiguring daemon ceph-exporter.smithi188 on smithi188 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1556433646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:01.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:01 smithi188 ceph-mon[30886]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:02.706 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:02.960 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: Reconfiguring crash.smithi188 (monmap changed)... 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:03.347 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:03 smithi188 ceph-mon[30886]: Reconfiguring daemon crash.smithi188 on smithi188 2024-04-23T03:01:03.356 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:03.357 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:03.357 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: Reconfiguring crash.smithi188 (monmap changed)... 2024-04-23T03:01:03.357 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-23T03:01:03.357 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:03.357 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:03 smithi151 ceph-mon[22285]: Reconfiguring daemon crash.smithi188 on smithi188 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:01:04.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:04.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:04.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:04.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:04.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.eigfts", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:01:04.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:01:04.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:04.671 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:05.311 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:01:05.334 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: Reconfiguring mgr.smithi188.eigfts (monmap changed)... 2024-04-23T03:01:05.334 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: Reconfiguring daemon mgr.smithi188.eigfts on smithi188 2024-04-23T03:01:05.334 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1017101367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:05.335 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:05.335 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:05.335 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:01:05.335 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:01:05.335 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: Reconfiguring mgr.smithi188.eigfts (monmap changed)... 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: Reconfiguring daemon mgr.smithi188.eigfts on smithi188 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1017101367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:01:05.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:06.312 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:06.324 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:06 smithi188 ceph-mon[30886]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:06.324 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:06 smithi188 ceph-mon[30886]: Reconfiguring mon.smithi188 (monmap changed)... 2024-04-23T03:01:06.324 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:06 smithi188 ceph-mon[30886]: Reconfiguring daemon mon.smithi188 on smithi188 2024-04-23T03:01:06.480 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:06 smithi151 ceph-mon[22285]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:06.481 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:06 smithi151 ceph-mon[22285]: Reconfiguring mon.smithi188 (monmap changed)... 2024-04-23T03:01:06.481 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:06 smithi151 ceph-mon[22285]: Reconfiguring daemon mon.smithi188 on smithi188 2024-04-23T03:01:06.555 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:07.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:07.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:07.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-23T03:01:07.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-23T03:01:07.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi151:9093"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi151:9093"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi151:3000"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi151:3000"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi151:9095"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi151:9095"}]: dispatch 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:07.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:01:07.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:07 smithi188 ceph-mon[30886]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:08.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi151:9093"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi151:9093"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi151:3000"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi151:3000"}]: dispatch 2024-04-23T03:01:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi151:9095"}]: dispatch 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi151:9095"}]: dispatch 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:01:08.160 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:07 smithi151 ceph-mon[22285]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:08.259 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:09.166 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:08 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3740586911' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:09.166 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:09.166 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:09.196 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:01:09.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:08 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3740586911' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:09.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:09.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:10.197 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:10.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:10 smithi151 ceph-mon[22285]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:10.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:10.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:10.679 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:10 smithi188 ceph-mon[30886]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:12.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:12 smithi151 ceph-mon[22285]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:12.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:12.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:12.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:12 smithi188 ceph-mon[30886]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:12.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:13.681 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:14.275 INFO:teuthology.orchestra.run.smithi151.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} 2024-04-23T03:01:14.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:14 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4258459691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:14.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:14.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:14 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4258459691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:15.277 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:15.845 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/2637913155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]: dispatch 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]: dispatch 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]': finished 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:01:16.582 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/2637913155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]: dispatch 2024-04-23T03:01:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]: dispatch 2024-04-23T03:01:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5de282b5-9534-493d-9ca3-5a33ea26e727"}]': finished 2024-04-23T03:01:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:01:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:17.524 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1444002014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "727470c8-0769-4776-ac37-39b99247401f"}]: dispatch 2024-04-23T03:01:17.524 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1444002014' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "727470c8-0769-4776-ac37-39b99247401f"}]': finished 2024-04-23T03:01:17.524 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:17 smithi151 ceph-mon[22285]: osdmap e7: 2 total, 0 up, 2 in 2024-04-23T03:01:17.524 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:17.525 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1444002014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "727470c8-0769-4776-ac37-39b99247401f"}]: dispatch 2024-04-23T03:01:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1444002014' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "727470c8-0769-4776-ac37-39b99247401f"}]': finished 2024-04-23T03:01:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:17 smithi188 ceph-mon[30886]: osdmap e7: 2 total, 0 up, 2 in 2024-04-23T03:01:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:17.839 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:18.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:18 smithi151 ceph-mon[22285]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:18 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3195109570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:18.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:18 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3893062681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:18.465 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1713841276,"num_remapped_pgs":0} 2024-04-23T03:01:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:18 smithi188 ceph-mon[30886]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:18 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3195109570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:18.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:18 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3893062681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:19.466 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:19.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:19 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2128210514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:19.705 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:19.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:19 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2128210514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/2825571351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]: dispatch 2024-04-23T03:01:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]: dispatch 2024-04-23T03:01:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]': finished 2024-04-23T03:01:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: osdmap e8: 3 total, 0 up, 3 in 2024-04-23T03:01:20.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:20.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:20.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/2825571351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]: dispatch 2024-04-23T03:01:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]: dispatch 2024-04-23T03:01:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f51f186-ff6f-40e4-930d-59ac3993872f"}]': finished 2024-04-23T03:01:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: osdmap e8: 3 total, 0 up, 3 in 2024-04-23T03:01:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4051179373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71986bfa-ec74-4692-811e-c245715c84cb"}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4051179373' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71986bfa-ec74-4692-811e-c245715c84cb"}]': finished 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: osdmap e9: 4 total, 0 up, 4 in 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:21.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:21 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1775910964' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:21.526 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4051179373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71986bfa-ec74-4692-811e-c245715c84cb"}]: dispatch 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4051179373' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71986bfa-ec74-4692-811e-c245715c84cb"}]': finished 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: osdmap e9: 4 total, 0 up, 4 in 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:21 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1775910964' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:22.226 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1713841280,"num_remapped_pgs":0} 2024-04-23T03:01:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:22 smithi151 ceph-mon[22285]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:22 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4130327505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:22 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/175408330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:22 smithi188 ceph-mon[30886]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:22 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4130327505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:22 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/175408330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:23.227 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:23.470 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:24.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:24.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3070964787' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]: dispatch 2024-04-23T03:01:24.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]: dispatch 2024-04-23T03:01:24.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]': finished 2024-04-23T03:01:24.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: osdmap e10: 5 total, 0 up, 5 in 2024-04-23T03:01:24.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:24.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:24.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:24.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:24.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3070964787' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]: dispatch 2024-04-23T03:01:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]: dispatch 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4"}]': finished 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: osdmap e10: 5 total, 0 up, 5 in 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:25.203 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:25.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3664687317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a253565-d125-4586-be57-38bb5a18ea87"}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3664687317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a253565-d125-4586-be57-38bb5a18ea87"}]': finished 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: osdmap e11: 6 total, 0 up, 6 in 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1953990149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:25.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:25 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3020026400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:25.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3664687317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a253565-d125-4586-be57-38bb5a18ea87"}]: dispatch 2024-04-23T03:01:25.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3664687317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a253565-d125-4586-be57-38bb5a18ea87"}]': finished 2024-04-23T03:01:25.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: osdmap e11: 6 total, 0 up, 6 in 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1953990149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:25.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3020026400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:26.069 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1713841284,"num_remapped_pgs":0} 2024-04-23T03:01:26.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:26 smithi151 ceph-mon[22285]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:26.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:26 smithi188 ceph-mon[30886]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:27.071 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:27.329 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:27.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:27 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/4222570319' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:27.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:27 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/4222570319' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/146605944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]: dispatch 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]: dispatch 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]': finished 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: osdmap e12: 7 total, 0 up, 7 in 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:28.622 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:28.623 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:28.623 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:28.623 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:28.623 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:28.623 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/146605944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46caa69e-7a27-4b90-b10c-baeadd0195ac"}]': finished 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: osdmap e12: 7 total, 0 up, 7 in 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:29.083 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/3133408863' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2954184662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cdc7b2c6-cafd-4dba-b0ce-6ba35096a480"}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2954184662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cdc7b2c6-cafd-4dba-b0ce-6ba35096a480"}]': finished 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: osdmap e13: 8 total, 0 up, 8 in 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:29.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:29.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:29.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3417203855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/3133408863' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2954184662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cdc7b2c6-cafd-4dba-b0ce-6ba35096a480"}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2954184662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cdc7b2c6-cafd-4dba-b0ce-6ba35096a480"}]': finished 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: osdmap e13: 8 total, 0 up, 8 in 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:29.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:29.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:29.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:29.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:29 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3417203855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:29.959 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:30.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:30 smithi151 ceph-mon[22285]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:30 smithi188 ceph-mon[30886]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:30.960 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:31.201 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:31.615 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:31 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1976557112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:31.681 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:31 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1976557112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:01:32.495 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:32 smithi151 ceph-mon[22285]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:32.576 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:32 smithi188 ceph-mon[30886]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:32.946 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:33.470 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:33 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1619525196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:33.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:33 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1619525196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:33.921 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:34.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:34 smithi151 ceph-mon[22285]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:34.677 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:34 smithi188 ceph-mon[30886]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:34.922 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:35.383 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:01:35.383 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:35.383 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:35 smithi188 ceph-mon[30886]: Deploying daemon osd.0 on smithi188 2024-04-23T03:01:35.484 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:35.605 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:01:35.605 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:35.605 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:35 smithi151 ceph-mon[22285]: Deploying daemon osd.0 on smithi188 2024-04-23T03:01:36.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:36 smithi188 ceph-mon[30886]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:36.597 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:36 smithi151 ceph-mon[22285]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:37.461 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:37 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:01:37.461 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:37 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:37.644 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:37 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:01:37.645 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:37 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:37.673 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:38.340 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:38.470 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:38 smithi188 ceph-mon[30886]: Deploying daemon osd.1 on smithi151 2024-04-23T03:01:38.471 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:38 smithi188 ceph-mon[30886]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:38.471 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:38 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2639354035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:38.583 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:38 smithi151 ceph-mon[22285]: Deploying daemon osd.1 on smithi151 2024-04-23T03:01:38.584 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:38 smithi151 ceph-mon[22285]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:38.584 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:38 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2639354035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:39.341 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:39.667 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:40.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:40 smithi188 ceph-mon[30886]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:40.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:40.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:40.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:01:40.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:40.655 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:40 smithi151 ceph-mon[22285]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:40.655 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:40.655 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:40.655 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:01:40.655 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:41.490 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:41 smithi151 ceph-mon[22285]: Deploying daemon osd.2 on smithi188 2024-04-23T03:01:41.623 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:41 smithi188 ceph-mon[30886]: Deploying daemon osd.2 on smithi188 2024-04-23T03:01:42.158 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:42.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:42 smithi151 ceph-mon[22285]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:42.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:42 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1238407729' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:42.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:42.705 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:42 smithi188 ceph-mon[30886]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:42.705 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:42 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1238407729' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:42.705 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:43.157 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:43.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:43 smithi151 ceph-mon[22285]: from='osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:01:43.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:43 smithi151 ceph-mon[22285]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:01:43.594 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:43 smithi188 ceph-mon[30886]: from='osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:01:43.594 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:43 smithi188 ceph-mon[30886]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:01:44.159 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:44.411 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:44.534 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: osdmap e14: 8 total, 0 up, 8 in 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:44.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:44 smithi151 ceph-mon[22285]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: osdmap e14: 8 total, 0 up, 8 in 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:44.646 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:44.647 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:44 smithi188 ceph-mon[30886]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:45.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: osdmap e15: 8 total, 0 up, 8 in 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:45.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:45.485 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:01:45.485 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:45.485 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:45 smithi188 ceph-mon[30886]: Deploying daemon osd.3 on smithi151 2024-04-23T03:01:45.636 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: osdmap e15: 8 total, 0 up, 8 in 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:45.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:45 smithi151 ceph-mon[22285]: Deploying daemon osd.3 on smithi151 2024-04-23T03:01:46.219 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:46.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:01:46.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:01:46.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:46.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541] boot 2024-04-23T03:01:46.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: osdmap e16: 8 total, 1 up, 8 in 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: Deploying daemon osd.4 on smithi188 2024-04-23T03:01:46.454 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:46 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3374448898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: osd.0 [v2:172.21.15.188:6800/3295228541,v1:172.21.15.188:6801/3295228541] boot 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: osdmap e16: 8 total, 1 up, 8 in 2024-04-23T03:01:46.637 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: Deploying daemon osd.4 on smithi188 2024-04-23T03:01:46.638 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:46 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3374448898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:46.841 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1713841305,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:47.536 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: osdmap e17: 8 total, 1 up, 8 in 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:47.537 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:47 smithi151 ceph-mon[22285]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:01:47.714 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: osdmap e17: 8 total, 1 up, 8 in 2024-04-23T03:01:47.714 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:47.714 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:47.714 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:47.714 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:47.715 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:47.715 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:47.715 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:47.715 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:47 smithi188 ceph-mon[30886]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:01:47.842 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:48.148 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: osdmap e18: 8 total, 1 up, 8 in 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:48.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:48.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:48.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: osdmap e18: 8 total, 1 up, 8 in 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:48.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: osdmap e19: 8 total, 1 up, 8 in 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:49.812 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:01:49.813 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: osdmap e19: 8 total, 1 up, 8 in 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:49.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400]' entity='osd.1' 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:01:49.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400] boot 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: osdmap e20: 8 total, 2 up, 8 in 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:50.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:50.681 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:50.681 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:50.681 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:50.681 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: osd.1 [v2:172.21.15.151:6802/1849523400,v1:172.21.15.151:6803/1849523400] boot 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: osdmap e20: 8 total, 2 up, 8 in 2024-04-23T03:01:50.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:50.844 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:50.904 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:51.626 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1713841309,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: osdmap e21: 8 total, 2 up, 8 in 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/888645242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='osd.2 ' entity='osd.2' 2024-04-23T03:01:51.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:01:51.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:51.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:51.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-23T03:01:51.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:51.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:51 smithi188 ceph-mon[30886]: Deploying daemon osd.6 on smithi188 2024-04-23T03:01:51.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:51.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: osdmap e21: 8 total, 2 up, 8 in 2024-04-23T03:01:51.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/888645242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='osd.2 ' entity='osd.2' 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:51.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:51 smithi151 ceph-mon[22285]: Deploying daemon osd.6 on smithi188 2024-04-23T03:01:52.628 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:52.650 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:01:52.650 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:01:52.650 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122] boot 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: osdmap e22: 8 total, 3 up, 8 in 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:52.651 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: osd.2 [v2:172.21.15.188:6808/350817122,v1:172.21.15.188:6809/350817122] boot 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: osdmap e22: 8 total, 3 up, 8 in 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:52.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:52.683 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:52.683 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:53.064 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:54.225 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: osdmap e23: 8 total, 3 up, 8 in 2024-04-23T03:01:54.225 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:54.225 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:54.226 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:54.226 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:54.226 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:54.226 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: pgmap v69: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:01:54.226 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:54 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: osdmap e23: 8 total, 3 up, 8 in 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: pgmap v69: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:01:54.446 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:54 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:01:55.155 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: osdmap e24: 8 total, 3 up, 8 in 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:01:55.156 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:01:55.157 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:01:55.157 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:55.157 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:55.157 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:01:55.157 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:55.351 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: osdmap e24: 8 total, 3 up, 8 in 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:01:55.352 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:01:55.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41003]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-23T03:01:55.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41003]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-23T03:01:55.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41003]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-23T03:01:55.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41003]: pam_unix(sudo:session): session closed for user root 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50576]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50576]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50576]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50576]: pam_unix(sudo:session): session closed for user root 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50579]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50579]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-23T03:01:55.769 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50579]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-23T03:01:55.770 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:55 smithi151 sudo[50579]: pam_unix(sudo:session): session closed for user root 2024-04-23T03:01:55.797 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1713841312,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:01:55.937 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41085]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-23T03:01:55.938 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41085]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-23T03:01:55.938 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41085]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-23T03:01:55.938 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:55 smithi188 sudo[41085]: pam_unix(sudo:session): session closed for user root 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: Deploying daemon osd.5 on smithi151 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: osdmap e25: 8 total, 3 up, 8 in 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:56.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1911728903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: pgmap v72: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:01:56.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:01:56.236 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:01:56.236 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:01:56.236 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.330 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: Deploying daemon osd.5 on smithi151 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: osdmap e25: 8 total, 3 up, 8 in 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1911728903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:56.331 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: pgmap v72: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi151"}]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:01:56.332 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:56.798 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:01:57.103 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:01:57.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:57.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: osdmap e26: 8 total, 3 up, 8 in 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='osd.4 ' entity='osd.4' 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:57.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: osdmap e26: 8 total, 3 up, 8 in 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='osd.4 ' entity='osd.4' 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:57.277 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645] boot 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: osdmap e27: 8 total, 4 up, 8 in 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:58.377 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:58.378 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 508 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:01:58.378 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:58.378 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:58 smithi151 ceph-mon[22285]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:01:58.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:01:58.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:01:58.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: osd.4 [v2:172.21.15.188:6816/2566630645,v1:172.21.15.188:6817/2566630645] boot 2024-04-23T03:01:58.433 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: osdmap e27: 8 total, 4 up, 8 in 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 508 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:01:58.434 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:58 smithi188 ceph-mon[30886]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:01:59.061 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: mgrmap e19: smithi151.ukvjjt(active, since 2m), standbys: smithi188.eigfts 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: osdmap e28: 8 total, 4 up, 8 in 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:59.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:01:59 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1495658658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:01:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: mgrmap e19: smithi151.ukvjjt(active, since 2m), standbys: smithi188.eigfts 2024-04-23T03:01:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: osdmap e28: 8 total, 4 up, 8 in 2024-04-23T03:01:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:01:59.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:01:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:01:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:01:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:01:59.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:01:59 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1495658658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:01:59.764 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":28,"num_osds":8,"num_up_osds":4,"osd_up_since":1713841317,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: osdmap e29: 8 total, 4 up, 8 in 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 509 MiB used, 357 GiB / 358 GiB avail; 8.7 KiB/s rd, 423 KiB/s wr, 28 op/s 2024-04-23T03:02:00.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568] boot 2024-04-23T03:02:00.235 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:00 smithi188 ceph-mon[30886]: osdmap e30: 8 total, 5 up, 8 in 2024-04-23T03:02:00.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: osdmap e29: 8 total, 4 up, 8 in 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 509 MiB used, 357 GiB / 358 GiB avail; 8.7 KiB/s rd, 423 KiB/s wr, 28 op/s 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-23T03:02:00.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-23T03:02:00.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: osd.3 [v2:172.21.15.151:6810/1850738568,v1:172.21.15.151:6811/1850738568] boot 2024-04-23T03:02:00.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:00 smithi151 ceph-mon[22285]: osdmap e30: 8 total, 5 up, 8 in 2024-04-23T03:02:00.766 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:02:01.254 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:01.350 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:02:01.350 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:02:01.350 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:01.350 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: osdmap e31: 8 total, 5 up, 8 in 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:01.351 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:01.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:02:01.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: osdmap e31: 8 total, 5 up, 8 in 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:01.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:02.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 540 MiB used, 446 GiB / 447 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-04-23T03:02:02.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430] boot 2024-04-23T03:02:02.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: osdmap e32: 8 total, 6 up, 8 in 2024-04-23T03:02:02.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:02.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:02.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:02 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 540 MiB used, 446 GiB / 447 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: osd.6 [v2:172.21.15.188:6824/652429430,v1:172.21.15.188:6825/652429430] boot 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: osdmap e32: 8 total, 6 up, 8 in 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-23T03:02:02.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:02 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:03.504 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:04.134 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:02:04.134 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:02:04.134 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: osdmap e33: 8 total, 6 up, 8 in 2024-04-23T03:02:04.134 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:04.135 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:04.135 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:02:04.135 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:03 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/797556351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: osdmap e33: 8 total, 6 up, 8 in 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:02:04.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:03 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/797556351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:04.163 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1713841322,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:02:05.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: osdmap e34: 8 total, 6 up, 8 in 2024-04-23T03:02:05.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:05.077 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:05.078 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:05.078 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:05.078 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-23T03:02:05.078 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:05.078 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:04 smithi151 ceph-mon[22285]: Deploying daemon osd.7 on smithi151 2024-04-23T03:02:05.164 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:02:05.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: osdmap e34: 8 total, 6 up, 8 in 2024-04-23T03:02:05.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:05.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:04 smithi188 ceph-mon[30886]: Deploying daemon osd.7 on smithi151 2024-04-23T03:02:06.069 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:05 smithi151 ceph-mon[22285]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:02:06.140 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:06.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:05 smithi188 ceph-mon[30886]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:02:08.549 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:08 smithi151 ceph-mon[22285]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:02:08.549 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:08 smithi151 ceph-mon[22285]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:02:08.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:08 smithi188 ceph-mon[30886]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:02:08.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:08 smithi188 ceph-mon[30886]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:02:09.045 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: osdmap e35: 8 total, 6 up, 8 in 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:09.592 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:09 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3354020639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:09.623 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":35,"num_osds":8,"num_up_osds":6,"osd_up_since":1713841322,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:02:09.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:02:09.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: osdmap e35: 8 total, 6 up, 8 in 2024-04-23T03:02:09.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:02:09.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:09.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:09.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:09 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3354020639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:10.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:02:10.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:10.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: osdmap e36: 8 total, 6 up, 8 in 2024-04-23T03:02:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' 2024-04-23T03:02:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:10.624 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:02:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:02:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: osdmap e36: 8 total, 6 up, 8 in 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803]' entity='osd.5' 2024-04-23T03:02:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:11.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:02:11.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:02:11.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803] boot 2024-04-23T03:02:11.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: osdmap e37: 8 total, 7 up, 8 in 2024-04-23T03:02:11.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:11.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:11 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:11.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:02:11.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:02:11.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: osd.5 [v2:172.21.15.151:6818/2017178803,v1:172.21.15.151:6819/2017178803] boot 2024-04-23T03:02:11.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: osdmap e37: 8 total, 7 up, 8 in 2024-04-23T03:02:11.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:02:11.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:11 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:11.984 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:12.370 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:12 smithi151 ceph-mon[22285]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:02:12.370 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:12.370 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:12.370 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:12 smithi188 ceph-mon[30886]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:02:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:12.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:13.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:13 smithi151 ceph-mon[22285]: osdmap e38: 8 total, 7 up, 8 in 2024-04-23T03:02:13.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:13.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:13 smithi188 ceph-mon[30886]: osdmap e38: 8 total, 7 up, 8 in 2024-04-23T03:02:13.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:14.479 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:14 smithi151 ceph-mon[22285]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:14 smithi188 ceph-mon[30886]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:15.385 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:15.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:15 smithi151 ceph-mon[22285]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-23T03:02:15.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:15 smithi188 ceph-mon[30886]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-23T03:02:16.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:16.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-23T03:02:16.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: osdmap e39: 8 total, 7 up, 8 in 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/661622626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:16.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:02:16.576 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1713841330,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:02:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-23T03:02:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: osdmap e39: 8 total, 7 up, 8 in 2024-04-23T03:02:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]: dispatch 2024-04-23T03:02:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/661622626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:02:17.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:17.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: osdmap e40: 8 total, 7 up, 8 in 2024-04-23T03:02:17.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:17.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:17.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' 2024-04-23T03:02:17.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:17.577 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:02:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-04-23T03:02:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: osdmap e40: 8 total, 7 up, 8 in 2024-04-23T03:02:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: from='osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357]' entity='osd.7' 2024-04-23T03:02:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:18.475 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: purged_snaps scrub starts 2024-04-23T03:02:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: purged_snaps scrub ok 2024-04-23T03:02:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:18.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357] boot 2024-04-23T03:02:18.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: osdmap e41: 8 total, 8 up, 8 in 2024-04-23T03:02:18.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:18 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: purged_snaps scrub starts 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: purged_snaps scrub ok 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: osd.7 [v2:172.21.15.151:6826/3822452357,v1:172.21.15.151:6827/3822452357] boot 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: osdmap e41: 8 total, 8 up, 8 in 2024-04-23T03:02:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:18 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-23T03:02:19.809 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:19.809 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:19.809 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:19 smithi151 ceph-mon[22285]: osdmap e42: 8 total, 8 up, 8 in 2024-04-23T03:02:19.809 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:19 smithi151 ceph-mon[22285]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:19.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:19.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:19.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:19 smithi188 ceph-mon[30886]: osdmap e42: 8 total, 8 up, 8 in 2024-04-23T03:02:19.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:19 smithi188 ceph-mon[30886]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:20.979 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:20 smithi188 ceph-mon[30886]: osdmap e43: 8 total, 8 up, 8 in 2024-04-23T03:02:21.064 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:20 smithi151 ceph-mon[22285]: osdmap e43: 8 total, 8 up, 8 in 2024-04-23T03:02:21.382 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:21.969 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:21 smithi151 ceph-mon[22285]: osdmap e44: 8 total, 8 up, 8 in 2024-04-23T03:02:21.970 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:21 smithi151 ceph-mon[22285]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:21.970 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:21 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3622398464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:21.971 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1713841337,"num_in_osds":8,"osd_in_since":1713841288,"num_remapped_pgs":0} 2024-04-23T03:02:21.971 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:02:22.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:21 smithi188 ceph-mon[30886]: osdmap e44: 8 total, 8 up, 8 in 2024-04-23T03:02:22.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:21 smithi188 ceph-mon[30886]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:22.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:21 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3622398464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:02:22.357 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:22.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:22 smithi188 ceph-mon[30886]: osdmap e45: 8 total, 8 up, 8 in 2024-04-23T03:02:23.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:22 smithi151 ceph-mon[22285]: osdmap e45: 8 total, 8 up, 8 in 2024-04-23T03:02:24.136 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:24.137 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":45,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","created":"2024-04-23T02:57:53.073720+0000","modified":"2024-04-23T03:02:21.815583+0000","last_up_change":"2024-04-23T03:02:17.802556+0000","last_in_change":"2024-04-23T03:01:28.899784+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-23T03:01:53.262213+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"5de282b5-9534-493d-9ca3-5a33ea26e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6801","nonce":3295228541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6803","nonce":3295228541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6807","nonce":3295228541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6805","nonce":3295228541}]},"public_addr":"172.21.15.188:6801/3295228541","cluster_addr":"172.21.15.188:6803/3295228541","heartbeat_back_addr":"172.21.15.188:6807/3295228541","heartbeat_front_addr":"172.21.15.188:6805/3295228541","state":["exists","up"]},{"osd":1,"uuid":"727470c8-0769-4776-ac37-39b99247401f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6803","nonce":1849523400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6805","nonce":1849523400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6808","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6809","nonce":1849523400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6807","nonce":1849523400}]},"public_addr":"172.21.15.151:6803/1849523400","cluster_addr":"172.21.15.151:6805/1849523400","heartbeat_back_addr":"172.21.15.151:6809/1849523400","heartbeat_front_addr":"172.21.15.151:6807/1849523400","state":["exists","up"]},{"osd":2,"uuid":"4f51f186-ff6f-40e4-930d-59ac3993872f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6809","nonce":350817122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6811","nonce":350817122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6815","nonce":350817122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6813","nonce":350817122}]},"public_addr":"172.21.15.188:6809/350817122","cluster_addr":"172.21.15.188:6811/350817122","heartbeat_back_addr":"172.21.15.188:6815/350817122","heartbeat_front_addr":"172.21.15.188:6813/350817122","state":["exists","up"]},{"osd":3,"uuid":"71986bfa-ec74-4692-811e-c245715c84cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6810","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6811","nonce":1850738568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6812","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6813","nonce":1850738568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6816","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6817","nonce":1850738568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6814","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6815","nonce":1850738568}]},"public_addr":"172.21.15.151:6811/1850738568","cluster_addr":"172.21.15.151:6813/1850738568","heartbeat_back_addr":"172.21.15.151:6817/1850738568","heartbeat_front_addr":"172.21.15.151:6815/1850738568","state":["exists","up"]},{"osd":4,"uuid":"2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6817","nonce":2566630645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6819","nonce":2566630645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6823","nonce":2566630645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6821","nonce":2566630645}]},"public_addr":"172.21.15.188:6817/2566630645","cluster_addr":"172.21.15.188:6819/2566630645","heartbeat_back_addr":"172.21.15.188:6823/2566630645","heartbeat_front_addr":"172.21.15.188:6821/2566630645","state":["exists","up"]},{"osd":5,"uuid":"8a253565-d125-4586-be57-38bb5a18ea87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6818","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6819","nonce":2017178803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6820","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6821","nonce":2017178803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6824","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6825","nonce":2017178803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6822","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6823","nonce":2017178803}]},"public_addr":"172.21.15.151:6819/2017178803","cluster_addr":"172.21.15.151:6821/2017178803","heartbeat_back_addr":"172.21.15.151:6825/2017178803","heartbeat_front_addr":"172.21.15.151:6823/2017178803","state":["exists","up"]},{"osd":6,"uuid":"46caa69e-7a27-4b90-b10c-baeadd0195ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6825","nonce":652429430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6827","nonce":652429430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6831","nonce":652429430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6829","nonce":652429430}]},"public_addr":"172.21.15.188:6825/652429430","cluster_addr":"172.21.15.188:6827/652429430","heartbeat_back_addr":"172.21.15.188:6831/652429430","heartbeat_front_addr":"172.21.15.188:6829/652429430","state":["exists","up"]},{"osd":7,"uuid":"cdc7b2c6-cafd-4dba-b0ce-6ba35096a480","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6826","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6827","nonce":3822452357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6828","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6829","nonce":3822452357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6832","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6833","nonce":3822452357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6830","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6831","nonce":3822452357}]},"public_addr":"172.21.15.151:6827/3822452357","cluster_addr":"172.21.15.151:6829/3822452357","heartbeat_back_addr":"172.21.15.151:6833/3822452357","heartbeat_front_addr":"172.21.15.151:6831/3822452357","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:43.926409+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:48.425904+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:49.595118+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:58.866244+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:55.458576+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:08.645207+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:00.958525+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:16.068618+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.151:6801/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6800/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/918692798":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/3696824790":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4063518308":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/2658933459":"2024-04-24T02:58:19.522932+0000","172.21.15.151:6800/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2470595058":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1824335636":"2024-04-24T02:58:53.738228+0000","172.21.15.151:6800/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1195758066":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4034432669":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2594080392":"2024-04-24T02:58:19.522932+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: Detected new or changed devices on smithi188 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: Adjusting osd_memory_target on smithi188 to 3728M 2024-04-23T03:02:24.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:24.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.410 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: Detected new or changed devices on smithi188 2024-04-23T03:02:24.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: Adjusting osd_memory_target on smithi188 to 3728M 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:24.739 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-23T03:01:53.262213+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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}}] 2024-04-23T03:02:24.740 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-23T03:02:25.300 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:25 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/209848461' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:25.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:25 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/209848461' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:26.211 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:26 smithi151 ceph-mon[22285]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:26.400 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:26.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:26 smithi188 ceph-mon[30886]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:27.545 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:28.495 INFO:teuthology.orchestra.run.smithi151.stdout:pg_num: 1 2024-04-23T03:02:28.496 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:28 smithi151 ceph-mon[22285]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:28 smithi188 ceph-mon[30886]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2140363764' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:02:29.328 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.329 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:02:29.329 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:02:29.329 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:29.329 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:02:29.329 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:29.360 INFO:tasks.cephadm:Setting up client nodes... 2024-04-23T03:02:29.361 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-23T03:02:29.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2140363764' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:29.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:02:29.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:02:30.422 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:30 smithi151 ceph-mon[22285]: Detected new or changed devices on smithi151 2024-04-23T03:02:30.422 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:30 smithi151 ceph-mon[22285]: Adjusting osd_memory_target on smithi151 to 2960M 2024-04-23T03:02:30.422 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:30 smithi151 ceph-mon[22285]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:30.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:30 smithi188 ceph-mon[30886]: Detected new or changed devices on smithi151 2024-04-23T03:02:30.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:30 smithi188 ceph-mon[30886]: Adjusting osd_memory_target on smithi151 to 2960M 2024-04-23T03:02:30.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:30 smithi188 ceph-mon[30886]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:30.951 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:32.397 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:32 smithi151 ceph-mon[22285]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:32.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:32 smithi188 ceph-mon[30886]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:33.430 INFO:teuthology.orchestra.run.smithi151.stdout:[client.0] 2024-04-23T03:02:33.430 INFO:teuthology.orchestra.run.smithi151.stdout: key = AQDJJCdmyXN9GRAAGwAMhBBdrBZjlaequibkNA== 2024-04-23T03:02:34.207 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T03:02:34.208 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-23T03:02:34.208 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-23T03:02:34.245 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-23T03:02:34.463 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:34 smithi151 ceph-mon[22285]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:34.463 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:34 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/883793286' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:34.463 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:34 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/883793286' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-23T03:02:34.470 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:34 smithi188 ceph-mon[30886]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:34.470 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:34 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/883793286' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:34.470 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:34 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/883793286' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-23T03:02:35.034 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi188/config 2024-04-23T03:02:36.410 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:36 smithi188 ceph-mon[30886]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:36 smithi151 ceph-mon[22285]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:36.742 INFO:teuthology.orchestra.run.smithi188.stdout:[client.1] 2024-04-23T03:02:36.742 INFO:teuthology.orchestra.run.smithi188.stdout: key = AQDMJCdm0TnUKxAAgOg0Sg7WHBmp97kdOLYgqg== 2024-04-23T03:02:37.494 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:37 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1441104174' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:37.494 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:37 smithi188 ceph-mon[30886]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:37.494 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:37 smithi188 ceph-mon[30886]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-23T03:02:37.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:37 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1441104174' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:37.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:37 smithi151 ceph-mon[22285]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-23T03:02:37.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:37 smithi151 ceph-mon[22285]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-23T03:02:37.870 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T03:02:37.870 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-23T03:02:37.870 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-23T03:02:37.906 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-23T03:02:37.906 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-23T03:02:37.906 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-23T03:02:38.477 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:38 smithi188 ceph-mon[30886]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:38.595 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:38.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:38 smithi151 ceph-mon[22285]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:40.708 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:40 smithi151 ceph-mon[22285]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:40.708 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.708 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.708 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.709 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:40 smithi188 ceph-mon[30886]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:02:40.996 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:41.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:41 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2871279028' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:02:41.697 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":19,"flags":0,"active_gid":14209,"active_name":"smithi151.ukvjjt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6800","nonce":1349105579},{"type":"v1","addr":"172.21.15.151:6801","nonce":1349105579}]},"active_addr":"172.21.15.151:6801/1349105579","active_change":"2024-04-23T02:59:57.176630+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14234,"name":"smithi188.eigfts","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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 deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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 deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.151:8443/","prometheus":"http://172.21.15.151: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"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.151:0","nonce":1354380612}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.151:0","nonce":3829175102}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.151:0","nonce":1516968119}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.151:0","nonce":1317143388}]}]} 2024-04-23T03:02:41.703 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-23T03:02:41.703 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-23T03:02:41.703 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:02:41.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:41 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2871279028' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:02:41.942 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:42 smithi151 ceph-mon[22285]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:42 smithi188 ceph-mon[30886]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:42.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:43.783 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:43.783 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":45,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","created":"2024-04-23T02:57:53.073720+0000","modified":"2024-04-23T03:02:21.815583+0000","last_up_change":"2024-04-23T03:02:17.802556+0000","last_in_change":"2024-04-23T03:01:28.899784+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-23T03:01:53.262213+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"5de282b5-9534-493d-9ca3-5a33ea26e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6801","nonce":3295228541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6803","nonce":3295228541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6807","nonce":3295228541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6805","nonce":3295228541}]},"public_addr":"172.21.15.188:6801/3295228541","cluster_addr":"172.21.15.188:6803/3295228541","heartbeat_back_addr":"172.21.15.188:6807/3295228541","heartbeat_front_addr":"172.21.15.188:6805/3295228541","state":["exists","up"]},{"osd":1,"uuid":"727470c8-0769-4776-ac37-39b99247401f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6803","nonce":1849523400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6805","nonce":1849523400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6808","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6809","nonce":1849523400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6807","nonce":1849523400}]},"public_addr":"172.21.15.151:6803/1849523400","cluster_addr":"172.21.15.151:6805/1849523400","heartbeat_back_addr":"172.21.15.151:6809/1849523400","heartbeat_front_addr":"172.21.15.151:6807/1849523400","state":["exists","up"]},{"osd":2,"uuid":"4f51f186-ff6f-40e4-930d-59ac3993872f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6809","nonce":350817122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6811","nonce":350817122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6815","nonce":350817122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6813","nonce":350817122}]},"public_addr":"172.21.15.188:6809/350817122","cluster_addr":"172.21.15.188:6811/350817122","heartbeat_back_addr":"172.21.15.188:6815/350817122","heartbeat_front_addr":"172.21.15.188:6813/350817122","state":["exists","up"]},{"osd":3,"uuid":"71986bfa-ec74-4692-811e-c245715c84cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6810","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6811","nonce":1850738568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6812","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6813","nonce":1850738568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6816","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6817","nonce":1850738568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6814","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6815","nonce":1850738568}]},"public_addr":"172.21.15.151:6811/1850738568","cluster_addr":"172.21.15.151:6813/1850738568","heartbeat_back_addr":"172.21.15.151:6817/1850738568","heartbeat_front_addr":"172.21.15.151:6815/1850738568","state":["exists","up"]},{"osd":4,"uuid":"2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6817","nonce":2566630645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6819","nonce":2566630645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6823","nonce":2566630645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6821","nonce":2566630645}]},"public_addr":"172.21.15.188:6817/2566630645","cluster_addr":"172.21.15.188:6819/2566630645","heartbeat_back_addr":"172.21.15.188:6823/2566630645","heartbeat_front_addr":"172.21.15.188:6821/2566630645","state":["exists","up"]},{"osd":5,"uuid":"8a253565-d125-4586-be57-38bb5a18ea87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6818","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6819","nonce":2017178803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6820","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6821","nonce":2017178803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6824","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6825","nonce":2017178803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6822","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6823","nonce":2017178803}]},"public_addr":"172.21.15.151:6819/2017178803","cluster_addr":"172.21.15.151:6821/2017178803","heartbeat_back_addr":"172.21.15.151:6825/2017178803","heartbeat_front_addr":"172.21.15.151:6823/2017178803","state":["exists","up"]},{"osd":6,"uuid":"46caa69e-7a27-4b90-b10c-baeadd0195ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6825","nonce":652429430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6827","nonce":652429430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6831","nonce":652429430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6829","nonce":652429430}]},"public_addr":"172.21.15.188:6825/652429430","cluster_addr":"172.21.15.188:6827/652429430","heartbeat_back_addr":"172.21.15.188:6831/652429430","heartbeat_front_addr":"172.21.15.188:6829/652429430","state":["exists","up"]},{"osd":7,"uuid":"cdc7b2c6-cafd-4dba-b0ce-6ba35096a480","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6826","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6827","nonce":3822452357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6828","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6829","nonce":3822452357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6832","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6833","nonce":3822452357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6830","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6831","nonce":3822452357}]},"public_addr":"172.21.15.151:6827/3822452357","cluster_addr":"172.21.15.151:6829/3822452357","heartbeat_back_addr":"172.21.15.151:6833/3822452357","heartbeat_front_addr":"172.21.15.151:6831/3822452357","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:43.926409+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:48.425904+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:49.595118+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:58.866244+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:55.458576+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:08.645207+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:00.958525+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:16.068618+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.151:6801/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6800/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/918692798":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/3696824790":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4063518308":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/2658933459":"2024-04-24T02:58:19.522932+0000","172.21.15.151:6800/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2470595058":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1824335636":"2024-04-24T02:58:53.738228+0000","172.21.15.151:6800/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1195758066":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4034432669":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2594080392":"2024-04-24T02:58:19.522932+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-23T03:02:44.299 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-23T03:02:44.300 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:02:44.542 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:44.681 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:44 smithi151 ceph-mon[22285]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:44.681 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:44 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3418970685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:44.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:44 smithi188 ceph-mon[30886]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:44.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:44 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3418970685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:46.616 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:02:46.616 INFO:teuthology.orchestra.run.smithi151.stdout:{"epoch":45,"fsid":"f6c51778-011c-11ef-bc93-c7b262605968","created":"2024-04-23T02:57:53.073720+0000","modified":"2024-04-23T03:02:21.815583+0000","last_up_change":"2024-04-23T03:02:17.802556+0000","last_in_change":"2024-04-23T03:01:28.899784+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-23T03:01:53.262213+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"5de282b5-9534-493d-9ca3-5a33ea26e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6801","nonce":3295228541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6803","nonce":3295228541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6807","nonce":3295228541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3295228541},{"type":"v1","addr":"172.21.15.188:6805","nonce":3295228541}]},"public_addr":"172.21.15.188:6801/3295228541","cluster_addr":"172.21.15.188:6803/3295228541","heartbeat_back_addr":"172.21.15.188:6807/3295228541","heartbeat_front_addr":"172.21.15.188:6805/3295228541","state":["exists","up"]},{"osd":1,"uuid":"727470c8-0769-4776-ac37-39b99247401f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6803","nonce":1849523400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6805","nonce":1849523400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6808","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6809","nonce":1849523400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":1849523400},{"type":"v1","addr":"172.21.15.151:6807","nonce":1849523400}]},"public_addr":"172.21.15.151:6803/1849523400","cluster_addr":"172.21.15.151:6805/1849523400","heartbeat_back_addr":"172.21.15.151:6809/1849523400","heartbeat_front_addr":"172.21.15.151:6807/1849523400","state":["exists","up"]},{"osd":2,"uuid":"4f51f186-ff6f-40e4-930d-59ac3993872f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6809","nonce":350817122}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6811","nonce":350817122}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6815","nonce":350817122}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":350817122},{"type":"v1","addr":"172.21.15.188:6813","nonce":350817122}]},"public_addr":"172.21.15.188:6809/350817122","cluster_addr":"172.21.15.188:6811/350817122","heartbeat_back_addr":"172.21.15.188:6815/350817122","heartbeat_front_addr":"172.21.15.188:6813/350817122","state":["exists","up"]},{"osd":3,"uuid":"71986bfa-ec74-4692-811e-c245715c84cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6810","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6811","nonce":1850738568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6812","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6813","nonce":1850738568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6816","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6817","nonce":1850738568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6814","nonce":1850738568},{"type":"v1","addr":"172.21.15.151:6815","nonce":1850738568}]},"public_addr":"172.21.15.151:6811/1850738568","cluster_addr":"172.21.15.151:6813/1850738568","heartbeat_back_addr":"172.21.15.151:6817/1850738568","heartbeat_front_addr":"172.21.15.151:6815/1850738568","state":["exists","up"]},{"osd":4,"uuid":"2f1d8e8d-bfae-4d79-81e8-7a7cc063a2c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6817","nonce":2566630645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6819","nonce":2566630645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6823","nonce":2566630645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":2566630645},{"type":"v1","addr":"172.21.15.188:6821","nonce":2566630645}]},"public_addr":"172.21.15.188:6817/2566630645","cluster_addr":"172.21.15.188:6819/2566630645","heartbeat_back_addr":"172.21.15.188:6823/2566630645","heartbeat_front_addr":"172.21.15.188:6821/2566630645","state":["exists","up"]},{"osd":5,"uuid":"8a253565-d125-4586-be57-38bb5a18ea87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6818","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6819","nonce":2017178803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6820","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6821","nonce":2017178803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6824","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6825","nonce":2017178803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6822","nonce":2017178803},{"type":"v1","addr":"172.21.15.151:6823","nonce":2017178803}]},"public_addr":"172.21.15.151:6819/2017178803","cluster_addr":"172.21.15.151:6821/2017178803","heartbeat_back_addr":"172.21.15.151:6825/2017178803","heartbeat_front_addr":"172.21.15.151:6823/2017178803","state":["exists","up"]},{"osd":6,"uuid":"46caa69e-7a27-4b90-b10c-baeadd0195ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6825","nonce":652429430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6827","nonce":652429430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6831","nonce":652429430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":652429430},{"type":"v1","addr":"172.21.15.188:6829","nonce":652429430}]},"public_addr":"172.21.15.188:6825/652429430","cluster_addr":"172.21.15.188:6827/652429430","heartbeat_back_addr":"172.21.15.188:6831/652429430","heartbeat_front_addr":"172.21.15.188:6829/652429430","state":["exists","up"]},{"osd":7,"uuid":"cdc7b2c6-cafd-4dba-b0ce-6ba35096a480","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6826","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6827","nonce":3822452357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6828","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6829","nonce":3822452357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6832","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6833","nonce":3822452357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6830","nonce":3822452357},{"type":"v1","addr":"172.21.15.151:6831","nonce":3822452357}]},"public_addr":"172.21.15.151:6827/3822452357","cluster_addr":"172.21.15.151:6829/3822452357","heartbeat_back_addr":"172.21.15.151:6833/3822452357","heartbeat_front_addr":"172.21.15.151:6831/3822452357","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:43.926409+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:48.425904+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:49.595118+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:58.866244+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:01:55.458576+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:08.645207+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:00.958525+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-23T03:02:16.068618+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.151:6801/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6800/1006132292":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/918692798":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/3696824790":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4063518308":"2024-04-24T02:59:57.176466+0000","172.21.15.151:6801/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/2658933459":"2024-04-24T02:58:19.522932+0000","172.21.15.151:6800/247202531":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2470595058":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1824335636":"2024-04-24T02:58:53.738228+0000","172.21.15.151:6800/2493041712":"2024-04-24T02:58:19.522932+0000","172.21.15.151:0/1195758066":"2024-04-24T02:59:57.176466+0000","172.21.15.151:0/4034432669":"2024-04-24T02:58:53.738228+0000","172.21.15.151:0/2594080392":"2024-04-24T02:58:19.522932+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-23T03:02:46.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:46 smithi188 ceph-mon[30886]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:46.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:46 smithi151 ceph-mon[22285]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:47.287 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-23T03:02:47.288 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-23T03:02:47.288 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-23T03:02:47.289 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-23T03:02:47.289 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-23T03:02:47.289 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-23T03:02:47.290 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-23T03:02:47.290 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-23T03:02:47.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:47 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3316397868' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:47.723 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:47.729 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:47.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:47 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3316397868' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:02:48.037 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.039 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.041 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.042 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.042 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.046 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:02:48.602 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:48 smithi151 ceph-mon[22285]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:48.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:48 smithi188 ceph-mon[30886]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:50 smithi151 ceph-mon[22285]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:50 smithi188 ceph-mon[30886]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:52 smithi151 ceph-mon[22285]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:52 smithi188 ceph-mon[30886]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:54 smithi151 ceph-mon[22285]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:54.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:54 smithi188 ceph-mon[30886]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:56 smithi188 ceph-mon[30886]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:56.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:56 smithi151 ceph-mon[22285]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:57.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:02:57.762 INFO:teuthology.orchestra.run.smithi151.stdout:176093659146 2024-04-23T03:02:57.763 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-23T03:02:58.700 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:02:58 smithi151 ceph-mon[22285]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:02:58 smithi188 ceph-mon[30886]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:02:59.950 INFO:teuthology.orchestra.run.smithi151.stdout:68719476753 2024-04-23T03:02:59.951 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-23T03:03:00.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:00 smithi188 ceph-mon[30886]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:00.796 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:00 smithi151 ceph-mon[22285]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:01.711 INFO:teuthology.orchestra.run.smithi151.stdout:158913789965 2024-04-23T03:03:01.711 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-23T03:03:02.609 INFO:teuthology.orchestra.run.smithi151.stdout:128849018894 2024-04-23T03:03:02.609 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-23T03:03:02.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:02 smithi188 ceph-mon[30886]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:02 smithi151 ceph-mon[22285]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:03.172 INFO:teuthology.orchestra.run.smithi151.stdout:94489280529 2024-04-23T03:03:03.173 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-23T03:03:04.357 INFO:teuthology.orchestra.run.smithi151.stdout:137438953487 2024-04-23T03:03:04.358 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-23T03:03:04.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:04 smithi151 ceph-mon[22285]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:04.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:04 smithi188 ceph-mon[30886]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:04.767 INFO:teuthology.orchestra.run.smithi151.stdout:85899345937 2024-04-23T03:03:04.768 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-23T03:03:05.201 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:05.240 INFO:teuthology.orchestra.run.smithi151.stdout:115964117007 2024-04-23T03:03:05.240 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-23T03:03:05.257 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:05.264 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:06.457 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:06.458 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:06.563 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:06 smithi151 ceph-mon[22285]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:06.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:06 smithi188 ceph-mon[30886]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:07.345 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:07.346 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:08 smithi188 ceph-mon[30886]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:08.814 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:08 smithi151 ceph-mon[22285]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:10.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:10 smithi151 ceph-mon[22285]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:10 smithi188 ceph-mon[30886]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:11.756 INFO:teuthology.orchestra.run.smithi151.stdout:158913789967 2024-04-23T03:03:12.773 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:12 smithi151 ceph-mon[22285]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:12.773 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:12 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/934204446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:03:12.774 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:12 smithi188 ceph-mon[30886]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:12 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/934204446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:03:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:13.296 INFO:teuthology.orchestra.run.smithi151.stdout:94489280531 2024-04-23T03:03:13.679 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:13.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:13 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/319883416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:03:13.775 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:13 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/319883416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:03:14.122 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789965 got 158913789967 for osd.5 2024-04-23T03:03:14.122 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:14.627 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:14 smithi151 ceph-mon[22285]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:14.807 INFO:teuthology.orchestra.run.smithi151.stdout:68719476757 2024-04-23T03:03:14.894 INFO:teuthology.orchestra.run.smithi151.stdout:128849018896 2024-04-23T03:03:14.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:14 smithi188 ceph-mon[30886]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:15.500 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018896 for osd.3 2024-04-23T03:03:15.500 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:15.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:15 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3444022674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:03:15.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:15 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3185142938' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:03:15.840 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:15 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3444022674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:03:15.841 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:15 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3185142938' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:03:15.870 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280529 got 94489280531 for osd.2 2024-04-23T03:03:15.870 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:16.681 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:16 smithi151 ceph-mon[22285]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:16.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:16 smithi188 ceph-mon[30886]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:17.313 INFO:teuthology.orchestra.run.smithi151.stdout:176093659151 2024-04-23T03:03:17.572 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/3562710312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-23T03:03:17.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476753 got 68719476757 for osd.0 2024-04-23T03:03:17.662 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:17.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/3562710312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-23T03:03:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:18 smithi188 ceph-mon[30886]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:18.867 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:18 smithi151 ceph-mon[22285]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:18.900 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659146 got 176093659151 for osd.7 2024-04-23T03:03:18.900 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:19.791 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:19 smithi151 ceph-mon[22285]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:19 smithi188 ceph-mon[30886]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:20.222 INFO:teuthology.orchestra.run.smithi151.stdout:85899345941 2024-04-23T03:03:20.327 INFO:teuthology.orchestra.run.smithi151.stdout:115964117010 2024-04-23T03:03:20.422 INFO:teuthology.orchestra.run.smithi151.stdout:137438953490 2024-04-23T03:03:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:20 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/699961668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:03:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:20 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2864858111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:03:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:20 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1508839636' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-23T03:03:20.943 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117007 got 115964117010 for osd.4 2024-04-23T03:03:20.943 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:20 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/699961668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:03:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:20 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2864858111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:03:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:20 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1508839636' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-23T03:03:21.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:21 smithi151 ceph-mon[22285]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:21.966 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953487 got 137438953490 for osd.6 2024-04-23T03:03:21.966 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:21.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:21 smithi188 ceph-mon[30886]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:22.464 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345941 for osd.1 2024-04-23T03:03:22.464 DEBUG:teuthology.parallel:result is None 2024-04-23T03:03:22.464 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-23T03:03:22.465 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-23T03:03:22.713 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:24.426 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:03:24.428 INFO:teuthology.orchestra.run.smithi151.stderr:dumped all 2024-04-23T03:03:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:24 smithi151 ceph-mon[22285]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:24 smithi188 ceph-mon[30886]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:25.052 INFO:teuthology.orchestra.run.smithi151.stdout:{"pg_ready":true,"pg_map":{"version":136,"stamp":"2024-04-23T03:03:23.214356+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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"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":749928448,"kb_used":229804,"kb_used_data":5292,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698644,"statfs":{"total":767926730752,"available":767691411456,"internally_reserved":0,"allocated":5419008,"data_stored":3256928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":229756465},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002393"},"pg_stats":[{"pgid":"1.0","version":"25'177","reported_seq":244,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-23T03:02:21.823461+0000","last_change":"2024-04-23T03:02:21.823122+0000","last_active":"2024-04-23T03:02:21.823461+0000","last_peered":"2024-04-23T03:02:21.823461+0000","last_clean":"2024-04-23T03:02:21.823461+0000","last_became_active":"2024-04-23T03:02:21.822752+0000","last_became_peered":"2024-04-23T03:02:21.822752+0000","last_unstale":"2024-04-23T03:02:21.823461+0000","last_undegraded":"2024-04-23T03:02:21.823461+0000","last_fullsized":"2024-04-23T03:02:21.823461+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-23T03:01:54.090297+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-23T03:01:54.090297+0000","last_clean_scrub_stamp":"2024-04-23T03:01:54.090297+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-24T13:23:18.171306+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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659152,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":5,"up_from":37,"seq":158913789970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":1,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31628,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709428,"statfs":{"total":95990841344,"available":95958454272,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":68719476759,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,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":2,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31632,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709424,"statfs":{"total":95990841344,"available":95958450176,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":4,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,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":3,"up_from":30,"seq":128849018898,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28052,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713004,"statfs":{"total":95990841344,"available":95962116096,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":6,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-23T03:03:25.053 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-23T03:03:25.294 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:25.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:25 smithi151 ceph-mon[22285]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:25.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:25 smithi188 ceph-mon[30886]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:26.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:26 smithi151 ceph-mon[22285]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:26.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:26 smithi188 ceph-mon[30886]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:27.182 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:03:27.184 INFO:teuthology.orchestra.run.smithi151.stderr:dumped all 2024-04-23T03:03:27.488 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:27.816 INFO:teuthology.orchestra.run.smithi151.stdout:{"pg_ready":true,"pg_map":{"version":137,"stamp":"2024-04-23T03:03:25.214643+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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"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":749928448,"kb_used":229804,"kb_used_data":5292,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698644,"statfs":{"total":767926730752,"available":767691411456,"internally_reserved":0,"allocated":5419008,"data_stored":3256928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":229756465},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002390"},"pg_stats":[{"pgid":"1.0","version":"25'177","reported_seq":244,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-23T03:02:21.823461+0000","last_change":"2024-04-23T03:02:21.823122+0000","last_active":"2024-04-23T03:02:21.823461+0000","last_peered":"2024-04-23T03:02:21.823461+0000","last_clean":"2024-04-23T03:02:21.823461+0000","last_became_active":"2024-04-23T03:02:21.822752+0000","last_became_peered":"2024-04-23T03:02:21.822752+0000","last_unstale":"2024-04-23T03:02:21.823461+0000","last_undegraded":"2024-04-23T03:02:21.823461+0000","last_fullsized":"2024-04-23T03:02:21.823461+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-23T03:01:54.090297+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-23T03:01:54.090297+0000","last_clean_scrub_stamp":"2024-04-23T03:01:54.090297+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-24T13:23:18.171306+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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659153,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":5,"up_from":37,"seq":158913789970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":1,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31628,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709428,"statfs":{"total":95990841344,"available":95958454272,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":68719476759,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,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":2,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31632,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709424,"statfs":{"total":95990841344,"available":95958450176,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":4,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,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":3,"up_from":30,"seq":128849018899,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28052,"kb_used_data":1024,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713004,"statfs":{"total":95990841344,"available":95962116096,"internally_reserved":0,"allocated":1048576,"data_stored":776096,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":6,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":444,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":454656,"data_stored":185728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-23T03:03:27.817 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-23T03:03:27.817 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-23T03:03:27.817 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-23T03:03:27.817 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-23T03:03:28.060 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:28.491 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:28 smithi151 ceph-mon[22285]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:28.491 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:28 smithi151 ceph-mon[22285]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:28 smithi188 ceph-mon[30886]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:28 smithi188 ceph-mon[30886]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:29.911 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:03:29.911 INFO:teuthology.orchestra.run.smithi151.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-23T03:03:30.593 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:30 smithi151 ceph-mon[22285]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:30.593 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:30 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/2305039647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:03:30.621 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-23T03:03:30.621 INFO:tasks.cephadm:Setup complete, yielding 2024-04-23T03:03:30.622 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-23T03:03:30.632 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T03:03:30.632 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-23T03:03:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:30 smithi188 ceph-mon[30886]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:30 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/2305039647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:03:30.874 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:32.355 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:32 smithi151 ceph-mon[22285]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:32 smithi188 ceph-mon[30886]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:32.785 INFO:teuthology.orchestra.run.smithi151.stdout:Backend: cephadm 2024-04-23T03:03:32.785 INFO:teuthology.orchestra.run.smithi151.stdout:Available: Yes 2024-04-23T03:03:32.785 INFO:teuthology.orchestra.run.smithi151.stdout:Paused: No 2024-04-23T03:03:33.552 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-23T03:03:33.793 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:34.563 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:34 smithi151 ceph-mon[22285]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:34.563 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:34 smithi151 ceph-mon[22285]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:34.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:34 smithi188 ceph-mon[30886]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:34.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:34 smithi188 ceph-mon[30886]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:35.756 INFO:teuthology.orchestra.run.smithi151.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:alertmanager.smithi151 smithi151 *:9093,9094 running (2m) 72s ago 4m 26.5M - 0.25.0 c8568f914cd2 e8ab6669d616 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter.smithi151 smithi151 running (4m) 72s ago 4m 7608k - 19.0.0-3198-g56e81df3 82086b19bb07 12c3ae100b2c 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter.smithi188 smithi188 running (3m) 77s ago 3m 4924k - 19.0.0-3198-g56e81df3 82086b19bb07 777217ae26cf 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:crash.smithi151 smithi151 running (4m) 72s ago 4m 6669k - 19.0.0-3198-g56e81df3 82086b19bb07 0479b1621761 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:crash.smithi188 smithi188 running (3m) 77s ago 3m 6669k - 19.0.0-3198-g56e81df3 82086b19bb07 6b1c6064c6c1 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:grafana.smithi151 smithi151 *:3000 running (2m) 72s ago 3m 75.8M - 9.4.12 2bacad6d85d8 ac3199481e97 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:mgr.smithi151.ukvjjt smithi151 *:9283,8765,8443 running (5m) 72s ago 5m 499M - 19.0.0-3198-g56e81df3 82086b19bb07 3d5dfd46f2d9 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:mgr.smithi188.eigfts smithi188 *:8443,9283,8765 running (3m) 77s ago 3m 450M - 19.0.0-3198-g56e81df3 82086b19bb07 459855d3a5a6 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:mon.smithi151 smithi151 running (5m) 72s ago 5m 45.7M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 9768b7cf38ca 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:mon.smithi188 smithi188 running (3m) 77s ago 3m 40.4M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 5ed92f6ce731 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter.smithi151 smithi151 *:9100 running (4m) 72s ago 4m 15.8M - 1.5.0 0da6a335fe13 ae315160ce88 2024-04-23T03:03:35.757 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter.smithi188 smithi188 *:9100 running (3m) 77s ago 3m 16.3M - 1.5.0 0da6a335fe13 6d4fc13e72e8 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.0 smithi188 running (116s) 77s ago 115s 37.1M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 9f52a91898a7 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.1 smithi151 running (111s) 72s ago 111s 46.1M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 fc0724e8c4fa 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.2 smithi188 running (110s) 77s ago 110s 44.9M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 3ddec1520b91 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.3 smithi151 running (101s) 72s ago 101s 35.4M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 0b1d8c4b31c2 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.4 smithi188 running (104s) 77s ago 104s 35.7M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 edb75c922cd7 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.5 smithi151 running (92s) 72s ago 91s 36.3M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 6845883df085 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.6 smithi188 running (99s) 77s ago 98s 28.5M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 1c5cd91a1cb1 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:osd.7 smithi151 running (84s) 72s ago 83s 35.7M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 88347c17d4bb 2024-04-23T03:03:35.758 INFO:teuthology.orchestra.run.smithi151.stdout:prometheus.smithi151 smithi151 *:9095 running (2m) 72s ago 3m 40.5M - 2.43.0 a07b618ecd1d e330542f0f46 2024-04-23T03:03:36.422 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-23T03:03:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:36 smithi151 ceph-mon[22285]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:36.662 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:36.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:36 smithi188 ceph-mon[30886]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:37.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:37 smithi151 ceph-mon[22285]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:37.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:37 smithi188 ceph-mon[30886]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:38.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:38 smithi151 ceph-mon[22285]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:38.529 INFO:teuthology.orchestra.run.smithi151.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-23T03:03:38.529 INFO:teuthology.orchestra.run.smithi151.stdout:alertmanager ?:9093,9094 1/1 75s ago 4m count:1 2024-04-23T03:03:38.529 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter 2/2 80s ago 5m * 2024-04-23T03:03:38.529 INFO:teuthology.orchestra.run.smithi151.stdout:crash 2/2 80s ago 5m * 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:grafana ?:3000 1/1 75s ago 4m count:1 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:mgr 2/2 80s ago 5m count:2 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:mon 2/2 80s ago 4m smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188;count:2 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter ?:9100 2/2 80s ago 4m * 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:osd.all-available-devices 8 80s ago 2m * 2024-04-23T03:03:38.530 INFO:teuthology.orchestra.run.smithi151.stdout:prometheus ?:9095 1/1 75s ago 5m count:1 2024-04-23T03:03:38.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:38 smithi188 ceph-mon[30886]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:39.177 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-23T03:03:39.418 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:40.631 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:40 smithi151 ceph-mon[22285]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:40.631 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:40 smithi151 ceph-mon[22285]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:40.631 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:03:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:40 smithi188 ceph-mon[30886]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:40 smithi188 ceph-mon[30886]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:03:41.437 INFO:teuthology.orchestra.run.smithi151.stdout:HOST ADDR LABELS STATUS 2024-04-23T03:03:41.437 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 172.21.15.151 2024-04-23T03:03:41.437 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 172.21.15.188 2024-04-23T03:03:41.437 INFO:teuthology.orchestra.run.smithi151.stdout:2 hosts in cluster 2024-04-23T03:03:42.360 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-23T03:03:42.619 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:42 smithi151 ceph-mon[22285]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:42 smithi151 ceph-mon[22285]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:42 smithi188 ceph-mon[30886]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:42 smithi188 ceph-mon[30886]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:42.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:42.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:44.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:44 smithi151 ceph-mon[22285]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:44.604 INFO:teuthology.orchestra.run.smithi151.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JJ400BGN 372G No 75s ago Has a FileSystem, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme1n1 ssd Linux_c3371d296ce0a293ce91 89.4G No 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme2n1 ssd Linux_30774aac6d47f73f37e7 89.4G No 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme3n1 ssd Linux_e8cdee0ae14462d02c60 89.4G No 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme4n1 ssd Linux_d3a003274800a75fec1f 89.4G No 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MP400BGN 372G No 81s ago Has a FileSystem, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme1n1 ssd Linux_e490ab57ac6ea23a34a7 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme2n1 ssd Linux_451ea83dce7b8844e59e 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme3n1 ssd Linux_464ea3d6f16aa9b75523 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.605 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme4n1 ssd Linux_8688ccacc286c3884626 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:44.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:44 smithi188 ceph-mon[30886]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:45.343 INFO:teuthology.run_tasks:Running task vip... 2024-04-23T03:03:45.356 INFO:tasks.vip:Allocating static IPs for each host... 2024-04-23T03:03:45.356 INFO:tasks.vip:peername 172.21.15.151 2024-04-23T03:03:45.359 INFO:tasks.vip:172.21.15.151 in 172.21.0.0/20, pos 3990 2024-04-23T03:03:45.363 INFO:tasks.vip:smithi151.front.sepia.ceph.com static 10.0.15.151, vnet 10.0.0.0/16 2024-04-23T03:03:45.363 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.151')] 2024-04-23T03:03:45.364 DEBUG:teuthology.orchestra.run.smithi151:> sudo ip route ls 2024-04-23T03:03:45.389 INFO:teuthology.orchestra.run.smithi151.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.151 metric 100 2024-04-23T03:03:45.390 INFO:teuthology.orchestra.run.smithi151.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.151 metric 100 2024-04-23T03:03:45.391 INFO:tasks.vip:Configuring 10.0.15.151 on smithi151.front.sepia.ceph.com iface enp3s0f1... 2024-04-23T03:03:45.391 DEBUG:teuthology.orchestra.run.smithi151:> sudo ip addr add 10.0.15.151/16 dev enp3s0f1 2024-04-23T03:03:45.455 INFO:tasks.vip:peername 172.21.15.188 2024-04-23T03:03:45.457 INFO:tasks.vip:172.21.15.188 in 172.21.0.0/20, pos 4027 2024-04-23T03:03:45.461 INFO:tasks.vip:smithi188.front.sepia.ceph.com static 10.0.15.188, vnet 10.0.0.0/16 2024-04-23T03:03:45.461 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip route ls 2024-04-23T03:03:45.491 INFO:teuthology.orchestra.run.smithi188.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.188 metric 100 2024-04-23T03:03:45.491 INFO:teuthology.orchestra.run.smithi188.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.188 metric 100 2024-04-23T03:03:45.493 INFO:tasks.vip:Configuring 10.0.15.188 on smithi188.front.sepia.ceph.com iface enp3s0f1... 2024-04-23T03:03:45.493 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr add 10.0.15.188/16 dev enp3s0f1 2024-04-23T03:03:45.560 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-23T03:03:45.569 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T03:03:45.569 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-04-23T03:03:45.821 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:46.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:46 smithi151 ceph-mon[22285]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:46.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:46 smithi151 ceph-mon[22285]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:46.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:46 smithi188 ceph-mon[30886]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:46.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:46 smithi188 ceph-mon[30886]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:48.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:48 smithi151 ceph-mon[22285]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:48.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:48 smithi188 ceph-mon[30886]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:49.830 INFO:teuthology.orchestra.run.smithi151.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JJ400BGN 372G No 81s ago Has a FileSystem, LVM detected 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme1n1 ssd Linux_c3371d296ce0a293ce91 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme2n1 ssd Linux_30774aac6d47f73f37e7 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme3n1 ssd Linux_e8cdee0ae14462d02c60 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme4n1 ssd Linux_d3a003274800a75fec1f 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.831 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MP400BGN 372G No 86s ago Has a FileSystem, LVM detected 2024-04-23T03:03:49.832 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme1n1 ssd Linux_e490ab57ac6ea23a34a7 89.4G No 86s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.832 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme2n1 ssd Linux_451ea83dce7b8844e59e 89.4G No 86s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.832 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme3n1 ssd Linux_464ea3d6f16aa9b75523 89.4G No 86s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:49.832 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme4n1 ssd Linux_8688ccacc286c3884626 89.4G No 86s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:03:50.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:50 smithi151 ceph-mon[22285]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:50.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:50.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:50.475 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-04-23T03:03:50.489 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: 10.0.31.151/16 2024-04-23T03:03:50.489 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch apply -i - 2024-04-23T03:03:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:50 smithi188 ceph-mon[30886]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:50.746 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:51.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:51 smithi151 ceph-mon[22285]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:51 smithi188 ceph-mon[30886]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:52.573 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:52 smithi151 ceph-mon[22285]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:52.573 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:52.573 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:52.671 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled rgw.foo update... 2024-04-23T03:03:52.672 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled ingress.rgw.foo update... 2024-04-23T03:03:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:52 smithi188 ceph-mon[30886]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:53.435 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-23T03:03:53.447 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-04-23T03:03:53.447 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:03:53.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:53.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: Saving service rgw.foo spec with placement count:4;* 2024-04-23T03:03:53.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:53.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: Saving service ingress.rgw.foo spec with placement count:2 2024-04-23T03:03:53.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:53.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:53 smithi188 ceph-mon[30886]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: Saving service rgw.foo spec with placement count:4;* 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: Saving service ingress.rgw.foo spec with placement count:2 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:53.946 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:53 smithi151 ceph-mon[22285]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:54.457 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:03:56.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:56 smithi151 ceph-mon[22285]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:56 smithi188 ceph-mon[30886]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:56.987 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:03:56.987 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.667851Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:03:57.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:03:58.081 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:03:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:03:58.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:03:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:03:58.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:03:58.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:03:58.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:03:58.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:03:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:03:59.082 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:03:59.337 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:00.481 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:00 smithi188 ceph-mon[30886]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:00.732 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:00 smithi151 ceph-mon[22285]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:01.319 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:01.319 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.667851Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:02.093 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:02.580 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:02 smithi188 ceph-mon[30886]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:02.580 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:02 smithi188 ceph-mon[30886]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:02 smithi151 ceph-mon[22285]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:02 smithi151 ceph-mon[22285]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:03.095 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:03.349 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:04.576 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:04 smithi188 ceph-mon[30886]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:04.698 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:04 smithi151 ceph-mon[22285]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:05.391 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:05.391 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.667851Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:06.058 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:06.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:06 smithi188 ceph-mon[30886]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:06.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:06 smithi188 ceph-mon[30886]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:06.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:06 smithi151 ceph-mon[22285]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:06.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:06 smithi151 ceph-mon[22285]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:07.058 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:07.322 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:08.158 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.umphmd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.umphmd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: Deploying daemon rgw.foo.smithi188.umphmd on smithi188 2024-04-23T03:04:08.159 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:07 smithi151 ceph-mon[22285]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:08.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.umphmd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:08.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.umphmd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:08.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:08.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:08.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: Deploying daemon rgw.foo.smithi188.umphmd on smithi188 2024-04-23T03:04:08.234 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:07 smithi188 ceph-mon[30886]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:09.186 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:09.186 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.667851Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:09.904 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:10.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:10.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: osdmap e46: 8 total, 8 up, 8 in 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/1916933401' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.eynafk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.eynafk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:10.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:10 smithi151 ceph-mon[22285]: Deploying daemon rgw.foo.smithi151.eynafk on smithi151 2024-04-23T03:04:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: osdmap e46: 8 total, 8 up, 8 in 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/1916933401' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.eynafk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.eynafk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:10.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:10 smithi188 ceph-mon[30886]: Deploying daemon rgw.foo.smithi151.eynafk on smithi151 2024-04-23T03:04:10.905 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:11.186 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:11.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:11 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-23T03:04:11.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:11 smithi151 ceph-mon[22285]: osdmap e47: 8 total, 8 up, 8 in 2024-04-23T03:04:11.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:11 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-23T03:04:11.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:11 smithi188 ceph-mon[30886]: osdmap e47: 8 total, 8 up, 8 in 2024-04-23T03:04:12.571 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:12 smithi151 ceph-mon[22285]: pgmap v162: 33 pgs: 7 creating+peering, 2 active+clean, 24 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-23T03:04:12.572 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:12 smithi151 ceph-mon[22285]: osdmap e48: 8 total, 8 up, 8 in 2024-04-23T03:04:12.572 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:12 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-23T03:04:12.572 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:12 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-23T03:04:12.572 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:12 smithi188 ceph-mon[30886]: pgmap v162: 33 pgs: 7 creating+peering, 2 active+clean, 24 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-23T03:04:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:12 smithi188 ceph-mon[30886]: osdmap e48: 8 total, 8 up, 8 in 2024-04-23T03:04:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:12 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-23T03:04:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:12 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-23T03:04:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:13.496 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:13.496 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:13.101576Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:13.508 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: osdmap e49: 8 total, 8 up, 8 in 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.eoeiwl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.eoeiwl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.509 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:13 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:13.729 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-23T03:04:13.729 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: osdmap e49: 8 total, 8 up, 8 in 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.eoeiwl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.eoeiwl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:13.730 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:13 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:14.124 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:14.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: Deploying daemon rgw.foo.smithi188.eoeiwl on smithi188 2024-04-23T03:04:14.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: pgmap v165: 65 pgs: 26 creating+peering, 24 active+clean, 15 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-04-23T03:04:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: osdmap e50: 8 total, 8 up, 8 in 2024-04-23T03:04:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:14 smithi151 ceph-mon[22285]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:14.634 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: Deploying daemon rgw.foo.smithi188.eoeiwl on smithi188 2024-04-23T03:04:14.634 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: pgmap v165: 65 pgs: 26 creating+peering, 24 active+clean, 15 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-04-23T03:04:14.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: osdmap e50: 8 total, 8 up, 8 in 2024-04-23T03:04:14.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-23T03:04:14.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:14 smithi188 ceph-mon[30886]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:15.125 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:15.377 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:15.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:15 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-23T03:04:15.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:15 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-23T03:04:15.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:15 smithi151 ceph-mon[22285]: osdmap e51: 8 total, 8 up, 8 in 2024-04-23T03:04:15.630 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:15 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-23T03:04:15.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:15 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-23T03:04:15.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:15 smithi188 ceph-mon[30886]: osdmap e51: 8 total, 8 up, 8 in 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: pgmap v168: 97 pgs: 20 creating+peering, 51 active+clean, 26 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: osdmap e52: 8 total, 8 up, 8 in 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.dzxifa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.dzxifa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: pgmap v168: 97 pgs: 20 creating+peering, 51 active+clean, 26 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2024-04-23T03:04:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: osdmap e52: 8 total, 8 up, 8 in 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.dzxifa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi151.dzxifa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:17.248 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:17.249 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:15.736587Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:03:52.664281Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: Deploying daemon rgw.foo.smithi151.dzxifa on smithi151 2024-04-23T03:04:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-23T03:04:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-23T03:04:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: osdmap e53: 8 total, 8 up, 8 in 2024-04-23T03:04:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:17.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:17.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:17 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: Deploying daemon rgw.foo.smithi151.dzxifa on smithi151 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: osdmap e53: 8 total, 8 up, 8 in 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.188:0/4167558554' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:17 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-23T03:04:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:18 smithi151 ceph-mon[22285]: pgmap v171: 129 pgs: 10 creating+peering, 102 active+clean, 17 unknown; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 5.7 KiB/s wr, 245 op/s 2024-04-23T03:04:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:18 smithi151 ceph-mon[22285]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:18 smithi151 ceph-mon[22285]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-23T03:04:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:18 smithi151 ceph-mon[22285]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-23T03:04:18.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:18 smithi151 ceph-mon[22285]: osdmap e54: 8 total, 8 up, 8 in 2024-04-23T03:04:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:18 smithi188 ceph-mon[30886]: pgmap v171: 129 pgs: 10 creating+peering, 102 active+clean, 17 unknown; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 5.7 KiB/s wr, 245 op/s 2024-04-23T03:04:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:18 smithi188 ceph-mon[30886]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:18 smithi188 ceph-mon[30886]: from='client.? 172.21.15.151:0/1790579955' entity='client.rgw.foo.smithi151.eynafk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-23T03:04:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:18 smithi188 ceph-mon[30886]: from='client.? ' entity='client.rgw.foo.smithi188.umphmd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-23T03:04:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:18 smithi188 ceph-mon[30886]: osdmap e54: 8 total, 8 up, 8 in 2024-04-23T03:04:19.060 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:20.061 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:20.319 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: pgmap v173: 129 pgs: 9 creating+peering, 115 active+clean, 5 unknown; 581 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 161 KiB/s rd, 5.7 KiB/s wr, 327 op/s 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: pgmap v173: 129 pgs: 9 creating+peering, 115 active+clean, 5 unknown; 581 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 161 KiB/s rd, 5.7 KiB/s wr, 327 op/s 2024-04-23T03:04:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:21 smithi151 ceph-mon[22285]: Saving service rgw.foo spec with placement count:4;* 2024-04-23T03:04:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:21 smithi151 ceph-mon[22285]: Filtered out host smithi188: Host has no interface available for VIP: 10.0.31.151/16 2024-04-23T03:04:21.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:21 smithi151 ceph-mon[22285]: Deploying daemon haproxy.rgw.foo.smithi151.hdzwyu on smithi151 2024-04-23T03:04:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:21 smithi188 ceph-mon[30886]: Saving service rgw.foo spec with placement count:4;* 2024-04-23T03:04:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:21 smithi188 ceph-mon[30886]: Filtered out host smithi188: Host has no interface available for VIP: 10.0.31.151/16 2024-04-23T03:04:21.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:21 smithi188 ceph-mon[30886]: Deploying daemon haproxy.rgw.foo.smithi151.hdzwyu on smithi151 2024-04-23T03:04:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:22 smithi151 ceph-mon[22285]: pgmap v174: 129 pgs: 5 creating+peering, 124 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 256 KiB/s rd, 5.7 KiB/s wr, 483 op/s 2024-04-23T03:04:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:22 smithi188 ceph-mon[30886]: pgmap v174: 129 pgs: 5 creating+peering, 124 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 256 KiB/s rd, 5.7 KiB/s wr, 483 op/s 2024-04-23T03:04:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:22.851 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:22.851 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:23.863 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:24 smithi151 ceph-mon[22285]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:24 smithi151 ceph-mon[22285]: pgmap v175: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 409 KiB/s rd, 4.3 KiB/s wr, 707 op/s 2024-04-23T03:04:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:24 smithi188 ceph-mon[30886]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:24 smithi188 ceph-mon[30886]: pgmap v175: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 409 KiB/s rd, 4.3 KiB/s wr, 707 op/s 2024-04-23T03:04:24.864 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:25.511 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:26.530 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:26 smithi151 ceph-mon[22285]: pgmap v176: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 358 KiB/s rd, 2.8 KiB/s wr, 608 op/s 2024-04-23T03:04:26.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:26 smithi188 ceph-mon[30886]: pgmap v176: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 358 KiB/s rd, 2.8 KiB/s wr, 608 op/s 2024-04-23T03:04:27.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:28.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:28 smithi151 ceph-mon[22285]: pgmap v177: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 288 KiB/s rd, 1.1 KiB/s wr, 474 op/s 2024-04-23T03:04:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:28 smithi188 ceph-mon[30886]: pgmap v177: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 288 KiB/s rd, 1.1 KiB/s wr, 474 op/s 2024-04-23T03:04:29.408 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:29.408 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:03:52.670657Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:30.091 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:30.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:30 smithi151 ceph-mon[22285]: pgmap v178: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 242 KiB/s rd, 946 B/s wr, 398 op/s 2024-04-23T03:04:30.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:30 smithi151 ceph-mon[22285]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:30 smithi188 ceph-mon[30886]: pgmap v178: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 242 KiB/s rd, 946 B/s wr, 398 op/s 2024-04-23T03:04:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:30 smithi188 ceph-mon[30886]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:31.092 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:31.336 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:31.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:04:31.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:31 smithi151 ceph-mon[22285]: Deploying daemon keepalived.rgw.foo.smithi151.vikvxq on smithi151 2024-04-23T03:04:31.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:04:31.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:31 smithi188 ceph-mon[30886]: Deploying daemon keepalived.rgw.foo.smithi151.vikvxq on smithi151 2024-04-23T03:04:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:32 smithi188 ceph-mon[30886]: pgmap v179: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 211 KiB/s rd, 511 B/s wr, 343 op/s 2024-04-23T03:04:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:32 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:32.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:32 smithi151 ceph-mon[22285]: pgmap v179: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 211 KiB/s rd, 511 B/s wr, 343 op/s 2024-04-23T03:04:32.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:32 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:34.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:34 smithi188 ceph-mon[30886]: pgmap v180: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 149 KiB/s rd, 0 B/s wr, 235 op/s 2024-04-23T03:04:34.733 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:34 smithi151 ceph-mon[22285]: pgmap v180: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 149 KiB/s rd, 0 B/s wr, 235 op/s 2024-04-23T03:04:34.975 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:34.976 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:30.447425Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:36.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:36 smithi188 ceph-mon[30886]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:36.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:36 smithi188 ceph-mon[30886]: pgmap v181: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-23T03:04:36.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:36 smithi151 ceph-mon[22285]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:36.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:36 smithi151 ceph-mon[22285]: pgmap v181: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-04-23T03:04:37.186 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:38.187 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:38.516 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:38.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:38 smithi188 ceph-mon[30886]: pgmap v182: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:38.774 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:38 smithi151 ceph-mon[22285]: pgmap v182: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:40.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:40 smithi188 ceph-mon[30886]: pgmap v183: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:40.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:40 smithi151 ceph-mon[22285]: pgmap v183: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:41.177 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:41.177 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:42.170640Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:42.170741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:40.757398Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:42.170911Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:42.170983Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:42.170821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:42.171054Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "ports": [8000], "running": 0, "size": 4}}] 2024-04-23T03:04:41.870 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:41.871 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:41 smithi151 ceph-mon[22285]: pgmap v184: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:41.896 INFO:tasks.cephadm:rgw.foo has 0/4 2024-04-23T03:04:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:04:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:41 smithi188 ceph-mon[30886]: pgmap v184: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:42.898 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:43.018 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:43.018 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:43.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:43.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:44.222 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:44.379 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:44.379 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:44.380 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:44 smithi151 ceph-mon[22285]: pgmap v185: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:44 smithi188 ceph-mon[30886]: pgmap v185: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:45.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:45.406 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:45 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:45.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:45.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:45 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:46.303 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:46 smithi151 ceph-mon[22285]: pgmap v186: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:46.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:46 smithi188 ceph-mon[30886]: pgmap v186: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:46.731 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:46.731 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:03:49.700916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:03:49.700685Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:03:49.700764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:03:49.700991Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:40.757398Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:03:49.700602Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:03:49.700483Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:03:49.700840Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:03:49.701140Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:03:49.701065Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 2, "size": 4}}] 2024-04-23T03:04:47.450 INFO:tasks.cephadm:rgw.foo has 2/4 2024-04-23T03:04:48.450 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:48.473 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:48 smithi151 ceph-mon[22285]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:48.473 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:48 smithi151 ceph-mon[22285]: pgmap v187: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:48.473 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:48.473 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:48 smithi188 ceph-mon[30886]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:48 smithi188 ceph-mon[30886]: pgmap v187: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:04:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:49.898 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:50.561 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:50 smithi151 ceph-mon[22285]: pgmap v188: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:04:50.561 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:50.561 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:50.561 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:50.561 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:04:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:50 smithi188 ceph-mon[30886]: pgmap v188: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:04:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:04:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:04:51.638 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:51.638 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:43.114435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:43.114540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:40.757398Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "last_refresh": "2024-04-23T03:04:49.944373Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:43.114689Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:43.114761Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:43.114616Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:43.114834Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: Checking dashboard <-> RGW credentials 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:04:51.639 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:51 smithi151 ceph-mon[22285]: Deploying daemon haproxy.rgw.foo.smithi188.ycmrvy on smithi188 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: Checking dashboard <-> RGW credentials 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:04:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:51 smithi188 ceph-mon[30886]: Deploying daemon haproxy.rgw.foo.smithi188.ycmrvy on smithi188 2024-04-23T03:04:52.206 INFO:tasks.cephadm:rgw.foo has 4/4 2024-04-23T03:04:52.206 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-23T03:04:52.214 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-04-23T03:04:52.214 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:52.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:52 smithi151 ceph-mon[22285]: pgmap v189: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2024-04-23T03:04:52.494 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:52 smithi188 ceph-mon[30886]: pgmap v189: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2024-04-23T03:04:53.594 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:53 smithi151 ceph-mon[22285]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:53.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:53 smithi188 ceph-mon[30886]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:54.337 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:54.337 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:43.114435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:43.114540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:40.757398Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "last_refresh": "2024-04-23T03:04:49.944373Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:43.114689Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:43.114761Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:43.114616Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:43.114834Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:04:54.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:54 smithi188 ceph-mon[30886]: pgmap v190: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 682 B/s wr, 3 op/s 2024-04-23T03:04:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:54 smithi151 ceph-mon[22285]: pgmap v190: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 682 B/s wr, 3 op/s 2024-04-23T03:04:54.971 INFO:tasks.cephadm:ingress.rgw.foo has 2/4 2024-04-23T03:04:55.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:55 smithi151 ceph-mon[22285]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:55.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:55 smithi188 ceph-mon[30886]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:55.972 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:56.218 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:04:56.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:56 smithi188 ceph-mon[30886]: pgmap v191: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-04-23T03:04:56.582 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:56 smithi151 ceph-mon[22285]: pgmap v191: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-04-23T03:04:57.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-04-23T03:04:57.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:04:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-04-23T03:04:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:04:58.095 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:04:58.095 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:43.114435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:43.114540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:56.517668Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:43.114689Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:43.114761Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:43.114616Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:43.114834Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: 10.0.31.151 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: Deploying daemon keepalived.rgw.foo.smithi188.nxwqoh on smithi188 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: pgmap v192: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-04-23T03:04:58.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:58 smithi188 ceph-mon[30886]: osdmap e55: 8 total, 8 up, 8 in 2024-04-23T03:04:58.791 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: 10.0.31.151 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2024-04-23T03:04:58.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:04:58.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: Deploying daemon keepalived.rgw.foo.smithi188.nxwqoh on smithi188 2024-04-23T03:04:58.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: pgmap v192: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-04-23T03:04:58.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-04-23T03:04:58.792 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:58 smithi151 ceph-mon[22285]: osdmap e55: 8 total, 8 up, 8 in 2024-04-23T03:04:58.818 INFO:tasks.cephadm:ingress.rgw.foo has 2/4 2024-04-23T03:04:59.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:59 smithi188 ceph-mon[30886]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:59.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:04:59 smithi188 ceph-mon[30886]: osdmap e56: 8 total, 8 up, 8 in 2024-04-23T03:04:59.819 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:04:59.845 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:59 smithi151 ceph-mon[22285]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:04:59.845 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:04:59 smithi151 ceph-mon[22285]: osdmap e56: 8 total, 8 up, 8 in 2024-04-23T03:05:00.071 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:05:00.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:00 smithi188 ceph-mon[30886]: pgmap v195: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 511 B/s wr, 2 op/s 2024-04-23T03:05:00.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:00 smithi151 ceph-mon[22285]: pgmap v195: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 511 B/s wr, 2 op/s 2024-04-23T03:05:01.909 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:05:01.909 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:43.114435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:43.114540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:56.517668Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:43.114689Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:43.114761Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:43.114616Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:43.114834Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:05:02.550 INFO:tasks.cephadm:ingress.rgw.foo has 2/4 2024-04-23T03:05:02.691 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:02 smithi188 ceph-mon[30886]: pgmap v196: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2024-04-23T03:05:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:02 smithi151 ceph-mon[22285]: pgmap v196: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.487 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:03 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:03.553 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:05:03.819 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:05:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:03.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:03 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:04.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:04 smithi151 ceph-mon[22285]: pgmap v197: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:04.682 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:04 smithi188 ceph-mon[30886]: pgmap v197: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:06.444 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:05:06.444 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:43.114435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:43.114540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:05:03.107145Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:43.114689Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:43.114761Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:43.114616Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:43.114834Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:43.115118Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:05:06.732 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:06 smithi188 ceph-mon[30886]: pgmap v198: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:06.791 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:06 smithi151 ceph-mon[22285]: pgmap v198: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:07.550 INFO:tasks.cephadm:ingress.rgw.foo has 2/4 2024-04-23T03:05:07.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:07 smithi151 ceph-mon[22285]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:07.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:07.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:07.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:07 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:07.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:07 smithi188 ceph-mon[30886]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:07.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:07.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:07.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:07 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:08.551 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-23T03:05:08.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:08 smithi151 ceph-mon[22285]: pgmap v199: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:08.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:08 smithi188 ceph-mon[30886]: pgmap v199: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:09.756 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:05:10.782 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:10 smithi151 ceph-mon[22285]: pgmap v200: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:10.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:10 smithi188 ceph-mon[30886]: pgmap v200: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:12.616 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:12 smithi151 ceph-mon[22285]: pgmap v201: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:12.617 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:12 smithi188 ceph-mon[30886]: pgmap v201: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:13.088 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-04-23T03:05:13.088 INFO:teuthology.orchestra.run.smithi151.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-23T02:58:41.742209Z", "last_refresh": "2024-04-23T03:04:49.943697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:00:08.600245Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-04-23T02:58:36.644378Z", "last_refresh": "2024-04-23T03:04:49.943435Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:12.387280Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-23T02:58:35.337545Z", "last_refresh": "2024-04-23T03:04:49.943542Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-23T02:58:39.291818Z", "last_refresh": "2024-04-23T03:04:49.943789Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:05:03.107145Z 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_port": 9001, "virtual_ip": "10.0.31.151/16"}, "status": {"created": "2024-04-23T03:03:52.668101Z", "last_refresh": "2024-04-23T03:04:49.944373Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.151/16"}}, {"events": ["2024-04-23T03:00:21.310265Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-23T02:58:33.418854Z", "last_refresh": "2024-04-23T03:04:49.943347Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:30.462766Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi151:172.21.15.151=smithi151", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-23T02:59:32.025831Z", "last_refresh": "2024-04-23T03:04:49.943248Z", "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:17.068943Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-23T02:58:40.548867Z", "last_refresh": "2024-04-23T03:04:49.943619Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-23T03:00:40.119438Z 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"}, "status": {"created": "2024-04-23T03:00:40.113826Z", "last_refresh": "2024-04-23T03:04:49.943932Z", "running": 8, "size": 8}}, {"events": ["2024-04-23T03:00:30.469830Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-23T02:58:37.965404Z", "last_refresh": "2024-04-23T03:04:49.943861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-23T03:04:19.688363Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-04-23T03:04:19.677710Z", "last_refresh": "2024-04-23T03:04:49.944228Z", "ports": [8000], "running": 4, "size": 4}}] 2024-04-23T03:05:13.731 INFO:tasks.cephadm:ingress.rgw.foo has 4/4 2024-04-23T03:05:13.731 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-23T03:05:13.748 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T03:05:13.748 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'echo "Check while healthy..." 2024-04-23T03:05:13.748 DEBUG:teuthology.orchestra.run.smithi151:> curl http://10.0.31.151:9000/ 2024-04-23T03:05:13.748 DEBUG:teuthology.orchestra.run.smithi151:> 2024-04-23T03:05:13.748 DEBUG:teuthology.orchestra.run.smithi151:> # stop each rgw in turn 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> echo "Check with each rgw stopped in turn..." 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> for rgw in `ceph orch ps | grep ^rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> ceph orch daemon stop $rgw 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> while ! curl http://10.0.31.151:9000/ ; do sleep 1 ; done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> ceph orch daemon start $rgw 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> while ! ceph orch ps | grep $rgw | grep running; do sleep 1 ; done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> # stop each haproxy in turn 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> echo "Check with each haproxy down in turn..." 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> ceph orch daemon stop $haproxy 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> while ! curl http://10.0.31.151:9000/ ; do sleep 1 ; done 2024-04-23T03:05:13.749 DEBUG:teuthology.orchestra.run.smithi151:> ceph orch daemon start $haproxy 2024-04-23T03:05:13.750 DEBUG:teuthology.orchestra.run.smithi151:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-04-23T03:05:13.750 DEBUG:teuthology.orchestra.run.smithi151:> done 2024-04-23T03:05:13.750 DEBUG:teuthology.orchestra.run.smithi151:> 2024-04-23T03:05:13.750 DEBUG:teuthology.orchestra.run.smithi151:> while ! curl http://10.0.31.151:9000/ ; do sleep 1 ; done' 2024-04-23T03:05:14.556 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:05:14.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:14 smithi151 ceph-mon[22285]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:14.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:14 smithi151 ceph-mon[22285]: pgmap v202: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:14.927 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:14 smithi188 ceph-mon[30886]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:05:14.927 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:14 smithi188 ceph-mon[30886]: pgmap v202: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:16.606 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: pgmap v203: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.607 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: pgmap v203: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:16.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:16.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:16.814 INFO:teuthology.orchestra.run.smithi151.stdout:Check while healthy... 2024-04-23T03:05:16.814 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:05:16.814 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:05:16.815 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousCheck with each rgw stopped in turn... 2024-04-23T03:05:16.815 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:05:17.416 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop rgw.foo.smithi151.dzxifa on host 'smithi151' 2024-04-23T03:05:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:17 smithi151 ceph-mon[22285]: Reconfiguring prometheus.smithi151 (dependencies changed)... 2024-04-23T03:05:17.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:17 smithi151 ceph-mon[22285]: Reconfiguring daemon prometheus.smithi151 on smithi151 2024-04-23T03:05:17.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:17.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:17 smithi188 ceph-mon[30886]: Reconfiguring prometheus.smithi151 (dependencies changed)... 2024-04-23T03:05:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:17 smithi188 ceph-mon[30886]: Reconfiguring daemon prometheus.smithi151 on smithi151 2024-04-23T03:05:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:17.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:18 smithi188 ceph-mon[30886]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:18 smithi188 ceph-mon[30886]: pgmap v204: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:18.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:18 smithi188 ceph-mon[30886]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi151.dzxifa", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:18.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:18 smithi188 ceph-mon[30886]: Schedule stop daemon rgw.foo.smithi151.dzxifa 2024-04-23T03:05:18.736 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:18 smithi151 ceph-mon[22285]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:18.736 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:18 smithi151 ceph-mon[22285]: pgmap v204: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:05:18.736 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:18 smithi151 ceph-mon[22285]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi151.dzxifa", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:18.736 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:18 smithi151 ceph-mon[22285]: Schedule stop daemon rgw.foo.smithi151.dzxifa 2024-04-23T03:05:19.614 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:19 smithi151 ceph-mon[22285]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:19.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:19 smithi188 ceph-mon[30886]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:20 smithi151 ceph-mon[22285]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:20.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:20 smithi151 ceph-mon[22285]: pgmap v205: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:20 smithi188 ceph-mon[30886]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:20 smithi188 ceph-mon[30886]: pgmap v205: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:21 smithi151 ceph-mon[22285]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:21 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:21 smithi188 ceph-mon[30886]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:21 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:22.583 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:22 smithi151 ceph-mon[22285]: pgmap v206: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:22.583 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:22 smithi188 ceph-mon[30886]: pgmap v206: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:23.661 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:23 smithi151 ceph-mon[22285]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:23.661 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:23 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:23.661 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:23 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:23.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:23 smithi188 ceph-mon[30886]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:23.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:23 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:23.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:23 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: pgmap v207: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: Reconfiguring keepalived.rgw.foo.smithi151.vikvxq (dependencies changed)... 2024-04-23T03:05:24.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:05:24.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: 10.0.31.151 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2024-04-23T03:05:24.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:24 smithi151 ceph-mon[22285]: Reconfiguring daemon keepalived.rgw.foo.smithi151.vikvxq on smithi151 2024-04-23T03:05:24.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: pgmap v207: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:05:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: Reconfiguring keepalived.rgw.foo.smithi151.vikvxq (dependencies changed)... 2024-04-23T03:05:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: 10.0.31.151 is in 10.0.0.0/16 on smithi151 interface enp3s0f1 2024-04-23T03:05:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: 10.0.31.151 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2024-04-23T03:05:24.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:24 smithi188 ceph-mon[30886]: Reconfiguring daemon keepalived.rgw.foo.smithi151.vikvxq on smithi151 2024-04-23T03:05:26.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:26 smithi151 ceph-mon[22285]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:26.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:26 smithi151 ceph-mon[22285]: pgmap v208: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:26.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:26 smithi188 ceph-mon[30886]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:26.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:26 smithi188 ceph-mon[30886]: pgmap v208: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:27.647 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:27 smithi151 ceph-mon[22285]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:27.647 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:27 smithi188 ceph-mon[30886]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:28.597 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:28.598 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: pgmap v209: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:28.598 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:28.598 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:28.598 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:05:28.598 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: pgmap v209: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:05:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:29.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:29 smithi151 ceph-mon[22285]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:05:29.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:29 smithi188 ceph-mon[30886]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-23T03:05:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:30 smithi188 ceph-mon[30886]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:30.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:30 smithi188 ceph-mon[30886]: pgmap v210: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:30.864 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:30 smithi151 ceph-mon[22285]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:30.864 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:30 smithi151 ceph-mon[22285]: pgmap v210: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-04-23T03:05:31.611 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:31 smithi151 ceph-mon[22285]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:31.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:31.612 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:31 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:31.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:31 smithi188 ceph-mon[30886]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:31.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:31.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:31 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:32.746 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:32 smithi151 ceph-mon[22285]: pgmap v211: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:32.747 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:32 smithi151 ceph-mon[22285]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:32.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:32 smithi188 ceph-mon[30886]: pgmap v211: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:32.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:32 smithi188 ceph-mon[30886]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:34.106 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.dzxifa smithi151 *:8001 stopped 0s ago 74s - - 2024-04-23T03:05:34.109 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:05:34.109 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:05:34.110 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:05:34.443 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start rgw.foo.smithi151.dzxifa on host 'smithi151' 2024-04-23T03:05:34.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:34.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: pgmap v212: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:34.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:34.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: pgmap v212: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:34.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:35.580 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:35 smithi151 ceph-mon[22285]: Checking dashboard <-> RGW credentials 2024-04-23T03:05:35.580 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:35 smithi151 ceph-mon[22285]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:35.580 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:35 smithi151 ceph-mon[22285]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi151.dzxifa", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:35.580 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:35 smithi151 ceph-mon[22285]: Schedule start daemon rgw.foo.smithi151.dzxifa 2024-04-23T03:05:35.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:35 smithi188 ceph-mon[30886]: Checking dashboard <-> RGW credentials 2024-04-23T03:05:35.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:35 smithi188 ceph-mon[30886]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:35.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:35 smithi188 ceph-mon[30886]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi151.dzxifa", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:35.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:35 smithi188 ceph-mon[30886]: Schedule start daemon rgw.foo.smithi151.dzxifa 2024-04-23T03:05:36.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:36 smithi151 ceph-mon[22285]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:36.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:36 smithi151 ceph-mon[22285]: pgmap v213: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:36.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:36 smithi188 ceph-mon[30886]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:36.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:36 smithi188 ceph-mon[30886]: pgmap v213: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:05:37.797 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:37 smithi151 ceph-mon[22285]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:37.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:37 smithi188 ceph-mon[30886]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:38.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:38 smithi151 ceph-mon[22285]: pgmap v214: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:38.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:38.535 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:38 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:38.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:38 smithi188 ceph-mon[30886]: pgmap v214: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:38.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:38.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:38 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:39.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:39 smithi151 ceph-mon[22285]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:39.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:39 smithi188 ceph-mon[30886]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:40.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:40 smithi151 ceph-mon[22285]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:40.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:40 smithi151 ceph-mon[22285]: pgmap v215: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:40.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:40 smithi188 ceph-mon[30886]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:40.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:40 smithi188 ceph-mon[30886]: pgmap v215: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:41.822 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:41.822 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.822 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.823 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:41.823 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:41.823 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.823 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:41.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:42.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:42 smithi151 ceph-mon[22285]: pgmap v216: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:42.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:42.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:42.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:42.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:42 smithi188 ceph-mon[30886]: pgmap v216: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-04-23T03:05:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:43.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:43 smithi151 ceph-mon[22285]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:43.964 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:43 smithi188 ceph-mon[30886]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:44.832 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:44 smithi151 ceph-mon[22285]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:44.832 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:44 smithi151 ceph-mon[22285]: pgmap v217: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-23T03:05:44.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:44 smithi188 ceph-mon[30886]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:44.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:44 smithi188 ceph-mon[30886]: pgmap v217: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-23T03:05:45.707 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:45 smithi151 ceph-mon[22285]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:45.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:45 smithi188 ceph-mon[30886]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:46.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:46 smithi151 ceph-mon[22285]: pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 40 op/s 2024-04-23T03:05:46.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:46 smithi151 ceph-mon[22285]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:46.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:46.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:46 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:46.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:46 smithi188 ceph-mon[30886]: pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 40 op/s 2024-04-23T03:05:46.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:46 smithi188 ceph-mon[30886]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:46.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:46.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:46 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:47.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:47 smithi151 ceph-mon[22285]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:47.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:47 smithi151 ceph-mon[22285]: pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:05:47.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:47 smithi188 ceph-mon[30886]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:47.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:47 smithi188 ceph-mon[30886]: pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:05:48.478 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.dzxifa smithi151 *:8001 running (6s) 0s ago 88s 76.7M - 19.0.0-3198-g56e81df3 82086b19bb07 3f403e0c73fe 2024-04-23T03:05:48.817 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop rgw.foo.smithi151.eynafk on host 'smithi151' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.687 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:49.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:50 smithi151 ceph-mon[22285]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi151.eynafk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:50 smithi151 ceph-mon[22285]: Schedule stop daemon rgw.foo.smithi151.eynafk 2024-04-23T03:05:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:50 smithi151 ceph-mon[22285]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:50 smithi151 ceph-mon[22285]: pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:50 smithi188 ceph-mon[30886]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi151.eynafk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:50 smithi188 ceph-mon[30886]: Schedule stop daemon rgw.foo.smithi151.eynafk 2024-04-23T03:05:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:50 smithi188 ceph-mon[30886]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:50 smithi188 ceph-mon[30886]: pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:51.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:51 smithi188 ceph-mon[30886]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:51.735 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:51 smithi151 ceph-mon[22285]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:52.699 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:52 smithi151 ceph-mon[22285]: pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:52.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:52 smithi188 ceph-mon[30886]: pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:53.770 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:53 smithi151 ceph-mon[22285]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:53.770 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:53.770 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:53 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:53 smithi188 ceph-mon[30886]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:53.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:53 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:54 smithi151 ceph-mon[22285]: pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:54 smithi151 ceph-mon[22285]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:54.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:54 smithi188 ceph-mon[30886]: pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:05:54.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:54 smithi188 ceph-mon[30886]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:55.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:55.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:55.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:55 smithi151 ceph-mon[22285]: pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 511 B/s wr, 114 op/s 2024-04-23T03:05:55.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:55.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:05:55.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:05:55.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:55.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:05:55.985 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:55 smithi188 ceph-mon[30886]: pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 511 B/s wr, 114 op/s 2024-04-23T03:05:56.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:56 smithi151 ceph-mon[22285]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:57.233 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:56 smithi188 ceph-mon[30886]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:57.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:57.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:57.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:57.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:57.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-04-23T03:05:57.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:05:57 smithi151 ceph-mon[22285]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:05:57.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:57.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:05:57.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:05:57.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:05:57.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-04-23T03:05:57.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:05:57 smithi188 ceph-mon[30886]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:00.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:00 smithi188 ceph-mon[30886]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:00.401 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:00 smithi188 ceph-mon[30886]: pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 682 B/s wr, 1 op/s 2024-04-23T03:06:00.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:00 smithi151 ceph-mon[22285]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:00.719 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:00 smithi151 ceph-mon[22285]: pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 682 B/s wr, 1 op/s 2024-04-23T03:06:01.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:01 smithi151 ceph-mon[22285]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:01.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:01.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:01 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:01.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:01 smithi188 ceph-mon[30886]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:01.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:01.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:01 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:02.609 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:02 smithi151 ceph-mon[22285]: pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:02.609 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:02 smithi151 ceph-mon[22285]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:02.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:02 smithi188 ceph-mon[30886]: pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:02.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:02 smithi188 ceph-mon[30886]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:04.139 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.eynafk smithi151 *:8000 stopped 0s ago 111s - - 2024-04-23T03:06:04.143 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:06:04.143 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:06:04.144 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:06:04.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:04.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:04.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:04.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:04.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:04 smithi151 ceph-mon[22285]: pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:04.477 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start rgw.foo.smithi151.eynafk on host 'smithi151' 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:04.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:04.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:04.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:04 smithi188 ceph-mon[30886]: pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:05.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:05.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi151.eynafk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:05.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: Schedule start daemon rgw.foo.smithi151.eynafk 2024-04-23T03:06:05.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:05.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:05.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:05 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:05.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:05.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi151.eynafk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:05.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: Schedule start daemon rgw.foo.smithi151.eynafk 2024-04-23T03:06:05.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:05.719 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:05.720 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:05 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:06 smithi188 ceph-mon[30886]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:06.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:06 smithi188 ceph-mon[30886]: pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:06.860 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:06 smithi151 ceph-mon[22285]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:06.860 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:06 smithi151 ceph-mon[22285]: pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:07.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:07 smithi188 ceph-mon[30886]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:07.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:07 smithi151 ceph-mon[22285]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:08.803 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:08 smithi151 ceph-mon[22285]: pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:08.803 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:08.804 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:08.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:08 smithi188 ceph-mon[30886]: pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:08.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:08.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:09.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:09 smithi151 ceph-mon[22285]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:09.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:09 smithi188 ceph-mon[30886]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:10.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:10.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:10.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:10.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:10.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:10 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:10.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:10.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:10.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:10.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:10.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:10.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:10 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:11.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:11 smithi151 ceph-mon[22285]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:11.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:11 smithi188 ceph-mon[30886]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:12.796 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:12 smithi151 ceph-mon[22285]: pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:06:12.797 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:12.797 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:12.797 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:12.797 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:12 smithi188 ceph-mon[30886]: pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:06:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:12.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:12.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:13.566 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:13 smithi151 ceph-mon[22285]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:13.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:13 smithi188 ceph-mon[30886]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:14 smithi188 ceph-mon[30886]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:14 smithi188 ceph-mon[30886]: pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-04-23T03:06:14.814 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:14 smithi151 ceph-mon[22285]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:14.814 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:14 smithi151 ceph-mon[22285]: pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-04-23T03:06:15.758 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:15 smithi151 ceph-mon[22285]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:15.779 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:15 smithi188 ceph-mon[30886]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:16.597 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:16 smithi151 ceph-mon[22285]: pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 170 B/s wr, 39 op/s 2024-04-23T03:06:16.597 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:16.597 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:16.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:16 smithi188 ceph-mon[30886]: pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 170 B/s wr, 39 op/s 2024-04-23T03:06:16.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:16.986 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:17 smithi151 ceph-mon[22285]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:17.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:17 smithi188 ceph-mon[30886]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:18.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:18 smithi151 ceph-mon[22285]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:18.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:18 smithi151 ceph-mon[22285]: pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 121 op/s 2024-04-23T03:06:18.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:18 smithi188 ceph-mon[30886]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:18.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:18 smithi188 ceph-mon[30886]: pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 121 op/s 2024-04-23T03:06:19.885 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.eynafk smithi151 *:8000 running (8s) 1s ago 2m 73.6M - 19.0.0-3198-g56e81df3 82086b19bb07 0a52140ea7ec 2024-04-23T03:06:19.885 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.886 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:19 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:19.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:19.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:19 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:20.214 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop rgw.foo.smithi188.eoeiwl on host 'smithi188' 2024-04-23T03:06:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:20 smithi151 ceph-mon[22285]: pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:20.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:20 smithi188 ceph-mon[30886]: pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:20.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:21.842 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:21 smithi151 ceph-mon[22285]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:21.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:21 smithi151 ceph-mon[22285]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi188.eoeiwl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:21.843 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:21 smithi151 ceph-mon[22285]: Schedule stop daemon rgw.foo.smithi188.eoeiwl 2024-04-23T03:06:21.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:21 smithi188 ceph-mon[30886]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:21.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:21 smithi188 ceph-mon[30886]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi188.eoeiwl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:21.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:21 smithi188 ceph-mon[30886]: Schedule stop daemon rgw.foo.smithi188.eoeiwl 2024-04-23T03:06:22.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:22 smithi151 ceph-mon[22285]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:22.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:22 smithi151 ceph-mon[22285]: pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:22.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:22 smithi188 ceph-mon[30886]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:22.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:22 smithi188 ceph-mon[30886]: pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:23.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:23 smithi151 ceph-mon[22285]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:23.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:23 smithi188 ceph-mon[30886]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:24.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:24 smithi151 ceph-mon[22285]: pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:24.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:24 smithi151 ceph-mon[22285]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:24.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:24 smithi188 ceph-mon[30886]: pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:24.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:24 smithi188 ceph-mon[30886]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:26.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:26.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 511 B/s wr, 114 op/s 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.909 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:26 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 511 B/s wr, 114 op/s 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:26.953 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:26 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:27.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:27 smithi188 ceph-mon[30886]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:27.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:27.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:27 smithi188 ceph-mon[30886]: pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 83 op/s 2024-04-23T03:06:27.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:27 smithi188 ceph-mon[30886]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:27.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:27 smithi151 ceph-mon[22285]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:27.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:27.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:27 smithi151 ceph-mon[22285]: pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 83 op/s 2024-04-23T03:06:27.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:27 smithi151 ceph-mon[22285]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:29.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:29.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:29.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:29 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:29.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:29.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:29.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:29 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:30.553 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:30 smithi151 ceph-mon[22285]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:30.553 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:30 smithi151 ceph-mon[22285]: pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-23T03:06:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:30 smithi188 ceph-mon[30886]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:30.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:30 smithi188 ceph-mon[30886]: pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-23T03:06:31.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:31 smithi151 ceph-mon[22285]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:31.702 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:31 smithi188 ceph-mon[30886]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:32.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:32 smithi151 ceph-mon[22285]: pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:32.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:32 smithi151 ceph-mon[22285]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:32.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:32 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:32.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:32 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:32 smithi188 ceph-mon[30886]: pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:32 smithi188 ceph-mon[30886]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:32 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:32.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:32 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:32.841 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.eoeiwl smithi188 *:8001 stopped 0s ago 2m - - 2024-04-23T03:06:32.845 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:06:32.845 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:06:32.845 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:06:33.180 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start rgw.foo.smithi188.eoeiwl on host 'smithi188' 2024-04-23T03:06:34.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:34.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi188.eoeiwl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:34.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: Schedule start daemon rgw.foo.smithi188.eoeiwl 2024-04-23T03:06:34.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:34.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:34.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:34.409 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:34 smithi151 ceph-mon[22285]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:34.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:34.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi188.eoeiwl", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:34.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: Schedule start daemon rgw.foo.smithi188.eoeiwl 2024-04-23T03:06:34.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:34.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:34.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:34.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:34 smithi188 ceph-mon[30886]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:35.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:35.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:35.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:35 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:35.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:35.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:35.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:35.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:35 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:36.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:36 smithi188 ceph-mon[30886]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:36.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:36 smithi188 ceph-mon[30886]: pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:36.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:36.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:36.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:36 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:36 smithi151 ceph-mon[22285]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:36 smithi151 ceph-mon[22285]: pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:06:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:36.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:36.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:36 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:37.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:37 smithi188 ceph-mon[30886]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:37.603 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:37 smithi151 ceph-mon[22285]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:38.449 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:38 smithi151 ceph-mon[22285]: pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 170 B/s wr, 73 op/s 2024-04-23T03:06:38.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:38 smithi188 ceph-mon[30886]: pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 170 B/s wr, 73 op/s 2024-04-23T03:06:39.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:39 smithi151 ceph-mon[22285]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:39.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:39 smithi188 ceph-mon[30886]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:40.430 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.eoeiwl smithi188 *:8001 running (4s) 0s ago 2m 74.6M - 19.0.0-3198-g56e81df3 82086b19bb07 72f87fba8ebb 2024-04-23T03:06:40.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:40 smithi188 ceph-mon[30886]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:40.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:40 smithi188 ceph-mon[30886]: pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 170 B/s wr, 94 op/s 2024-04-23T03:06:40.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:40.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:40 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:40.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:40 smithi151 ceph-mon[22285]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:40.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:40 smithi151 ceph-mon[22285]: pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 271 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 170 B/s wr, 94 op/s 2024-04-23T03:06:40.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:40.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:40 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:40.784 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop rgw.foo.smithi188.umphmd on host 'smithi188' 2024-04-23T03:06:41.469 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:41 smithi151 ceph-mon[22285]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:41.469 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:41.469 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:41 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:41.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:41 smithi188 ceph-mon[30886]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:41.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:41.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:41 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi188.umphmd", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: Schedule stop daemon rgw.foo.smithi188.umphmd 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: pgmap v246: 129 pgs: 129 active+clean; 582 KiB data, 275 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:42.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:42.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi188.umphmd", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: Schedule stop daemon rgw.foo.smithi188.umphmd 2024-04-23T03:06:42.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: pgmap v246: 129 pgs: 129 active+clean; 582 KiB data, 275 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:42.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:43.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:43 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:43.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:43 smithi188 ceph-mon[30886]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:43.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:43 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:43.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:43 smithi151 ceph-mon[22285]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:44.479 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:44 smithi151 ceph-mon[22285]: pgmap v247: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:44.479 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:44.479 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:44.479 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:44 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:44 smithi188 ceph-mon[30886]: pgmap v247: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:44.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:44 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:45.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:45 smithi188 ceph-mon[30886]: from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:45.613 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:45 smithi151 ceph-mon[22285]: from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:46.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:46 smithi188 ceph-mon[30886]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:46.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:46 smithi188 ceph-mon[30886]: pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:46.568 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:46 smithi151 ceph-mon[22285]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:46.568 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:46 smithi151 ceph-mon[22285]: pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:47.391 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:47 smithi151 ceph-mon[22285]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:47.445 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:47 smithi188 ceph-mon[30886]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:47.907 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.umphmd smithi188 *:8000 stopped 0s ago 2m - - 2024-04-23T03:06:47.911 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:06:47.912 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:06:47.912 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:06:48.247 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start rgw.foo.smithi188.umphmd on host 'smithi188' 2024-04-23T03:06:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:48 smithi188 ceph-mon[30886]: pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:48.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:48 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:48.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:48 smithi151 ceph-mon[22285]: pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 511 B/s wr, 122 op/s 2024-04-23T03:06:48.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:48.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:48 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:49.609 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:49 smithi151 ceph-mon[22285]: from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:49.610 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:49 smithi151 ceph-mon[22285]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi188.umphmd", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:49.610 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:49 smithi151 ceph-mon[22285]: Schedule start daemon rgw.foo.smithi188.umphmd 2024-04-23T03:06:49.610 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:49.610 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:49 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:49 smithi188 ceph-mon[30886]: from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:49 smithi188 ceph-mon[30886]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi188.umphmd", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:49 smithi188 ceph-mon[30886]: Schedule start daemon rgw.foo.smithi188.umphmd 2024-04-23T03:06:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:49.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:49 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:50.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 511 B/s wr, 49 op/s 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:50 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 511 B/s wr, 49 op/s 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:50.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:50.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:50.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:50 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:51.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:51 smithi188 ceph-mon[30886]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:51.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:51 smithi151 ceph-mon[22285]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:52.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:52 smithi188 ceph-mon[30886]: pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 28 op/s 2024-04-23T03:06:52.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:52 smithi188 ceph-mon[30886]: from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:52.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:52.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:52.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:52 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:52 smithi151 ceph-mon[22285]: pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 28 op/s 2024-04-23T03:06:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:52 smithi151 ceph-mon[22285]: from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:52.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:52 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:06:54.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:54 smithi188 ceph-mon[30886]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:54.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:54 smithi188 ceph-mon[30886]: pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 511 B/s wr, 42 op/s 2024-04-23T03:06:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:54 smithi151 ceph-mon[22285]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:54.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:54 smithi151 ceph-mon[22285]: pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 511 B/s wr, 42 op/s 2024-04-23T03:06:55.582 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:55 smithi151 ceph-mon[22285]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:55.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:55 smithi188 ceph-mon[30886]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:56.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:56 smithi151 ceph-mon[22285]: pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 511 B/s wr, 72 op/s 2024-04-23T03:06:56.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:56 smithi151 ceph-mon[22285]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:56.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:56.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:56 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:56 smithi188 ceph-mon[30886]: pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 279 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 511 B/s wr, 72 op/s 2024-04-23T03:06:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:56 smithi188 ceph-mon[30886]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:56.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:56 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:56.802 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.umphmd smithi188 *:8000 running (5s) 1s ago 2m 76.0M - 19.0.0-3198-g56e81df3 82086b19bb07 a6b648369c4c 2024-04-23T03:06:56.802 INFO:teuthology.orchestra.run.smithi151.stdout:Check with each haproxy down in turn... 2024-04-23T03:06:57.515 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop haproxy.rgw.foo.smithi151.hdzwyu on host 'smithi151' 2024-04-23T03:06:57.515 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:57 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:57.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:57 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi151.hdzwyu", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: Schedule stop daemon haproxy.rgw.foo.smithi151.hdzwyu 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:58.624 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.625 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:58 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:58.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi151.hdzwyu", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: Schedule stop daemon haproxy.rgw.foo.smithi151.hdzwyu 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:06:58.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:58 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:06:59.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:06:59 smithi151 ceph-mon[22285]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:06:59.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:06:59 smithi188 ceph-mon[30886]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:00.788 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:00 smithi151 ceph-mon[22285]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:00.788 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:00 smithi151 ceph-mon[22285]: pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:00.788 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:00.789 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:00.789 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:00 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:00.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:00 smithi188 ceph-mon[30886]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:00.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:00 smithi188 ceph-mon[30886]: pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:00.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:00.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:00.984 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:00 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:02.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:02 smithi188 ceph-mon[30886]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:02.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:02 smithi188 ceph-mon[30886]: pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:02 smithi151 ceph-mon[22285]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:02.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:02 smithi151 ceph-mon[22285]: pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:03.834 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:03 smithi151 ceph-mon[22285]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:03.936 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:03 smithi188 ceph-mon[30886]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:04.525 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:04 smithi188 ceph-mon[30886]: pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:04.525 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:04 smithi188 ceph-mon[30886]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:04.851 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:04 smithi151 ceph-mon[22285]: pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 122 op/s 2024-04-23T03:07:04.851 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:04 smithi151 ceph-mon[22285]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:06.067 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi151.hdzwyu smithi151 *:9000,9001 stopped 0s ago 2m - - 2024-04-23T03:07:06.070 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:07:06.070 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:07:06.071 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:07:06.401 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi151.hdzwyu on host 'smithi151' 2024-04-23T03:07:06.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 80 op/s 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:06.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.660 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:06 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:06.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 80 op/s 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:06.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:06.735 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:06 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:07.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:07 smithi188 ceph-mon[30886]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:07.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:07 smithi188 ceph-mon[30886]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi151.hdzwyu", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:07.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:07 smithi188 ceph-mon[30886]: Schedule start daemon haproxy.rgw.foo.smithi151.hdzwyu 2024-04-23T03:07:07.829 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:07 smithi151 ceph-mon[22285]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:07.829 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:07 smithi151 ceph-mon[22285]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi151.hdzwyu", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:07.829 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:07 smithi151 ceph-mon[22285]: Schedule start daemon haproxy.rgw.foo.smithi151.hdzwyu 2024-04-23T03:07:08.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:08 smithi151 ceph-mon[22285]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:08.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:08 smithi151 ceph-mon[22285]: pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 50 op/s 2024-04-23T03:07:08.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:08.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:08.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:08 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:08 smithi188 ceph-mon[30886]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:08 smithi188 ceph-mon[30886]: pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 50 op/s 2024-04-23T03:07:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:08.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:08 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:09.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:09 smithi151 ceph-mon[22285]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:09.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:09 smithi188 ceph-mon[30886]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:10 smithi188 ceph-mon[30886]: pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:10.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:10 smithi188 ceph-mon[30886]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:10.744 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:10 smithi151 ceph-mon[22285]: pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:10.744 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:10 smithi151 ceph-mon[22285]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:12.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:12 smithi151 ceph-mon[22285]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:12.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:12 smithi151 ceph-mon[22285]: pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:12.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:12 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:12 smithi188 ceph-mon[30886]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:12 smithi188 ceph-mon[30886]: pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:12.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:12 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:13.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:13 smithi151 ceph-mon[22285]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:13.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:13 smithi188 ceph-mon[30886]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.724 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:14 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:14.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:14.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:14.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:14 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:14.899 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi151.hdzwyu smithi151 *:9000,9001 running (7s) 0s ago 2m 3992k - 2.3.17-d1c9119 e85424b0d443 ac4b5032a9e2 2024-04-23T03:07:15.225 INFO:teuthology.orchestra.run.smithi151.stdout:Scheduled to stop haproxy.rgw.foo.smithi188.ycmrvy on host 'smithi188' 2024-04-23T03:07:16.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:16.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi188.ycmrvy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: Schedule stop daemon haproxy.rgw.foo.smithi188.ycmrvy 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:16.484 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:16 smithi188 ceph-mon[30886]: pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi188.ycmrvy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: Schedule stop daemon haproxy.rgw.foo.smithi188.ycmrvy 2024-04-23T03:07:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:16.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:16 smithi151 ceph-mon[22285]: pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:17 smithi151 ceph-mon[22285]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:17.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:17 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:17 smithi188 ceph-mon[30886]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:17.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:17 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:18.630 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:18 smithi188 ceph-mon[30886]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:18.630 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:18 smithi188 ceph-mon[30886]: pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:18 smithi151 ceph-mon[22285]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:18.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:18 smithi151 ceph-mon[22285]: pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:19.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:19 smithi151 ceph-mon[22285]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:19.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:19 smithi188 ceph-mon[30886]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:20.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:20 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:20.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:20.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:20 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:20.982 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi188.ycmrvy smithi188 *:9000,9001 stopped 0s ago 2m - - 2024-04-23T03:07:20.986 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:07:20.986 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:07:20.987 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:07:21.318 INFO:teuthology.orchestra.run.smithi151.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi188.ycmrvy on host 'smithi188' 2024-04-23T03:07:21.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:21 smithi151 ceph-mon[22285]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:21.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:21 smithi188 ceph-mon[30886]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:07:22.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi188.ycmrvy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: Schedule start daemon haproxy.rgw.foo.smithi188.ycmrvy 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:22 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi188.ycmrvy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: Schedule start daemon haproxy.rgw.foo.smithi188.ycmrvy 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:22.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:22 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:23.481 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:23 smithi188 ceph-mon[30886]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:23.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:23 smithi151 ceph-mon[22285]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:24.572 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:24 smithi188 ceph-mon[30886]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:24.572 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:24 smithi188 ceph-mon[30886]: pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:07:24.572 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:24.572 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:24.572 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:24 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:24 smithi151 ceph-mon[22285]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:24 smithi151 ceph-mon[22285]: pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-23T03:07:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:24.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:24 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:07:25.547 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:25 smithi188 ceph-mon[30886]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:25.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:25 smithi151 ceph-mon[22285]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:26.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:26 smithi151 ceph-mon[22285]: pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:26.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:26 smithi188 ceph-mon[30886]: pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:27.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:27 smithi188 ceph-mon[30886]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:27.483 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:27 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:27.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:27 smithi151 ceph-mon[22285]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:27.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:27 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:28.398 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi188.ycmrvy smithi188 *:9000,9001 running (5s) 0s ago 2m 4001k - 2.3.17-d1c9119 e85424b0d443 2cb5b630d467 2024-04-23T03:07:28.402 INFO:teuthology.orchestra.run.smithi151.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-23T03:07:28.403 INFO:teuthology.orchestra.run.smithi151.stderr: Dload Upload Total Spent Left Speed 2024-04-23T03:07:28.403 INFO:teuthology.orchestra.run.smithi151.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 187 0 187 0 0 182k 0 --:--:-- --:--:-- --:--:-- 182k 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:28.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:28.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.659 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:28 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:07:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:07:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' 2024-04-23T03:07:28.734 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:28 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:07:29.176 INFO:teuthology.orchestra.run.smithi151.stdout:anonymous 2024-04-23T03:07:29.177 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-23T03:07:29.187 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T03:07:29.187 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-04-23T03:07:29.432 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:29.768 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:29 smithi151 ceph-mon[22285]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:29.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:29 smithi188 ceph-mon[30886]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:30.582 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:30 smithi151 ceph-mon[22285]: pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:30.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:30 smithi188 ceph-mon[30886]: pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:31.087 INFO:teuthology.orchestra.run.smithi151.stdout:167 167 2024-04-23T03:07:31.861 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-23T03:07:32.105 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:32.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:32 smithi151 ceph-mon[22285]: pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:32.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:32 smithi188 ceph-mon[30886]: pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:33.985 INFO:teuthology.orchestra.run.smithi151.stdout:Backend: cephadm 2024-04-23T03:07:33.985 INFO:teuthology.orchestra.run.smithi151.stdout:Available: Yes 2024-04-23T03:07:33.985 INFO:teuthology.orchestra.run.smithi151.stdout:Paused: No 2024-04-23T03:07:34.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:34 smithi151 ceph-mon[22285]: pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:34.733 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:34 smithi188 ceph-mon[30886]: pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:34.739 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-23T03:07:34.980 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:35.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:35 smithi151 ceph-mon[22285]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:35.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:35 smithi188 ceph-mon[30886]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:36.899 INFO:teuthology.orchestra.run.smithi151.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:07:36.899 INFO:teuthology.orchestra.run.smithi151.stdout:alertmanager.smithi151 smithi151 *:9093,9094 running (6m) 22s ago 8m 25.3M - 0.25.0 c8568f914cd2 e8ab6669d616 2024-04-23T03:07:36.899 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter.smithi151 smithi151 running (8m) 22s ago 8m 8396k - 19.0.0-3198-g56e81df3 82086b19bb07 12c3ae100b2c 2024-04-23T03:07:36.899 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter.smithi188 smithi188 running (7m) 9s ago 7m 4924k - 19.0.0-3198-g56e81df3 82086b19bb07 777217ae26cf 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:crash.smithi151 smithi151 running (8m) 22s ago 8m 6669k - 19.0.0-3198-g56e81df3 82086b19bb07 0479b1621761 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:crash.smithi188 smithi188 running (7m) 9s ago 7m 6669k - 19.0.0-3198-g56e81df3 82086b19bb07 6b1c6064c6c1 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:grafana.smithi151 smithi151 *:3000 running (6m) 22s ago 7m 78.4M - 9.4.12 2bacad6d85d8 ac3199481e97 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi151.hdzwyu smithi151 *:9000,9001 running (29s) 22s ago 3m 3992k - 2.3.17-d1c9119 e85424b0d443 ac4b5032a9e2 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:haproxy.rgw.foo.smithi188.ycmrvy smithi188 *:9000,9001 running (13s) 9s ago 2m 4001k - 2.3.17-d1c9119 e85424b0d443 2cb5b630d467 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:keepalived.rgw.foo.smithi151.vikvxq smithi151 running (2m) 22s ago 2m 1774k - 2.2.4 4a3a1ff181d9 7b5f1b29018f 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:keepalived.rgw.foo.smithi188.nxwqoh smithi188 running (2m) 9s ago 2m 1770k - 2.2.4 4a3a1ff181d9 4028cbf59800 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:mgr.smithi151.ukvjjt smithi151 *:9283,8765,8443 running (9m) 22s ago 9m 520M - 19.0.0-3198-g56e81df3 82086b19bb07 3d5dfd46f2d9 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:mgr.smithi188.eigfts smithi188 *:8443,9283,8765 running (7m) 9s ago 7m 453M - 19.0.0-3198-g56e81df3 82086b19bb07 459855d3a5a6 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:mon.smithi151 smithi151 running (9m) 22s ago 9m 51.9M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 9768b7cf38ca 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:mon.smithi188 smithi188 running (7m) 9s ago 7m 41.0M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 5ed92f6ce731 2024-04-23T03:07:36.900 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter.smithi151 smithi151 *:9100 running (8m) 22s ago 8m 16.9M - 1.5.0 0da6a335fe13 ae315160ce88 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter.smithi188 smithi188 *:9100 running (7m) 9s ago 7m 16.8M - 1.5.0 0da6a335fe13 6d4fc13e72e8 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.0 smithi188 running (5m) 9s ago 5m 54.1M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 9f52a91898a7 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.1 smithi151 running (5m) 22s ago 5m 64.3M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 fc0724e8c4fa 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.2 smithi188 running (5m) 9s ago 5m 58.0M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 3ddec1520b91 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.3 smithi151 running (5m) 22s ago 5m 57.8M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 0b1d8c4b31c2 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.4 smithi188 running (5m) 9s ago 5m 61.1M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 edb75c922cd7 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.5 smithi151 running (5m) 22s ago 5m 59.7M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 6845883df085 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.6 smithi188 running (5m) 9s ago 5m 50.2M 3728M 19.0.0-3198-g56e81df3 82086b19bb07 1c5cd91a1cb1 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:osd.7 smithi151 running (5m) 22s ago 5m 59.8M 2960M 19.0.0-3198-g56e81df3 82086b19bb07 88347c17d4bb 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:prometheus.smithi151 smithi151 *:9095 running (2m) 22s ago 7m 54.2M - 2.43.0 a07b618ecd1d 9c8c1412ae35 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.dzxifa smithi151 *:8001 running (114s) 22s ago 3m 87.2M - 19.0.0-3198-g56e81df3 82086b19bb07 3f403e0c73fe 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi151.eynafk smithi151 *:8000 running (85s) 22s ago 3m 80.9M - 19.0.0-3198-g56e81df3 82086b19bb07 0a52140ea7ec 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.eoeiwl smithi188 *:8001 running (61s) 9s ago 3m 77.3M - 19.0.0-3198-g56e81df3 82086b19bb07 72f87fba8ebb 2024-04-23T03:07:36.901 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo.smithi188.umphmd smithi188 *:8000 running (45s) 9s ago 3m 77.6M - 19.0.0-3198-g56e81df3 82086b19bb07 a6b648369c4c 2024-04-23T03:07:36.902 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:36 smithi151 ceph-mon[22285]: pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:36.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:36 smithi188 ceph-mon[30886]: pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:37.653 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-23T03:07:37.898 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:38.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:38 smithi151 ceph-mon[22285]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:38.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:38 smithi151 ceph-mon[22285]: pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:07:38.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:38 smithi188 ceph-mon[30886]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:38.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:38 smithi188 ceph-mon[30886]: pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail 2024-04-23T03:07:39.777 INFO:teuthology.orchestra.run.smithi151.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:alertmanager ?:9093,9094 1/1 25s ago 8m count:1 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-exporter 2/2 25s ago 9m * 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:crash 2/2 25s ago 9m * 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:grafana ?:3000 1/1 25s ago 9m count:1 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:ingress.rgw.foo 10.0.31.151:9000,9001 4/4 25s ago 3m count:2 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:mgr 2/2 25s ago 9m count:2 2024-04-23T03:07:39.778 INFO:teuthology.orchestra.run.smithi151.stdout:mon 2/2 25s ago 8m smithi151:172.21.15.151=smithi151;smithi188:172.21.15.188=smithi188;count:2 2024-04-23T03:07:39.779 INFO:teuthology.orchestra.run.smithi151.stdout:node-exporter ?:9100 2/2 25s ago 8m * 2024-04-23T03:07:39.779 INFO:teuthology.orchestra.run.smithi151.stdout:osd.all-available-devices 8 25s ago 6m * 2024-04-23T03:07:39.779 INFO:teuthology.orchestra.run.smithi151.stdout:prometheus ?:9095 1/1 25s ago 9m count:1 2024-04-23T03:07:39.779 INFO:teuthology.orchestra.run.smithi151.stdout:rgw.foo ?:8000 4/4 25s ago 3m count:4;* 2024-04-23T03:07:40.639 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-23T03:07:40.883 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:40 smithi151 ceph-mon[22285]: pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:40.890 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:40.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:40 smithi188 ceph-mon[30886]: pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:41.817 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:41 smithi151 ceph-mon[22285]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:41.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:41 smithi188 ceph-mon[30886]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:42.897 INFO:teuthology.orchestra.run.smithi151.stdout:HOST ADDR LABELS STATUS 2024-04-23T03:07:42.897 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 172.21.15.151 2024-04-23T03:07:42.897 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 172.21.15.188 2024-04-23T03:07:42.897 INFO:teuthology.orchestra.run.smithi151.stdout:2 hosts in cluster 2024-04-23T03:07:42.897 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:42 smithi151 ceph-mon[22285]: pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:42.897 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:42 smithi151 ceph-mon[22285]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:42 smithi188 ceph-mon[30886]: pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:42.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:42 smithi188 ceph-mon[30886]: from='mgr.14209 172.21.15.151:0/1713952560' entity='mgr.smithi151.ukvjjt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T03:07:43.702 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-23T03:07:43.947 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:44.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:44 smithi151 ceph-mon[22285]: from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:44.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:44 smithi151 ceph-mon[22285]: pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:44.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:44 smithi188 ceph-mon[30886]: from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:44.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:44 smithi188 ceph-mon[30886]: pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JJ400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme1n1 ssd Linux_c3371d296ce0a293ce91 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme2n1 ssd Linux_30774aac6d47f73f37e7 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme3n1 ssd Linux_e8cdee0ae14462d02c60 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi151 /dev/nvme4n1 ssd Linux_d3a003274800a75fec1f 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.898 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MP400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-23T03:07:45.899 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme1n1 ssd Linux_e490ab57ac6ea23a34a7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.899 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme2n1 ssd Linux_451ea83dce7b8844e59e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.899 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme3n1 ssd Linux_464ea3d6f16aa9b75523 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:45.899 INFO:teuthology.orchestra.run.smithi151.stdout:smithi188 /dev/nvme4n1 ssd Linux_8688ccacc286c3884626 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-23T03:07:46.602 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:46 smithi151 ceph-mon[22285]: pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:46.630 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f6c51778-011c-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-04-23T03:07:46.876 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/mon.smithi151/config 2024-04-23T03:07:46.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:46 smithi188 ceph-mon[30886]: pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:47.908 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:47 smithi151 ceph-mon[22285]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:47.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:47 smithi188 ceph-mon[30886]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:48.658 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:48 smithi151 ceph-mon[22285]: pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:48.796 INFO:teuthology.orchestra.run.smithi151.stdout:osd.all-available-devices 8 34s ago 7m * 2024-04-23T03:07:48.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:48 smithi188 ceph-mon[30886]: pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:49.500 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-04-23T03:07:49.510 INFO:tasks.vip:Removing 10.0.15.151 (and any VIPs) on smithi151.front.sepia.ceph.com iface enp3s0f1... 2024-04-23T03:07:49.511 DEBUG:teuthology.orchestra.run.smithi151:> sudo ip addr del 10.0.15.151/16 dev enp3s0f1 2024-04-23T03:07:49.537 DEBUG:teuthology.orchestra.run.smithi151:> sudo ip addr del 10.0.31.151/16 dev enp3s0f1 2024-04-23T03:07:49.603 INFO:tasks.vip:Removing 10.0.15.188 (and any VIPs) on smithi188.front.sepia.ceph.com iface enp3s0f1... 2024-04-23T03:07:49.603 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.15.188/16 dev enp3s0f1 2024-04-23T03:07:49.636 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.31.151/16 dev enp3s0f1 2024-04-23T03:07:49.702 INFO:teuthology.orchestra.run.smithi188.stderr:Error: ipv4: Address not found. 2024-04-23T03:07:49.703 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-23T03:07:49.704 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-23T03:07:49.713 INFO:tasks.cephadm:Teardown begin 2024-04-23T03:07:49.713 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:07:49.734 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:49 smithi151 ceph-mon[22285]: from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:49.734 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:49 smithi151 ceph-mon[22285]: pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:49.738 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:07:49.769 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-23T03:07:49.769 DEBUG:teuthology.orchestra.run.smithi151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:07:49.792 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:07:49.825 INFO:tasks.cephadm:Stopping all daemons... 2024-04-23T03:07:49.825 INFO:tasks.cephadm.mon.smithi151:Stopping mon.smithi151... 2024-04-23T03:07:49.826 DEBUG:teuthology.orchestra.run.smithi151:> sudo systemctl stop ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151 2024-04-23T03:07:49.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:49 smithi188 ceph-mon[30886]: from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:07:49.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:49 smithi188 ceph-mon[30886]: pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 283 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-23T03:07:50.125 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:49 smithi151 systemd[1]: Stopping Ceph mon.smithi151 for f6c51778-011c-11ef-bc93-c7b262605968... 2024-04-23T03:07:50.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:50 smithi151 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151[22281]: 2024-04-23T03:07:50.123+0000 7fa951d9c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi151 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-23T03:07:50.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:50 smithi151 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151[22281]: 2024-04-23T03:07:50.123+0000 7fa951d9c700 -1 mon.smithi151@0(leader) e2 *** Got Signal Terminated *** 2024-04-23T03:07:50.408 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:50 smithi151 podman[102241]: 2024-04-23 03:07:50.164582009 +0000 UTC m=+0.152310026 container died 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-56e81df, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD) 2024-04-23T03:07:50.878 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:50 smithi151 podman[102241]: 2024-04-23 03:07:50.616897725 +0000 UTC m=+0.604625795 container cleanup 9768b7cf38cad527b5dfc48c907629dc4fb5f32f24d6d9abeeceed3731081ac3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, RELEASE=main-56e81df, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-23T03:07:50.878 INFO:journalctl@ceph.mon.smithi151.smithi151.stdout:Apr 23 03:07:50 smithi151 bash[102241]: ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi151 2024-04-23T03:07:50.994 DEBUG:teuthology.orchestra.run.smithi151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi151.service' 2024-04-23T03:07:51.040 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:07:51.040 INFO:tasks.cephadm.mon.smithi151:Stopped mon.smithi151 2024-04-23T03:07:51.040 INFO:tasks.cephadm.mon.smithi188:Stopping mon.smithi188... 2024-04-23T03:07:51.040 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi188 2024-04-23T03:07:51.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 systemd[1]: Stopping Ceph mon.smithi188 for f6c51778-011c-11ef-bc93-c7b262605968... 2024-04-23T03:07:51.706 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188[30880]: 2024-04-23T03:07:51.362+0000 7f08a09c1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi188 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-23T03:07:51.706 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188[30880]: 2024-04-23T03:07:51.362+0000 7f08a09c1700 -1 mon.smithi188@1(peon) e2 *** Got Signal Terminated *** 2024-04-23T03:07:51.707 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 podman[70179]: 2024-04-23 03:07:51.444244546 +0000 UTC m=+0.212453075 container died 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-56e81df, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-04-23T03:07:51.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 podman[70179]: 2024-04-23 03:07:51.87131296 +0000 UTC m=+0.639521537 container cleanup 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-56e81df, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-04-23T03:07:51.983 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:51 smithi188 bash[70179]: ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188 2024-04-23T03:07:52.339 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi188.service' 2024-04-23T03:07:52.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:52 smithi188 podman[70192]: 2024-04-23 03:07:52.089729806 +0000 UTC m=+0.641356325 container remove 5ed92f6ce731fb615b5465c6c6ef7ef394ca1bdad40a20c6d080e425aa2c30dd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d, name=ceph-f6c51778-011c-11ef-bc93-c7b262605968-mon-smithi188, org.label-schema.license=GPLv2, RELEASE=main-56e81df, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-04-23T03:07:52.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:52 smithi188 systemd[1]: ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi188.service: Deactivated successfully. 2024-04-23T03:07:52.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:52 smithi188 systemd[1]: Stopped Ceph mon.smithi188 for f6c51778-011c-11ef-bc93-c7b262605968. 2024-04-23T03:07:52.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Apr 23 03:07:52 smithi188 systemd[1]: ceph-f6c51778-011c-11ef-bc93-c7b262605968@mon.smithi188.service: Consumed 4.621s CPU time. 2024-04-23T03:07:52.389 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:07:52.389 INFO:tasks.cephadm.mon.smithi188:Stopped mon.smithi188 2024-04-23T03:07:52.389 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f6c51778-011c-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T03:07:52.583 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:09:02.426 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f6c51778-011c-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T03:09:02.618 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:10:06.517 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:10:06.551 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:10:06.577 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-23T03:10:06.579 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi151/crash 2024-04-23T03:10:06.579 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash -- . 2024-04-23T03:10:06.699 INFO:teuthology.orchestra.run.smithi151.stderr:tar: /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T03:10:06.700 INFO:teuthology.orchestra.run.smithi151.stderr:tar: Error is not recoverable: exiting now 2024-04-23T03:10:06.702 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi188/crash 2024-04-23T03:10:06.706 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash -- . 2024-04-23T03:10:06.751 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/f6c51778-011c-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T03:10:06.751 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2024-04-23T03:10:06.752 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-23T03:10:06.752 DEBUG:teuthology.orchestra.run.smithi151:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T03:10:06.782 INFO:tasks.cephadm:Compressing logs... 2024-04-23T03:10:06.782 DEBUG:teuthology.orchestra.run.smithi151:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-23T03:10:06.824 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.eoeiwl.log 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:: No such file or directory 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.eoeiwl.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T03:10:06.851 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.umphmd.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.2.log: /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.umphmd.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr: 88.1% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.umphmd.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi188.eigfts.log 91.7% 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr: -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.eoeiwl.log.gz 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.umphmd.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.6.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.eoeiwl.log 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.6.log: /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi188.eigfts.log: 91.6% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi188.umphmd.log.gz 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr: 92.9% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.umphmd.log.gz 2024-04-23T03:10:06.852 INFO:teuthology.orchestra.run.smithi188.stderr: 91.9% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T03:10:06.853 INFO:teuthology.orchestra.run.smithi151.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log 2024-04-23T03:10:06.854 INFO:teuthology.orchestra.run.smithi151.stderr:: No such file or directory 2024-04-23T03:10:06.854 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.eynafk.log 2024-04-23T03:10:06.854 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi151.log 2024-04-23T03:10:06.854 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T03:10:06.860 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.eynafk.log: /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi151.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi151.log 2024-04-23T03:10:06.860 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi151.ukvjjt.log 2024-04-23T03:10:06.860 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi151.log: 88.2% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr: 92.9% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.eynafk.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.7.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose --/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi151.ukvjjt.log: /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr: 94.2% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi151.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.5.log: -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.eynafk.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.dzxifa.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.eynafk.log: 91.7% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.dzxifa.log: 93.0% 91.2% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.eynafk.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr: -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi151.dzxifa.log.gz 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.dzxifa.log 2024-04-23T03:10:06.861 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-23T03:10:06.862 INFO:teuthology.orchestra.run.smithi151.stderr: 84.3% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T03:10:06.862 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.dzxifa.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T03:10:06.862 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log: 92.1% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.rgw.foo.smithi151.dzxifa.log.gz 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr: 92.2% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi188.eigfts.log.gz 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.eoeiwl.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi188.log 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi188.log 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi188.log: 83.7% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:gzip 30.5% -5 --verbose -- /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr: -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi188.log.gz 2024-04-23T03:10:06.864 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi188.log: 93.1% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foo.smithi188.eoeiwl.log.gz 2024-04-23T03:10:06.868 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-23T03:10:06.870 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T03:10:06.873 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T03:10:06.879 INFO:teuthology.orchestra.run.smithi188.stderr: 91.2% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-23T03:10:06.881 INFO:teuthology.orchestra.run.smithi151.stderr: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T03:10:07.018 INFO:teuthology.orchestra.run.smithi188.stderr: 92.6% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi188.log.gz 2024-04-23T03:10:07.105 INFO:teuthology.orchestra.run.smithi151.stderr: 88.4% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mgr.smithi151.ukvjjt.log.gz 2024-04-23T03:10:07.244 INFO:teuthology.orchestra.run.smithi188.stderr: 93.5% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-23T03:10:07.275 INFO:teuthology.orchestra.run.smithi151.stderr: 91.0% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-mon.smithi151.log.gz 2024-04-23T03:10:07.307 INFO:teuthology.orchestra.run.smithi188.stderr: 93.5% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.6.log.gz 2024-04-23T03:10:07.392 INFO:teuthology.orchestra.run.smithi151.stderr: 93.7% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-23T03:10:07.405 INFO:teuthology.orchestra.run.smithi151.stderr: 93.5% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.7.log.gz 2024-04-23T03:10:07.429 INFO:teuthology.orchestra.run.smithi188.stderr: 93.5% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-23T03:10:07.443 INFO:teuthology.orchestra.run.smithi151.stderr: 93.7% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-23T03:10:07.454 INFO:teuthology.orchestra.run.smithi188.stderr: 93.5% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-23T03:10:07.456 INFO:teuthology.orchestra.run.smithi188.stderr: 2024-04-23T03:10:07.456 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.618s 2024-04-23T03:10:07.456 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m2.155s 2024-04-23T03:10:07.456 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.095s 2024-04-23T03:10:07.511 INFO:teuthology.orchestra.run.smithi151.stderr: 93.6% -- replaced with /var/log/ceph/f6c51778-011c-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-23T03:10:07.513 INFO:teuthology.orchestra.run.smithi151.stderr: 2024-04-23T03:10:07.513 INFO:teuthology.orchestra.run.smithi151.stderr:real 0m0.675s 2024-04-23T03:10:07.513 INFO:teuthology.orchestra.run.smithi151.stderr:user 0m2.977s 2024-04-23T03:10:07.513 INFO:teuthology.orchestra.run.smithi151.stderr:sys 0m0.130s 2024-04-23T03:10:07.514 INFO:tasks.cephadm:Archiving logs... 2024-04-23T03:10:07.514 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi151/log 2024-04-23T03:10:07.515 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T03:10:07.987 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi188/log 2024-04-23T03:10:07.988 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T03:10:08.327 INFO:tasks.cephadm:Removing cluster... 2024-04-23T03:10:08.327 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f6c51778-011c-11ef-bc93-c7b262605968 --force 2024-04-23T03:10:08.508 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:10:08.628 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f6c51778-011c-11ef-bc93-c7b262605968 --force 2024-04-23T03:10:08.806 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: f6c51778-011c-11ef-bc93-c7b262605968 2024-04-23T03:10:08.923 INFO:tasks.cephadm:Removing cephadm ... 2024-04-23T03:10:08.923 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T03:10:08.939 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T03:10:08.953 INFO:tasks.cephadm:Teardown complete 2024-04-23T03:10:08.954 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-23T03:10:08.965 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi151:/dev/vg_nvme/lv_1... 2024-04-23T03:10:08.965 DEBUG:teuthology.orchestra.run.smithi151:> sudo nvme disconnect -n lv_1 2024-04-23T03:10:09.107 INFO:teuthology.orchestra.run.smithi151.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T03:10:09.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.109 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi151:/dev/vg_nvme/lv_2... 2024-04-23T03:10:09.109 DEBUG:teuthology.orchestra.run.smithi151:> sudo nvme disconnect -n lv_2 2024-04-23T03:10:09.241 INFO:teuthology.orchestra.run.smithi151.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T03:10:09.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.242 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi151:/dev/vg_nvme/lv_3... 2024-04-23T03:10:09.243 DEBUG:teuthology.orchestra.run.smithi151:> sudo nvme disconnect -n lv_3 2024-04-23T03:10:09.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.388 INFO:teuthology.orchestra.run.smithi151.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T03:10:09.388 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi151:/dev/vg_nvme/lv_4... 2024-04-23T03:10:09.388 DEBUG:teuthology.orchestra.run.smithi151:> sudo nvme disconnect -n lv_4 2024-04-23T03:10:09.530 INFO:teuthology.orchestra.run.smithi151.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T03:10:09.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.531 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-04-23T03:10:09.531 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/scratch_devs 2024-04-23T03:10:09.554 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2024-04-23T03:10:09.554 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_1 2024-04-23T03:10:09.697 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T03:10:09.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.699 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2024-04-23T03:10:09.699 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_2 2024-04-23T03:10:09.838 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T03:10:09.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.840 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2024-04-23T03:10:09.840 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_3 2024-04-23T03:10:09.974 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T03:10:09.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:09.976 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2024-04-23T03:10:09.976 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_4 2024-04-23T03:10:10.107 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T03:10:10.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:10.109 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-23T03:10:10.109 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2024-04-23T03:10:10.134 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T03:10:10.144 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T03:10:10.144 DEBUG:teuthology.orchestra.run.smithi151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T03:10:10.147 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T03:10:10.160 INFO:teuthology.orchestra.run.smithi151.stderr:bash: line 1: ntpq: command not found 2024-04-23T03:10:10.164 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T03:10:10.164 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2024-04-23T03:10:10.164 INFO:teuthology.orchestra.run.smithi151.stdout:^- hv01.front.sepia.ceph.com 2 6 377 30 +867us[ +864us] +/- 581ms 2024-04-23T03:10:10.164 INFO:teuthology.orchestra.run.smithi151.stdout:^* hv02.front.sepia.ceph.com 3 6 377 28 -923us[ -925us] +/- 62ms 2024-04-23T03:10:10.165 INFO:teuthology.orchestra.run.smithi151.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +1007us[+1007us] +/- 71ms 2024-04-23T03:10:10.165 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T03:10:10.189 INFO:teuthology.orchestra.run.smithi188.stderr:bash: line 1: ntpq: command not found 2024-04-23T03:10:10.193 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T03:10:10.193 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-04-23T03:10:10.193 INFO:teuthology.orchestra.run.smithi188.stdout:^- hv01.front.sepia.ceph.com 2 6 377 27 +957us[ +957us] +/- 581ms 2024-04-23T03:10:10.194 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -837us[ -836us] +/- 62ms 2024-04-23T03:10:10.194 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 +1044us[+1046us] +/- 71ms 2024-04-23T03:10:10.194 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T03:10:10.195 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T03:10:10.206 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T03:10:10.207 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T03:10:10.218 DEBUG:teuthology.orchestra.run.smithi151:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-23T03:10:10.289 DEBUG:teuthology.orchestra.run.smithi188:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-23T03:10:10.354 DEBUG:teuthology.orchestra.run.smithi151:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T03:10:10.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:10.381 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T03:10:10.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:10.408 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T03:10:10.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T03:10:10.429 INFO:teuthology.task.internal:Duration was 1084.148087 seconds 2024-04-23T03:10:10.430 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T03:10:10.439 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T03:10:10.439 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T03:10:10.441 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T03:10:10.475 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T03:10:10.484 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T03:10:10.774 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T03:10:10.774 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi151.front.sepia.ceph.com 2024-04-23T03:10:10.774 DEBUG:teuthology.orchestra.run.smithi151:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-23T03:10:10.793 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2024-04-23T03:10:10.794 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-23T03:10:10.839 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T03:10:10.840 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T03:10:10.842 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T03:10:10.905 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T03:10:10.906 DEBUG:teuthology.orchestra.run.smithi151:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T03:10:10.908 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T03:10:11.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T03:10:11.205 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T03:10:11.205 DEBUG:teuthology.orchestra.run.smithi151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T03:10:11.229 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T03:10:11.253 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T03:10:11.280 DEBUG:teuthology.orchestra.run.smithi151:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:10:11.283 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:10:11.302 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = core 2024-04-23T03:10:11.314 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2024-04-23T03:10:11.337 DEBUG:teuthology.orchestra.run.smithi151:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:10:11.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:11.392 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:10:11.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:10:11.406 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T03:10:11.417 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T03:10:11.418 DEBUG:teuthology.misc:Transferring archived files from smithi151:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi151 2024-04-23T03:10:11.418 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T03:10:11.470 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668691/remote/smithi188 2024-04-23T03:10:11.470 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T03:10:11.505 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T03:10:11.505 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T03:10:11.508 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T03:10:11.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T03:10:11.568 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T03:10:11.568 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T03:10:11.579 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T03:10:11.579 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T03:10:11.581 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T03:10:11.593 INFO:teuthology.orchestra.run.smithi151.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 03:10 /home/ubuntu/cephtest 2024-04-23T03:10:11.608 INFO:teuthology.orchestra.run.smithi188.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 03:10 /home/ubuntu/cephtest 2024-04-23T03:10:11.609 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T03:10:11.621 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T03:10:11.646 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: 1084.1480865478516 owner: scheduled_teuthology@teuthology success: true 2024-04-23T03:10:11.647 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T03:10:11.727 INFO:teuthology.run:pass