2023-09-30T11:44:11.902 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T11:44:11.903 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457 --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose --name yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/orig.config.yaml 2023-09-30T11:44:11.941 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T11:44:12.010 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457 branch: main description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7407457' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.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\) sha1: 1d10b71792f3be8887a7631e69851ac2df3585af ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1d10b71792f3be8887a7631e69851ac2df3585af selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 1d10b71792f3be8887a7631e69851ac2df3585af owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3721 sha1: 1d10b71792f3be8887a7631e69851ac2df3585af sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1d10b71792f3be8887a7631e69851ac2df3585af targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJL9B1ON0Gw3A01f9K1dLP3oZim+rnODVUa7szCWpzc9r5Od4lVhCGkuzAsxoKde9xN/3w9lcpzbuIG8yfkF1s8= smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCMTaNTtb0gVTqGVBUcCvdgFfBGTjDHuY8KKlpASYwdfFHz4NMQa6Lhpb4xOykHIIoubQEX/dsOtlwYsf7ZORiw= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - 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: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:44:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-09-30T11:44:12.010 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa; will attempt to use it 2023-09-30T11:44:12.011 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks 2023-09-30T11:44:12.011 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T11:44:12.013 INFO:teuthology.task.internal:Checking packages... 2023-09-30T11:44:12.036 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1d10b71792f3be8887a7631e69851ac2df3585af' 2023-09-30T11:44:12.036 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T11:44:12.036 INFO:teuthology.packaging:ref: None 2023-09-30T11:44:12.036 INFO:teuthology.packaging:tag: None 2023-09-30T11:44:12.036 INFO:teuthology.packaging:branch: main 2023-09-30T11:44:12.037 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T11:44:12.037 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-09-30T11:44:12.349 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6447.g1d10b717 2023-09-30T11:44:12.349 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T11:44:12.356 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T11:44:12.356 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T11:44:12.386 INFO:teuthology.task.internal:Saving configuration 2023-09-30T11:44:12.401 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T11:44:12.411 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T11:44:12.438 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 11:39:07.015993', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJL9B1ON0Gw3A01f9K1dLP3oZim+rnODVUa7szCWpzc9r5Od4lVhCGkuzAsxoKde9xN/3w9lcpzbuIG8yfkF1s8='} 2023-09-30T11:44:12.461 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 11:39:07.014006', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCMTaNTtb0gVTqGVBUcCvdgFfBGTjDHuY8KKlpASYwdfFHz4NMQa6Lhpb4xOykHIIoubQEX/dsOtlwYsf7ZORiw='} 2023-09-30T11:44:12.461 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T11:44:12.467 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-09-30T11:44:12.468 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-09-30T11:44:12.468 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T11:44:12.571 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f486fb080d0>, signals=[15]) 2023-09-30T11:44:12.572 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T11:44:12.578 INFO:teuthology.task.internal:Opening connections... 2023-09-30T11:44:12.578 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T11:44:12.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:44:12.646 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2023-09-30T11:44:12.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:44:12.716 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T11:44:12.723 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2023-09-30T11:44:12.745 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2023-09-30T11:44:12.746 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2023-09-30T11:44:12.807 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2023-09-30T11:44:12.807 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8" 2023-09-30T11:44:12.807 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T11:44:12.808 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T11:44:12.809 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2023-09-30T11:44:12.828 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2023-09-30T11:44:12.851 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2023-09-30T11:44:12.851 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2023-09-30T11:44:12.913 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="CentOS Stream" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:ID="centos" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="rhel fedora" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://centos.org/" 2023-09-30T11:44:12.914 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T11:44:12.915 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T11:44:12.915 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T11:44:12.915 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2023-09-30T11:44:12.938 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T11:44:12.946 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T11:44:12.978 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T11:44:12.979 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2023-09-30T11:44:12.981 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2023-09-30T11:44:13.002 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T11:44:13.008 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T11:44:13.008 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2023-09-30T11:44:13.041 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2023-09-30T11:44:13.073 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T11:44:13.124 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T11:44:13.139 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T11:44:13.140 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-30T11:44:13.140 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T11:44:13.141 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T11:44:13.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T11:44:13.160 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-09-30T11:44:13.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T11:44:13.162 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-09-30T11:44:13.221 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-489.el8.x86_64 2023-09-30T11:44:13.221 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-489.el8.x86_64 2023-09-30T11:44:13.221 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2023-09-30T11:44:13.224 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-489.el8.x86_64 2023-09-30T11:44:13.224 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-489.el8.x86_64 2023-09-30T11:44:13.224 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2023-09-30T11:44:18.021 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-09-30T11:44:18.972 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - AppStream 10 MB/s | 33 MB 00:03 2023-09-30T11:44:25.621 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 48 MB 00:01 2023-09-30T11:44:26.405 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 48 MB 00:01 2023-09-30T11:44:33.096 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2023-09-30T11:44:33.521 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras common packages 28 kB/s | 6.9 kB 00:00 2023-09-30T11:44:33.689 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-09-30T11:44:33.823 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-09-30T11:44:34.272 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-09-30T11:44:34.565 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-09-30T11:44:35.193 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-09-30T11:44:36.135 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-09-30T11:44:38.966 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 435 kB/s | 24 kB 00:00 2023-09-30T11:44:39.958 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 528 kB/s | 24 kB 00:00 2023-09-30T11:44:42.473 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T11:44:42.474 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T11:44:42.730 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-09-30T11:44:42.731 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:44:42.731 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-09-30T11:44:42.731 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:44:42.731 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2023-09-30T11:44:42.731 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout:Install 3 Packages 2023-09-30T11:44:42.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:44:42.733 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 88 M 2023-09-30T11:44:42.733 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2023-09-30T11:44:42.733 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-09-30T11:44:43.507 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T11:44:43.508 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T11:44:43.659 INFO:teuthology.orchestra.run.smithi087.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-09-30T11:44:43.756 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T11:44:43.757 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:44:43.758 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-09-30T11:44:43.758 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:44:43.758 INFO:teuthology.orchestra.run.smithi123.stdout:Install 3 Packages 2023-09-30T11:44:43.758 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:44:43.758 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 88 M 2023-09-30T11:44:43.759 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 96 M 2023-09-30T11:44:43.759 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-09-30T11:44:44.526 INFO:teuthology.orchestra.run.smithi087.stdout:(2/3): kernel-core-4.18.0-514.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-09-30T11:44:44.976 INFO:teuthology.orchestra.run.smithi123.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 8.5 MB/s | 10 MB 00:01 2023-09-30T11:44:45.068 INFO:teuthology.orchestra.run.smithi087.stdout:(3/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 17 MB/s | 35 MB 00:02 2023-09-30T11:44:45.068 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-09-30T11:44:45.068 INFO:teuthology.orchestra.run.smithi087.stdout:Total 38 MB/s | 88 MB 00:02 2023-09-30T11:44:45.609 INFO:teuthology.orchestra.run.smithi123.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 20 MB/s | 35 MB 00:01 2023-09-30T11:44:45.738 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-09-30T11:44:46.155 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-09-30T11:44:46.155 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-09-30T11:44:46.676 INFO:teuthology.orchestra.run.smithi123.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-09-30T11:44:46.676 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-09-30T11:44:46.677 INFO:teuthology.orchestra.run.smithi123.stdout:Total 30 MB/s | 88 MB 00:02 2023-09-30T11:44:47.344 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-09-30T11:44:47.379 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-09-30T11:44:47.400 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-09-30T11:44:47.750 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-09-30T11:44:47.750 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-09-30T11:44:48.991 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-09-30T11:44:49.014 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-09-30T11:44:50.143 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-09-30T11:44:50.656 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:44:51.762 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-09-30T11:44:52.316 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:44:54.250 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:44:54.672 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:44:55.829 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:44:56.224 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:44:58.042 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:44:58.359 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:44:59.598 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:44:59.896 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:20.068 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:20.091 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:20.437 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:20.437 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:45:20.437 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:45:21.142 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-09-30T11:45:21.512 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:21.536 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:21.652 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T11:45:21.869 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T11:45:21.869 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T11:45:21.869 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T11:45:21.869 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T11:45:21.869 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T11:45:21.870 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-30T11:45:21.870 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T11:45:21.870 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T11:45:21.883 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:21.883 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T11:45:21.884 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T11:45:22.079 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T11:45:22.079 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T11:45:22.079 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2023-09-30T11:45:22.112 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2023-09-30T11:45:22.113 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2023-09-30T11:45:22.113 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2023-09-30T11:45:22.113 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 129.el8 2023-09-30T11:45:22.113 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2023-09-30T11:45:22.113 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9265586 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T11:45:22.114 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : CentOS BuildSystem 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2023-09-30T11:45:22.115 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:45:22.116 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T11:45:22.117 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T11:45:22.118 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-514.el8.x86_64 2023-09-30T11:45:22.118 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T11:45:22.951 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:45:22.952 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-09-30T11:45:23.100 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T11:45:23.317 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T11:45:23.317 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T11:45:23.317 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T11:45:23.317 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T11:45:23.317 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T11:45:23.317 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-30T11:45:23.317 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi123.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T11:45:23.318 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T11:45:23.423 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2023-09-30T11:45:23.524 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T11:45:23.525 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T11:45:23.525 DEBUG:teuthology.orchestra.run.smithi123:> sudo rpm -qi grub2-tools 2023-09-30T11:45:23.558 INFO:teuthology.orchestra.run.smithi123.stdout:Name : grub2-tools 2023-09-30T11:45:23.558 INFO:teuthology.orchestra.run.smithi123.stdout:Epoch : 1 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Version : 2.02 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Release : 129.el8 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: x86_64 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Group : System Environment/Base 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Size : 9265586 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:License : GPLv3+ 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T11:45:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Relocations : (not relocatable) 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Packager : CentOS BuildSystem 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Vendor : CentOS 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Summary : Support tools for GRUB. 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:Description : 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T11:45:23.560 INFO:teuthology.orchestra.run.smithi123.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T11:45:23.561 INFO:teuthology.orchestra.run.smithi123.stdout:hardware devices. 2023-09-30T11:45:23.561 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:45:23.561 INFO:teuthology.orchestra.run.smithi123.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T11:45:23.561 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T11:45:23.562 INFO:teuthology.task.kernel:Updating grub on smithi123 to boot 4.18.0-514.el8.x86_64 2023-09-30T11:45:23.562 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T11:45:24.906 INFO:teuthology.orchestra.run.smithi123.stderr:Generating grub configuration file ... 2023-09-30T11:45:25.725 INFO:teuthology.orchestra.run.smithi087.stderr:done 2023-09-30T11:45:25.727 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2023-09-30T11:45:25.755 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.9JwEBLurWY 2023-09-30T11:45:25.755 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9JwEBLurWY 2023-09-30T11:45:25.829 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.9JwEBLurWY 2023-09-30T11:45:25.990 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.9JwEBLurWY is 6KB 2023-09-30T11:45:26.038 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.9JwEBLurWY 2023-09-30T11:45:26.056 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T11:45:26.131 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T11:45:26.131 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T11:45:26.131 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T11:45:26.131 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T11:45:26.132 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T11:45:26.305 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2023-09-30T11:45:26.958 INFO:teuthology.orchestra.run.smithi123.stderr:done 2023-09-30T11:45:26.959 DEBUG:teuthology.orchestra.run.smithi123:> mktemp 2023-09-30T11:45:26.996 INFO:teuthology.orchestra.run.smithi123.stdout:/tmp/tmp.hHOboXCiiL 2023-09-30T11:45:26.996 DEBUG:teuthology.orchestra.run.smithi123:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hHOboXCiiL 2023-09-30T11:45:27.070 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0666 /tmp/tmp.hHOboXCiiL 2023-09-30T11:45:27.209 DEBUG:teuthology.orchestra.remote:smithi123:/tmp/tmp.hHOboXCiiL is 6KB 2023-09-30T11:45:27.258 DEBUG:teuthology.orchestra.run.smithi123:> rm -fr /tmp/tmp.hHOboXCiiL 2023-09-30T11:45:27.276 DEBUG:teuthology.orchestra.run.smithi123:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T11:45:27.348 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T11:45:27.349 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T11:45:27.349 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T11:45:27.349 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T11:45:27.350 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T11:45:27.501 DEBUG:teuthology.orchestra.run.smithi123:> sudo shutdown -r now 2023-09-30T11:45:56.334 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-30T11:45:56.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-09-30T11:45:56.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:45:57.505 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-30T11:45:57.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-09-30T11:45:57.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:46:56.394 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T11:46:57.509 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T11:47:05.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-09-30T11:47:05.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:47:05.904 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-09-30T11:47:06.192 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-09-30T11:47:06.192 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-30T11:47:06.192 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-09-30T11:47:06.249 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-514.el8.x86_64 2023-09-30T11:47:06.249 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T11:47:06.249 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T11:47:06.250 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T11:47:06.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-09-30T11:47:06.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:47:06.805 DEBUG:teuthology.orchestra.run.smithi123:> true 2023-09-30T11:47:07.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-09-30T11:47:07.245 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-30T11:47:07.245 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-09-30T11:47:07.251 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-30T11:47:07.251 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T11:47:07.263 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-514.el8.x86_64 2023-09-30T11:47:07.264 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T11:47:07.264 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T11:47:07.264 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T11:47:07.320 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2023-09-30T11:47:07.330 DEBUG:teuthology.parallel:result is None 2023-09-30T11:47:08.264 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-30T11:47:08.265 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T11:47:08.350 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2023-09-30T11:47:08.371 DEBUG:teuthology.parallel:result is None 2023-09-30T11:47:08.372 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T11:47:08.378 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T11:47:08.378 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T11:47:08.380 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T11:47:08.398 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T11:47:08.428 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T11:47:08.478 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T11:47:08.478 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T11:47:08.481 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T11:47:08.505 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T11:47:08.528 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T11:47:08.528 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T11:47:08.541 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T11:47:08.576 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T11:47:08.576 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T11:47:08.587 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T11:47:08.587 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T11:47:08.589 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T11:47:08.595 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T11:47:08.596 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T11:47:08.628 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T11:47:08.657 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T11:47:08.667 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T11:47:08.667 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T11:47:08.694 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T11:47:08.715 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T11:47:08.791 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T11:47:08.834 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T11:47:08.915 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T11:47:08.954 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:47:08.954 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T11:47:09.018 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T11:47:09.065 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T11:47:09.111 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T11:47:09.196 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T11:47:09.239 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:47:09.239 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T11:47:09.307 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2023-09-30T11:47:09.309 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2023-09-30T11:47:09.400 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T11:47:09.403 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T11:47:09.802 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T11:47:09.810 INFO:teuthology.task.internal:Starting timer... 2023-09-30T11:47:09.811 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T11:47:09.848 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T11:47:09.897 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T11:47:09.897 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2023-09-30T11:47:09.992 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2023-09-30T11:47:09.994 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2023-09-30T11:47:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2023-09-30T11:47:10.069 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T11:47:10.069 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2023-09-30T11:47:10.092 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2023-09-30T11:47:10.093 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2023-09-30T11:47:10.117 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2023-09-30T11:47:10.118 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi123.front.sepia.ceph.com': 'permissive'} 2023-09-30T11:47:10.118 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T11:47:10.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T11:47:10.158 DEBUG:teuthology.orchestra.run.smithi123:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T11:47:10.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T11:47:10.185 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T11:47:10.185 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2023-09-30T11:47:10.225 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2023-09-30T11:47:10.252 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T11:47:10.262 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-30T11:47:10.262 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T11:47:10.287 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-30T11:47:10.288 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T11:54:31.822 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2023-09-30T11:54:31.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-09-30T11:54:31.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:54:31.891 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-09-30T11:54:31.960 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-09-30T11:54:31.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-09-30T11:54:31.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T11:54:32.030 DEBUG:teuthology.orchestra.run.smithi123:> true 2023-09-30T11:54:32.096 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-09-30T11:54:32.096 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T11:54:32.106 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T11:54:32.106 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T11:54:32.106 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T11:54:32.108 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T11:54:32.109 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T11:54:32.138 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T11:54:32.152 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T11:54:32.168 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T11:54:32.182 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T11:54:32.225 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2023-09-30T11:54:32.237 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2023-09-30T11:54:32.243 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2023-09-30T11:54:32.252 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T11:54:32.254 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2023-09-30T11:54:32.265 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T11:54:32.268 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T11:54:32.281 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T11:54:32.339 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-09-30T11:54:32.342 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T11:54:32.342 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-09-30T11:54:32.342 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.343 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.343 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.343 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.346 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.350 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T11:54:32.351 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T11:54:32.360 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T11:54:32.360 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T11:54:32.360 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T11:54:32.360 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi123.front.sepia.ceph.com 2023-09-30T11:54:32.361 DEBUG:teuthology.orchestra.run.smithi123:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T11:54:33.262 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:37 ago on Sat 30 Sep 2023 11:52:56 AM UTC. 2023-09-30T11:54:33.272 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:38 ago on Sat 30 Sep 2023 11:52:55 AM UTC. 2023-09-30T11:54:35.254 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-09-30T11:54:35.255 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:35.255 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-09-30T11:54:35.255 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:35.256 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:35.268 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-09-30T11:54:35.269 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:35.269 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-09-30T11:54:35.269 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout:Resetting modules: 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:35.270 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:35.506 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-09-30T11:54:35.512 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-09-30T11:54:36.447 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:41 ago on Sat 30 Sep 2023 11:52:55 AM UTC. 2023-09-30T11:54:36.465 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:40 ago on Sat 30 Sep 2023 11:52:56 AM UTC. 2023-09-30T11:54:38.438 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-09-30T11:54:38.487 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-09-30T11:54:38.594 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:38.594 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-09-30T11:54:38.594 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:38.594 INFO:teuthology.orchestra.run.smithi123.stdout:Installing group/module packages: 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T11:54:38.595 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:Installing weak dependencies: 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:Installing module profiles: 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools/common 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling module streams: 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools rhel8 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-09-30T11:54:38.596 INFO:teuthology.orchestra.run.smithi123.stdout:Install 13 Packages 2023-09-30T11:54:38.597 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:38.597 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 26 M 2023-09-30T11:54:38.597 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 87 M 2023-09-30T11:54:38.597 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T11:54:38.641 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2023-09-30T11:54:38.642 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2023-09-30T11:54:38.643 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:38.644 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 26 M 2023-09-30T11:54:38.644 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 87 M 2023-09-30T11:54:38.644 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-09-30T11:54:38.722 INFO:teuthology.orchestra.run.smithi087.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.722 INFO:teuthology.orchestra.run.smithi087.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.722 INFO:teuthology.orchestra.run.smithi087.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.816 INFO:teuthology.orchestra.run.smithi123.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.817 INFO:teuthology.orchestra.run.smithi123.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.817 INFO:teuthology.orchestra.run.smithi123.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T11:54:38.992 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.3 MB/s | 739 kB 00:00 2023-09-30T11:54:39.034 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.8 MB/s | 1.0 MB 00:00 2023-09-30T11:54:39.060 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-09-30T11:54:39.102 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.5 MB/s | 239 kB 00:00 2023-09-30T11:54:39.139 INFO:teuthology.orchestra.run.smithi123.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.8 MB/s | 1.0 MB 00:00 2023-09-30T11:54:39.177 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.3 MB/s | 177 kB 00:00 2023-09-30T11:54:39.203 INFO:teuthology.orchestra.run.smithi123.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 599 kB/s | 38 kB 00:00 2023-09-30T11:54:39.244 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2023-09-30T11:54:39.270 INFO:teuthology.orchestra.run.smithi123.stdout:(3/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.5 MB/s | 239 kB 00:00 2023-09-30T11:54:39.295 INFO:teuthology.orchestra.run.smithi123.stdout:(4/13): cockpit-podman-75-1.module_el8+664+4072 1.4 MB/s | 739 kB 00:00 2023-09-30T11:54:39.327 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 14 MB/s | 3.7 MB 00:00 2023-09-30T11:54:39.344 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 935 kB/s | 94 kB 00:00 2023-09-30T11:54:39.353 INFO:teuthology.orchestra.run.smithi123.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-09-30T11:54:39.479 INFO:teuthology.orchestra.run.smithi123.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-09-30T11:54:39.497 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 11 MB/s | 8.8 MB 00:00 2023-09-30T11:54:39.554 INFO:teuthology.orchestra.run.smithi123.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-09-30T11:54:39.595 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 10 MB/s | 2.5 MB 00:00 2023-09-30T11:54:39.621 INFO:teuthology.orchestra.run.smithi123.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 11 MB/s | 3.7 MB 00:00 2023-09-30T11:54:39.643 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 355 kB/s | 53 kB 00:00 2023-09-30T11:54:39.662 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-09-30T11:54:39.721 INFO:teuthology.orchestra.run.smithi123.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.4 MB/s | 8.8 MB 00:00 2023-09-30T11:54:39.780 INFO:teuthology.orchestra.run.smithi123.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 906 kB/s | 53 kB 00:00 2023-09-30T11:54:39.856 INFO:teuthology.orchestra.run.smithi123.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 11 MB/s | 2.5 MB 00:00 2023-09-30T11:54:39.881 INFO:teuthology.orchestra.run.smithi123.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-09-30T11:54:39.897 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 14 MB/s | 8.1 MB 00:00 2023-09-30T11:54:39.898 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-09-30T11:54:39.898 INFO:teuthology.orchestra.run.smithi087.stdout:Total 20 MB/s | 26 MB 00:01 2023-09-30T11:54:40.073 INFO:teuthology.orchestra.run.smithi123.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-09-30T11:54:40.073 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-09-30T11:54:40.073 INFO:teuthology.orchestra.run.smithi123.stdout:Total 17 MB/s | 26 MB 00:01 2023-09-30T11:54:40.163 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-09-30T11:54:40.184 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-09-30T11:54:40.184 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-09-30T11:54:40.336 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-09-30T11:54:40.357 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-09-30T11:54:40.357 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-09-30T11:54:40.434 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-09-30T11:54:40.437 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-09-30T11:54:40.593 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-09-30T11:54:40.596 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-09-30T11:54:41.177 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-09-30T11:54:41.254 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-09-30T11:54:41.441 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T11:54:41.473 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T11:54:41.620 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T11:54:41.643 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T11:54:41.849 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T11:54:41.851 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T11:54:42.062 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T11:54:42.120 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T11:54:42.623 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T11:54:42.706 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T11:54:43.607 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T11:54:43.634 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T11:54:43.826 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T11:54:43.890 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T11:54:44.022 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T11:54:44.120 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T11:54:44.289 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T11:54:44.399 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T11:54:44.677 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T11:54:44.837 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T11:54:45.552 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T11:54:45.738 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T11:54:45.757 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T11:54:45.958 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T11:54:46.001 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T11:54:46.210 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T11:54:46.382 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T11:54:46.383 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T11:54:46.384 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T11:54:46.384 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T11:54:46.384 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T11:54:46.644 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T11:54:46.644 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T11:54:46.645 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T11:54:47.157 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T11:54:47.158 INFO:teuthology.orchestra.run.smithi123.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:54:47.159 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-09-30T11:54:47.374 DEBUG:teuthology.parallel:result is None 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T11:54:47.417 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:54:47.418 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-09-30T11:54:47.750 DEBUG:teuthology.parallel:result is None 2023-09-30T11:54:47.750 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-09-30T11:54:47.762 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-09-30T11:54:47.763 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:54:47.763 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:54:47.781 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T11:54:47.781 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 390063 Links: 1 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:54:46.358631875 +0000 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:53:56.012278927 +0000 2023-09-30T11:54:47.839 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:53:56.012278927 +0000 2023-09-30T11:54:47.840 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:54:47.840 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T11:54:47.904 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:54:47.904 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:54:47.904 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000217961 s, 2.3 MB/s 2023-09-30T11:54:47.905 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T11:54:47.965 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 390730 Links: 1 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:54:46.358631875 +0000 2023-09-30T11:54:48.023 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:53:56.524267962 +0000 2023-09-30T11:54:48.024 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:53:56.524267962 +0000 2023-09-30T11:54:48.024 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:54:48.024 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T11:54:48.088 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:54:48.089 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:54:48.089 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000212794 s, 2.4 MB/s 2023-09-30T11:54:48.089 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T11:54:48.148 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 392828 Links: 1 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:54:46.358631875 +0000 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:53:57.028257167 +0000 2023-09-30T11:54:48.206 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:53:57.028257167 +0000 2023-09-30T11:54:48.207 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:54:48.207 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T11:54:48.272 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:54:48.272 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:54:48.272 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000284326 s, 1.8 MB/s 2023-09-30T11:54:48.273 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T11:54:48.333 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 385962 Links: 1 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:54:46.358631875 +0000 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:53:57.538246244 +0000 2023-09-30T11:54:48.391 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:53:57.538246244 +0000 2023-09-30T11:54:48.392 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:54:48.392 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T11:54:48.456 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:54:48.457 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:54:48.457 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000211184 s, 2.4 MB/s 2023-09-30T11:54:48.458 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T11:54:48.516 DEBUG:teuthology.orchestra.run.smithi087:> 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 2023-09-30T11:54:48.630 INFO:teuthology.orchestra.run.smithi087.stdout:loop 2023-09-30T11:54:48.631 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-09-30T11:54:48.631 DEBUG:teuthology.orchestra.run.smithi087:> 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 2023-09-30T11:54:48.666 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-09-30T11:54:48.700 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_11 2023-09-30T11:54:48.739 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-09-30T11:54:48.740 DEBUG:teuthology.orchestra.run.smithi087:> 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 2023-09-30T11:54:48.815 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-09-30T11:54:48.848 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_21 2023-09-30T11:54:48.886 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-09-30T11:54:48.887 DEBUG:teuthology.orchestra.run.smithi087:> 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 2023-09-30T11:54:48.963 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-09-30T11:54:48.997 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_31 2023-09-30T11:54:49.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-09-30T11:54:49.035 DEBUG:teuthology.orchestra.run.smithi087:> 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 2023-09-30T11:54:49.110 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-09-30T11:54:49.144 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_41 2023-09-30T11:54:49.181 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:54:49.181 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:54:49.239 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme list 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme0n1 PHFT620400NQ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme1n1 4ff058c5ae13dd4e01f9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme2n1 34fd4895ee3886734840 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:49.306 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme3n1 4e6cc588375602f1a528 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:49.307 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme4n1 51a339fcd9bb1fce8790 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:49.307 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T11:54:49.308 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:54:49.308 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-09-30T11:54:49.375 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:54:49.375 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:54:49.398 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T11:54:49.398 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_1 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 395340 Links: 1 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:54:46.104502040 +0000 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:53:53.444453145 +0000 2023-09-30T11:54:49.461 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:53:53.444453145 +0000 2023-09-30T11:54:49.462 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:54:49.462 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T11:54:49.533 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:54:49.533 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:54:49.533 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000261364 s, 2.0 MB/s 2023-09-30T11:54:49.534 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T11:54:49.597 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_2 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 391374 Links: 1 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:54:46.104502040 +0000 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:53:53.990440161 +0000 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:53:53.990440161 +0000 2023-09-30T11:54:49.659 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:54:49.660 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T11:54:49.728 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:54:49.728 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:54:49.728 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000232366 s, 2.2 MB/s 2023-09-30T11:54:49.729 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T11:54:49.790 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_3 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 392750 Links: 1 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:54:46.104502040 +0000 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:53:54.490428271 +0000 2023-09-30T11:54:49.850 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:53:54.490428271 +0000 2023-09-30T11:54:49.851 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:54:49.851 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T11:54:49.918 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:54:49.918 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:54:49.918 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.00024384 s, 2.1 MB/s 2023-09-30T11:54:49.919 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T11:54:49.980 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_4 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 390731 Links: 1 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:54:46.104502040 +0000 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:53:54.989416404 +0000 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:53:54.989416404 +0000 2023-09-30T11:54:50.038 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:54:50.039 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T11:54:50.104 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:54:50.104 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:54:50.104 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000233877 s, 2.2 MB/s 2023-09-30T11:54:50.105 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T11:54:50.164 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-09-30T11:54:50.282 INFO:teuthology.orchestra.run.smithi123.stdout:loop 2023-09-30T11:54:50.283 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2023-09-30T11:54:50.284 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-09-30T11:54:50.319 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-09-30T11:54:50.352 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_11 2023-09-30T11:54:50.391 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2023-09-30T11:54:50.391 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-09-30T11:54:50.469 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-09-30T11:54:50.502 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_21 2023-09-30T11:54:50.540 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2023-09-30T11:54:50.540 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-09-30T11:54:50.615 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-09-30T11:54:50.649 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_31 2023-09-30T11:54:50.686 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2023-09-30T11:54:50.687 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-09-30T11:54:50.762 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-09-30T11:54:50.795 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_41 2023-09-30T11:54:50.833 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:54:50.833 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:54:50.890 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme list 2023-09-30T11:54:50.956 INFO:teuthology.orchestra.run.smithi123.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-30T11:54:50.956 INFO:teuthology.orchestra.run.smithi123.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-30T11:54:50.957 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme0n1 PHFT620400YK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-09-30T11:54:50.957 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme1n1 3cbe03c1e15ad3127ef6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:50.957 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme2n1 04a2627f715a16a55477 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:50.957 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme3n1 5103cead2582a272caea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:50.957 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme4n1 d407b9e265818c5c015e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-30T11:54:50.958 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T11:54:50.958 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:54:50.958 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2023-09-30T11:54:51.025 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T11:54:51.102 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\\)'], 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af'} 2023-09-30T11:54:51.102 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T11:54:51.102 INFO:tasks.cephadm:Cluster fsid is 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:54:51.102 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T11:54:51.103 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-30T11:54:51.103 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi087': '172.21.15.87', 'mon.smithi123': '172.21.15.123'} 2023-09-30T11:54:51.103 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T11:54:51.103 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2023-09-30T11:54:51.137 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2023-09-30T11:54:51.165 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-09-30T11:54:51.165 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T11:54:51.465 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/72884/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6447-g1d10b717', 'node_name': '172.21.4.65+confusa03', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6447.g1d10b717'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-29 19:15:20.339137', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}, {'status': 'ready', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/53447/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6447-g1d10b717', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6447.g1d10b717'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-29 16:03:13.858775', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-09-30T11:54:51.613 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 1d10b71792f3be8887a7631e69851ac2df3585af from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T11:54:51.613 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm 2023-09-30T11:54:51.614 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:51.978 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Sep 30 11:54 /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:51.978 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:52.497 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Sep 30 11:54 /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:52.497 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:52.521 DEBUG:teuthology.orchestra.run.smithi123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T11:54:52.552 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af on all hosts... 2023-09-30T11:54:52.552 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af pull 2023-09-30T11:54:52.563 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af pull 2023-09-30T11:54:54.184 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T11:54:54.213 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T11:55:57.698 INFO:teuthology.orchestra.run.smithi123.stdout:{ 2023-09-30T11:55:57.698 INFO:teuthology.orchestra.run.smithi123.stdout: "ceph_version": "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)", 2023-09-30T11:55:57.699 INFO:teuthology.orchestra.run.smithi123.stdout: "image_id": "dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966", 2023-09-30T11:55:57.699 INFO:teuthology.orchestra.run.smithi123.stdout: "repo_digests": [ 2023-09-30T11:55:57.699 INFO:teuthology.orchestra.run.smithi123.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0" 2023-09-30T11:55:57.699 INFO:teuthology.orchestra.run.smithi123.stdout: ] 2023-09-30T11:55:57.699 INFO:teuthology.orchestra.run.smithi123.stdout:} 2023-09-30T11:56:07.580 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2023-09-30T11:56:07.580 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph_version": "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)", 2023-09-30T11:56:07.580 INFO:teuthology.orchestra.run.smithi087.stdout: "image_id": "dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966", 2023-09-30T11:56:07.581 INFO:teuthology.orchestra.run.smithi087.stdout: "repo_digests": [ 2023-09-30T11:56:07.581 INFO:teuthology.orchestra.run.smithi087.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0" 2023-09-30T11:56:07.581 INFO:teuthology.orchestra.run.smithi087.stdout: ] 2023-09-30T11:56:07.581 INFO:teuthology.orchestra.run.smithi087.stdout:} 2023-09-30T11:56:07.600 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2023-09-30T11:56:07.632 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /etc/ceph 2023-09-30T11:56:07.669 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2023-09-30T11:56:07.700 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 777 /etc/ceph 2023-09-30T11:56:07.741 INFO:tasks.cephadm:Writing seed config... 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T11:56:07.742 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T11:56:07.743 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-30T11:56:07.743 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:56:07.743 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T11:56:07.761 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 29789f8c-5f88-11ee-8db4-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-30T11:56:07.761 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service 2023-09-30T11:56:07.803 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T11:56:07.803 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af -v bootstrap --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.87 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T11:56:07.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Sat 2023-09-30 11:46:49 UTC. -- 2023-09-30T11:56:07.966 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-09-30T11:56:07.966 INFO:teuthology.orchestra.run.smithi087.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af', '-v', 'bootstrap', '--fsid', '29789f8c-5f88-11ee-8db4-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.87', '--skip-admin-label'] 2023-09-30T11:56:07.998 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stdout 4.6.1 2023-09-30T11:56:07.999 INFO:teuthology.orchestra.run.smithi087.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-30T11:56:07.999 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying podman|docker is present... 2023-09-30T11:56:08.031 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stdout 4.6.1 2023-09-30T11:56:08.031 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying lvm2 is present... 2023-09-30T11:56:08.031 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying time synchronization is in place... 2023-09-30T11:56:08.038 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T11:56:08.038 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T11:56:08.043 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T11:56:08.044 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:56:08.049 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2023-09-30T11:56:08.055 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2023-09-30T11:56:08.055 INFO:teuthology.orchestra.run.smithi087.stdout:Unit chronyd.service is enabled and running 2023-09-30T11:56:08.055 INFO:teuthology.orchestra.run.smithi087.stdout:Repeating the final host check... 2023-09-30T11:56:08.085 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stdout 4.6.1 2023-09-30T11:56:08.085 INFO:teuthology.orchestra.run.smithi087.stdout:podman (/bin/podman) version 4.6.1 is present 2023-09-30T11:56:08.085 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl is present 2023-09-30T11:56:08.085 INFO:teuthology.orchestra.run.smithi087.stdout:lvcreate is present 2023-09-30T11:56:08.091 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T11:56:08.091 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T11:56:08.096 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T11:56:08.096 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:56:08.102 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2023-09-30T11:56:08.108 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2023-09-30T11:56:08.108 INFO:teuthology.orchestra.run.smithi087.stdout:Unit chronyd.service is enabled and running 2023-09-30T11:56:08.108 INFO:teuthology.orchestra.run.smithi087.stdout:Host looks OK 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Cluster fsid: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Acquiring lock 139639512505760 on /run/cephadm/29789f8c-5f88-11ee-8db4-212e2dc638e7.lock 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Lock 139639512505760 acquired on /run/cephadm/29789f8c-5f88-11ee-8db4-212e2dc638e7.lock 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 3300 ... 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 6789 ... 2023-09-30T11:56:08.109 INFO:teuthology.orchestra.run.smithi087.stdout:Base mon IP(s) is [172.21.15.87:3300, 172.21.15.87:6789], mon addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-09-30T11:56:08.113 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2023-09-30T11:56:08.113 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2023-09-30T11:56:08.117 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T11:56:08.118 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-30T11:56:08.118 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1732sec hoplimit 64 pref medium 2023-09-30T11:56:08.119 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T11:56:08.119 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-30T11:56:08.119 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2023-09-30T11:56:08.120 INFO:teuthology.orchestra.run.smithi087.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-30T11:56:08.121 INFO:teuthology.orchestra.run.smithi087.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T11:56:08.121 INFO:teuthology.orchestra.run.smithi087.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stdout dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Getting image source signatures 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Copying blob sha256:dd82b8f163378c666c65b5d0bf191efe73118a446cff6e1c36ede2c3d7cf557f 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Copying blob sha256:c16254b0810587cdd81d0647eccf1c3e4d200bf4eeba6596492e593ad063d4ee 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Copying config sha256:dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966 2023-09-30T11:56:08.503 INFO:teuthology.orchestra.run.smithi087.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-30T11:56:09.222 INFO:teuthology.orchestra.run.smithi087.stdout:ceph: stdout ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev) 2023-09-30T11:56:09.222 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph version: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev) 2023-09-30T11:56:09.222 INFO:teuthology.orchestra.run.smithi087.stdout:Extracting ceph user uid/gid from container image... 2023-09-30T11:56:09.775 INFO:teuthology.orchestra.run.smithi087.stdout:stat: stdout 167 167 2023-09-30T11:56:09.775 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial keys... 2023-09-30T11:56:10.412 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDaDBhlxL7pAhAAj8ItK4/PlCrWLKFDsEcWYQ== 2023-09-30T11:56:11.012 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDaDBhl/i/UJxAA60GJMcPiQlrXiRpAoHtOBQ== 2023-09-30T11:56:11.587 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQDbDBhlROeEDhAAXKMEHZXau9Bc/2UOUMKV+A== 2023-09-30T11:56:11.587 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial monmap... 2023-09-30T11:56:12.222 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T11:56:12.222 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-09-30T11:56:12.222 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:12.222 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout:monmaptool for smithi087 [v2:172.21.15.87:3300,v1:172.21.15.87:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout:setting min_mon_release = pacific 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: set fsid to 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:56:12.223 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mon... 2023-09-30T11:56:12.807 INFO:teuthology.orchestra.run.smithi087.stdout:create mon.smithi087 on 2023-09-30T11:56:13.015 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T11:56:13.146 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target. 2023-09-30T11:56:13.146 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target. 2023-09-30T11:56:13.311 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087 2023-09-30T11:56:13.312 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service: Unit ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service not loaded. 2023-09-30T11:56:13.404 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target.wants/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service → /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@.service. 2023-09-30T11:56:13.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:13 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7... 2023-09-30T11:56:13.776 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T11:56:13.776 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout disabled 2023-09-30T11:56:13.783 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T11:56:13.784 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:56:13.784 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld.service is not enabled 2023-09-30T11:56:13.784 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T11:56:13.784 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon to start... 2023-09-30T11:56:13.784 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon... 2023-09-30T11:56:13.923 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:13 smithi087 bash[107529]: aba88a85437984a79af249708a2e8501e050ff4792501d55946250e1d1d34729 2023-09-30T11:56:13.924 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:13 smithi087 systemd[1]: Started Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7. 2023-09-30T11:56:13.924 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:13 smithi087 ceph-mon[107567]: mkfs 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:13.924 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:13 smithi087 ceph-mon[107567]: mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-09-30T11:56:14.556 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout cluster: 2023-09-30T11:56:14.556 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout id: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout services: 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi087 (age 0.41209s) 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout data: 2023-09-30T11:56:14.557 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pgs: 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:mon is available 2023-09-30T11:56:14.558 INFO:teuthology.orchestra.run.smithi087.stdout:Assimilating anything we can from ceph.conf... 2023-09-30T11:56:14.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-09-30T11:56:14.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-09-30T11:56:14.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: fsmap 2023-09-30T11:56:14.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T11:56:14.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: mgrmap e1: no daemons active 2023-09-30T11:56:14.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:14 smithi087 ceph-mon[107567]: from='client.? 172.21.15.87:0/3915828638' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T11:56:15.323 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T11:56:15.324 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:15.325 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T11:56:15.325 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T11:56:15.325 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T11:56:15.325 INFO:teuthology.orchestra.run.smithi087.stdout:Generating new minimal ceph.conf... 2023-09-30T11:56:16.015 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:15 smithi087 ceph-mon[107567]: from='client.? 172.21.15.87:0/3237386401' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T11:56:16.015 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:15 smithi087 ceph-mon[107567]: from='client.? 172.21.15.87:0/3237386401' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T11:56:16.015 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:15 smithi087 ceph-mon[107567]: from='client.? 172.21.15.87:0/256785434' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:56:16.048 INFO:teuthology.orchestra.run.smithi087.stdout:Restarting the monitor... 2023-09-30T11:56:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7... 2023-09-30T11:56:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087[107544]: 2023-09-30T11:56:16.252+0000 7f1404243700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T11:56:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087[107544]: 2023-09-30T11:56:16.252+0000 7f1404243700 -1 mon.smithi087@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T11:56:16.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 bash[107893]: ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087 2023-09-30T11:56:17.145 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 systemd[1]: ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service: Succeeded. 2023-09-30T11:56:17.145 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 systemd[1]: Stopped Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7. 2023-09-30T11:56:17.146 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:16 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7... 2023-09-30T11:56:17.262 INFO:teuthology.orchestra.run.smithi087.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 7 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: pidfile_write: ignore empty --pid-file 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: load: jerasure load: lrc 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: RocksDB version: 7.9.2 2023-09-30T11:56:17.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Git sha 0 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: DB SUMMARY 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: DB Session ID: ENNPS4CNQTINR9BJ1TR3 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: CURRENT file: CURRENT 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 000009.log size: 83438 ; 2023-09-30T11:56:17.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.error_if_exists: 0 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.create_if_missing: 0 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.paranoid_checks: 1 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.env: 0x55f292ff1da0 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.info_log: 0x55f2946d5480 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T11:56:17.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.statistics: (nil) 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.use_fsync: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_log_file_size: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_fallocate: 1 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T11:56:17.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.use_direct_reads: 0 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.db_log_dir: 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.wal_dir: 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T11:56:17.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.write_buffer_manager: 0x55f29468d360 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T11:56:17.661 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.unordered_write: 0 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.row_cache: None 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.wal_filter: None 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T11:56:17.662 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.two_write_queues: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.wal_compression: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.atomic_flush: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.log_readahead_size: 0 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T11:56:17.663 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_background_jobs: 2 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_background_compactions: -1 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_subcompactions: 1 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T11:56:17.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_open_files: -1 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T11:56:17.665 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_background_flushes: -1 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Compression algorithms supported: 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kZSTD supported: 0 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kXpressCompression supported: 0 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kZlibCompression supported: 1 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kSnappyCompression supported: 1 2023-09-30T11:56:17.666 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kLZ4Compression supported: 1 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: kBZip2Compression supported: 0 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000010 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.merge_operator: 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_filter: None 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T11:56:17.667 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f2946d5580) 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: cache_index_and_filter_blocks: 1 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: pin_top_level_index_and_filter: 1 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_type: 0 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: data_block_index_type: 0 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_shortening: 1 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T11:56:17.668 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: checksum: 4 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: no_block_cache: 0 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache: 0x55f29472b1f0 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_name: BinnedLRUCache 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_options: 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: capacity : 536870912 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: num_shard_bits : 4 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: strict_capacity_limit : 0 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: high_pri_pool_ratio: 0.000 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_cache_compressed: (nil) 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: persistent_cache: (nil) 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_size: 4096 2023-09-30T11:56:17.669 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_size_deviation: 10 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_restart_interval: 16 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: index_block_restart_interval: 1 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: metadata_block_size: 4096 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: partition_filters: 0 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: use_delta_encoding: 1 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: filter_policy: bloomfilter 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: whole_key_filtering: 1 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: verify_compression: 0 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: read_amp_bytes_per_bit: 0 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: format_version: 5 2023-09-30T11:56:17.670 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: enable_index_compression: 1 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: block_align: 0 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: max_auto_readahead_size: 262144 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: prepopulate_block_cache: 0 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: initial_auto_readahead_size: 8192 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression: NoCompression 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T11:56:17.671 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.num_levels: 7 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T11:56:17.672 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T11:56:17.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T11:56:17.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T11:56:17.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T11:56:17.676 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.table_properties_collectors: 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.inplace_update_support: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.bloom_locality: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.max_successive_merges: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T11:56:17.677 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.ttl: 2592000 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enable_blob_files: false 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.min_blob_size: 0 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T11:56:17.678 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T11:56:17.679 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T11:56:17.679 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T11:56:17.679 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T11:56:17.679 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T11:56:17.679 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9acc9df9-3821-4570-9458-c7277eb2f9bf 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696074977233380, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696074977234190, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80357, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 242, "table_properties": {"data_size": 78540, "index_size": 227, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 72986, "raw_average_value_size": 356, "num_data_blocks": 10, "num_entries": 205, "num_filter_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1696074977, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9acc9df9-3821-4570-9458-c7277eb2f9bf", "db_session_id": "ENNPS4CNQTINR9BJ1TR3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-09-30T11:56:17.680 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696074977234262, "job": 1, "event": "recovery_finished"} 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi087/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f2947c8000 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: DB pointer 0x55f2947b4000 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** DB Stats ** 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T11:56:17.681 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: L0 2/0 80.35 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Sum 2/0 80.35 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:56:17.682 INFO:journalctl@ceph.mon.smithi087.smithi087.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 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** Compaction Stats [default] ** 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.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 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T11:56:17.683 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Cumulative compaction: 0.00 GB write, 25.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Interval compaction: 0.00 GB write, 25.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Block cache BinnedLRUCache@0x55f29472b1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: starting mon.smithi087 rank 0 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi087 fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???) e1 preinit fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).mds e1 new map 2023-09-30T11:56:17.684 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).mds e1 print_map 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: e1 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: legacy client fscid: -1 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout: No filesystems configured 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T11:56:17.685 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expand map: {default=false} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta from 'false' to 'false' 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expanded map: {default=false} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expand map: {default=info} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta from 'info' to 'info' 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expanded map: {default=info} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expand map: {default=daemon} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expand map: {default=debug} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: expand_channel_meta expanded map: {default=debug} 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 bash[108013]: a315ef765637a261d531ffca747020742918318dddab6c976a62fa9afd8f5dfa 2023-09-30T11:56:17.686 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 systemd[1]: Started Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7. 2023-09-30T11:56:17.687 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-09-30T11:56:17.687 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-09-30T11:56:17.687 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: fsmap 2023-09-30T11:56:17.687 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T11:56:17.687 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:17 smithi087 ceph-mon[108050]: mgrmap e1: no daemons active 2023-09-30T11:56:18.088 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-30T11:56:18.115 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T11:56:18.115 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mgr... 2023-09-30T11:56:18.115 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:9283 ... 2023-09-30T11:56:18.116 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:8765 ... 2023-09-30T11:56:18.116 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:8443 ... 2023-09-30T11:56:18.323 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mgr.smithi087.mkoher 2023-09-30T11:56:18.323 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mgr.smithi087.mkoher.service: Unit ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mgr.smithi087.mkoher.service not loaded. 2023-09-30T11:56:18.414 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7.target.wants/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mgr.smithi087.mkoher.service → /etc/systemd/system/ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@.service. 2023-09-30T11:56:18.817 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T11:56:18.817 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout disabled 2023-09-30T11:56:18.825 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T11:56:18.825 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:56:18.826 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld.service is not enabled 2023-09-30T11:56:18.826 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T11:56:18.834 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T11:56:18.834 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout disabled 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld.service is not enabled 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr to start... 2023-09-30T11:56:18.843 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr... 2023-09-30T11:56:18.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:18 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/838101608' entity='client.admin' 2023-09-30T11:56:19.677 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:19.677 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:19.677 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "29789f8c-5f88-11ee-8db4-212e2dc638e7", 2023-09-30T11:56:19.677 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2023-09-30T11:56:19.678 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "smithi087" 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T11:56:19.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T11:56:19.680 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:19.681 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T11:56:19.682 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T11:56:13.804323+0000", 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T11:56:19.683 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:19.684 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (1/15)... 2023-09-30T11:56:19.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:19 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1238197188' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T11:56:22.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:22 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3895246594' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T11:56:22.464 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:22.464 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:22.464 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "29789f8c-5f88-11ee-8db4-212e2dc638e7", 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "smithi087" 2023-09-30T11:56:22.465 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T11:56:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T11:56:22.471 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T11:56:22.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T11:56:22.473 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T11:56:22.474 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T11:56:13.804323+0000", 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:22.475 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T11:56:22.476 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:22.476 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (2/15)... 2023-09-30T11:56:25.206 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:24 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1956819675' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T11:56:25.250 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "29789f8c-5f88-11ee-8db4-212e2dc638e7", 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T11:56:25.251 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "smithi087" 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:25.252 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T11:56:25.253 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T11:56:25.254 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T11:56:13.804323+0000", 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:25.255 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T11:56:25.256 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:25.256 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (3/15)... 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: Activating manager daemon smithi087.mkoher 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: mgrmap e2: smithi087.mkoher(active, starting, since 0.00303595s) 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi087.mkoher", "id": "smithi087.mkoher"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: Manager daemon smithi087.mkoher is now available 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/mirror_snapshot_schedule"}]: dispatch 2023-09-30T11:56:26.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/trash_purge_schedule"}]: dispatch 2023-09-30T11:56:26.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:26.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:26.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:25 smithi087 ceph-mon[108050]: from='mgr.14100 172.21.15.87:0/2130765394' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:27.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:27 smithi087 ceph-mon[108050]: mgrmap e3: smithi087.mkoher(active, since 1.00737s) 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "29789f8c-5f88-11ee-8db4-212e2dc638e7", 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T11:56:28.272 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "smithi087" 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T11:56:28.273 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T11:56:28.274 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T11:56:28.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T11:56:28.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T11:56:28.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T11:56:28.277 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T11:56:28.278 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T11:56:28.279 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T11:56:13.804323+0000", 2023-09-30T11:56:28.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T11:56:28.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2023-09-30T11:56:28.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T11:56:28.280 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:28.280 INFO:teuthology.orchestra.run.smithi087.stdout:mgr is available 2023-09-30T11:56:28.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:28 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1970218789' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T11:56:29.146 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:29.146 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T11:56:29.147 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T11:56:29.148 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T11:56:29.148 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling cephadm module... 2023-09-30T11:56:29.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:29 smithi087 ceph-mon[108050]: mgrmap e4: smithi087.mkoher(active, since 3s) 2023-09-30T11:56:29.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:29 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1998648348' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T11:56:30.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:30 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1946297199' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T11:56:31.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1946297199' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T11:56:31.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:31 smithi087 ceph-mon[108050]: mgrmap e5: smithi087.mkoher(active, since 5s) 2023-09-30T11:56:31.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1177993999' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T11:56:33.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:33.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-30T11:56:33.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T11:56:33.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "smithi087.mkoher", 2023-09-30T11:56:33.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T11:56:33.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:33.512 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2023-09-30T11:56:33.512 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 5... 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: Active manager daemon smithi087.mkoher restarted 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: Activating manager daemon smithi087.mkoher 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: mgrmap e6: smithi087.mkoher(active, starting, since 0.00563395s) 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi087.mkoher", "id": "smithi087.mkoher"}]: dispatch 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T11:56:37.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T11:56:37.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: Manager daemon smithi087.mkoher is now available 2023-09-30T11:56:37.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:37.406 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:37 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:38.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: Found migration_current of "None". Setting to last migration. 2023-09-30T11:56:38.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:38.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/mirror_snapshot_schedule"}]: dispatch 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/trash_purge_schedule"}]: dispatch 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:38.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:38 smithi087 ceph-mon[108050]: mgrmap e7: smithi087.mkoher(active, since 1.01748s) 2023-09-30T11:56:39.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: [30/Sep/2023:11:56:38] ENGINE Bus STARTING 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: [30/Sep/2023:11:56:38] ENGINE Serving on http://172.21.15.87:8765 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: [30/Sep/2023:11:56:38] ENGINE Serving on https://172.21.15.87:7150 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: [30/Sep/2023:11:56:38] ENGINE Bus STARTED 2023-09-30T11:56:39.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:39 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:40.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:40 smithi087 ceph-mon[108050]: mgrmap e8: smithi087.mkoher(active, since 2s) 2023-09-30T11:56:40.936 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:40.936 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-30T11:56:40.936 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T11:56:40.936 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:40.936 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 5 is available 2023-09-30T11:56:40.937 INFO:teuthology.orchestra.run.smithi087.stdout:Setting orchestrator backend to cephadm... 2023-09-30T11:56:42.753 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:42 smithi087 ceph-mon[108050]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:42.754 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:42 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:42.754 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:42 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:42.754 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:42 smithi087 ceph-mon[108050]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:42.818 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-30T11:56:42.818 INFO:teuthology.orchestra.run.smithi087.stdout:Generating ssh key... 2023-09-30T11:56:44.778 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:44 smithi087 ceph-mon[108050]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:44.778 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:44 smithi087 ceph-mon[108050]: Generating ssh key... 2023-09-30T11:56:44.778 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:44 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:44.778 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:44 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:44.852 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSfuUAs9efir3goc8AgqCzP0imtHFD6El5UDJdk6xu1Kln8fATCU959S4UGKgpi3lgLcaU/W1ucEGCb5hEE7d3HHLzLF5DXbGlubdjad6Y3n9+x9j5mnaef1qxx4svEnHzfTxvWQT9mivG18pzXWWAkpMzu8kBtLvX29u1DbTA46cOign9BRnjfSbT6CkeWImtfKe2OpE3Iq8r2g1izXyB6t9YgHefWrqvBHqcoa8SkaDJ8gObJA/jxQBK8vPjC3Rin+thnFD4HULI50Ggv5ptU9cILi6oI9jzF+ZkECSDuphwgiBU64g/r/VgtwgtjuMvOWeCx60fUxeb8xwTmEp0M95tZ/NEW5lqRGMnK2xrP25VE6EXUug5RqJTIFpALMIiWBwzzuY8FnuyoYEn8Or3ped6KfTYHT3Qe3Bg8mWSex+T8e1Y52xfzEYiBrwTozkYAG3ClYy3sqwrQepytZyt9ohyz62g8PssvC79BlIDQncv0JgEI7Y3beynH5rfdE= ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:56:44.852 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T11:56:44.852 INFO:teuthology.orchestra.run.smithi087.stdout:Adding key to root@localhost authorized_keys... 2023-09-30T11:56:44.853 INFO:teuthology.orchestra.run.smithi087.stdout:Adding host smithi087... 2023-09-30T11:56:45.768 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:45 smithi087 ceph-mon[108050]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:46.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:46 smithi087 ceph-mon[108050]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "addr": "172.21.15.87", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:47.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:47 smithi087 ceph-mon[108050]: Deploying cephadm binary to smithi087 2023-09-30T11:56:47.884 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Added host 'smithi087' with addr '172.21.15.87' 2023-09-30T11:56:47.884 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying mon service with default placement... 2023-09-30T11:56:48.783 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:48.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: Added host smithi087 2023-09-30T11:56:48.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:48.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:48.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: Saving service mon spec with placement count:5 2023-09-30T11:56:48.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:48 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:48.951 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-30T11:56:48.951 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying mgr service with default placement... 2023-09-30T11:56:49.909 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-30T11:56:49.909 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying crash service with default placement... 2023-09-30T11:56:50.783 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:50 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:50.783 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:50 smithi087 ceph-mon[108050]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:50.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:50 smithi087 ceph-mon[108050]: Saving service mgr spec with placement count:2 2023-09-30T11:56:50.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:50 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:50.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:50 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:50.950 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-09-30T11:56:50.950 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying ceph-exporter service with default placement... 2023-09-30T11:56:51.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:51 smithi087 ceph-mon[108050]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:51.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:51 smithi087 ceph-mon[108050]: Saving service crash spec with placement * 2023-09-30T11:56:51.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:51 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:51.784 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:51 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:51.917 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-09-30T11:56:51.917 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying prometheus service with default placement... 2023-09-30T11:56:52.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:52 smithi087 ceph-mon[108050]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:52.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:52 smithi087 ceph-mon[108050]: Saving service ceph-exporter spec with placement * 2023-09-30T11:56:52.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:52 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:52.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:52 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:52.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:52 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:52.967 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-09-30T11:56:52.967 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying grafana service with default placement... 2023-09-30T11:56:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:53 smithi087 ceph-mon[108050]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:53 smithi087 ceph-mon[108050]: Saving service prometheus spec with placement count:1 2023-09-30T11:56:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:53 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:53.883 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-09-30T11:56:53.883 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying node-exporter service with default placement... 2023-09-30T11:56:54.808 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-09-30T11:56:54.809 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying alertmanager service with default placement... 2023-09-30T11:56:54.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:54 smithi087 ceph-mon[108050]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:54.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:54 smithi087 ceph-mon[108050]: Saving service grafana spec with placement count:1 2023-09-30T11:56:54.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:54 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:55.741 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-09-30T11:56:55.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:55 smithi087 ceph-mon[108050]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:55.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:55 smithi087 ceph-mon[108050]: Saving service node-exporter spec with placement * 2023-09-30T11:56:55.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:55 smithi087 ceph-mon[108050]: from='mgr.14120 172.21.15.87:0/1813696715' entity='mgr.smithi087.mkoher' 2023-09-30T11:56:56.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:56 smithi087 ceph-mon[108050]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:56:56.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:56 smithi087 ceph-mon[108050]: Saving service alertmanager spec with placement count:1 2023-09-30T11:56:56.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:56 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2976160725' entity='client.admin' 2023-09-30T11:56:57.452 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling the dashboard module... 2023-09-30T11:56:58.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2601930828' entity='client.admin' 2023-09-30T11:56:58.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:58 smithi087 ceph-mon[108050]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:56:58.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/305623660' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T11:56:59.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:59 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/305623660' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T11:56:59.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:56:59 smithi087 ceph-mon[108050]: mgrmap e9: smithi087.mkoher(active, since 21s) 2023-09-30T11:56:59.641 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:56:59.641 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "smithi087.mkoher", 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2023-09-30T11:56:59.642 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 9... 2023-09-30T11:57:00.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:00 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/635987772' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: Active manager daemon smithi087.mkoher restarted 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: Activating manager daemon smithi087.mkoher 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: mgrmap e10: smithi087.mkoher(active, starting, since 0.00306833s) 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi087.mkoher", "id": "smithi087.mkoher"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T11:57:05.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: Manager daemon smithi087.mkoher is now available 2023-09-30T11:57:05.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:05.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:05 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:06.340 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2023-09-30T11:57:06.340 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-30T11:57:06.340 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T11:57:06.341 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2023-09-30T11:57:06.341 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 9 is available 2023-09-30T11:57:06.341 INFO:teuthology.orchestra.run.smithi087.stdout:Generating a dashboard self-signed certificate... 2023-09-30T11:57:06.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:06 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/mirror_snapshot_schedule"}]: dispatch 2023-09-30T11:57:06.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:06 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/trash_purge_schedule"}]: dispatch 2023-09-30T11:57:06.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:06 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:05] ENGINE Bus STARTING 2023-09-30T11:57:06.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:06 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:06.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:06 smithi087 ceph-mon[108050]: mgrmap e11: smithi087.mkoher(active, since 1.00617s) 2023-09-30T11:57:07.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:05] ENGINE Serving on http://172.21.15.87:8765 2023-09-30T11:57:07.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:05] ENGINE Serving on https://172.21.15.87:7150 2023-09-30T11:57:07.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:05] ENGINE Bus STARTED 2023-09-30T11:57:07.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T11:57:07.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T11:57:07.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:07 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:07.599 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-30T11:57:07.599 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial admin user... 2023-09-30T11:57:08.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:08 smithi087 ceph-mon[108050]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:57:08.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:08 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:08.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:08 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:08.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:08 smithi087 ceph-mon[108050]: mgrmap e12: smithi087.mkoher(active, since 2s) 2023-09-30T11:57:08.915 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$IN0UefStBOfaUx5U7/d3KeP3onFzQdBGO40OePw99QKACrzLotgSm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696075028, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T11:57:08.915 INFO:teuthology.orchestra.run.smithi087.stdout:Fetching dashboard port number... 2023-09-30T11:57:09.831 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 8443 2023-09-30T11:57:09.840 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T11:57:09.840 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout disabled 2023-09-30T11:57:09.848 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T11:57:09.848 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2023-09-30T11:57:09.848 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld.service is not enabled 2023-09-30T11:57:09.848 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T11:57:09.850 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph Dashboard is now available at: 2023-09-30T11:57:09.850 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:09.850 INFO:teuthology.orchestra.run.smithi087.stdout: URL: https://smithi087.front.sepia.ceph.com:8443/ 2023-09-30T11:57:09.850 INFO:teuthology.orchestra.run.smithi087.stdout: User: admin 2023-09-30T11:57:09.850 INFO:teuthology.orchestra.run.smithi087.stdout: Password: 2ag720qaek 2023-09-30T11:57:09.851 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:09.851 INFO:teuthology.orchestra.run.smithi087.stdout:Saving cluster configuration to /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config directory 2023-09-30T11:57:09.851 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling autotune for osd_memory_target 2023-09-30T11:57:09.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:09 smithi087 ceph-mon[108050]: 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 2023-09-30T11:57:09.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:09 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:09.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:09 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/925984592' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout:Or, if you are only running a single cluster on this host: 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.848 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: ceph telemetry on 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout:For more information see: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:11.849 INFO:teuthology.orchestra.run.smithi087.stdout:Bootstrap complete. 2023-09-30T11:57:11.882 INFO:tasks.cephadm:Fetching config... 2023-09-30T11:57:11.883 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:57:11.883 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T11:57:11.900 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T11:57:11.901 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:57:11.901 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T11:57:11.959 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T11:57:11.959 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:57:11.959 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/keyring of=/dev/stdout 2023-09-30T11:57:12.028 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T11:57:12.028 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:57:12.028 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T11:57:12.086 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T11:57:12.087 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSfuUAs9efir3goc8AgqCzP0imtHFD6El5UDJdk6xu1Kln8fATCU959S4UGKgpi3lgLcaU/W1ucEGCb5hEE7d3HHLzLF5DXbGlubdjad6Y3n9+x9j5mnaef1qxx4svEnHzfTxvWQT9mivG18pzXWWAkpMzu8kBtLvX29u1DbTA46cOign9BRnjfSbT6CkeWImtfKe2OpE3Iq8r2g1izXyB6t9YgHefWrqvBHqcoa8SkaDJ8gObJA/jxQBK8vPjC3Rin+thnFD4HULI50Ggv5ptU9cILi6oI9jzF+ZkECSDuphwgiBU64g/r/VgtwgtjuMvOWeCx60fUxeb8xwTmEp0M95tZ/NEW5lqRGMnK2xrP25VE6EXUug5RqJTIFpALMIiWBwzzuY8FnuyoYEn8Or3ped6KfTYHT3Qe3Bg8mWSex+T8e1Y52xfzEYiBrwTozkYAG3ClYy3sqwrQepytZyt9ohyz62g8PssvC79BlIDQncv0JgEI7Y3beynH5rfdE= ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T11:57:12.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:12 smithi087 ceph-mon[108050]: mgrmap e13: smithi087.mkoher(active, since 6s) 2023-09-30T11:57:12.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:12 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3233021344' entity='client.admin' 2023-09-30T11:57:12.167 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSfuUAs9efir3goc8AgqCzP0imtHFD6El5UDJdk6xu1Kln8fATCU959S4UGKgpi3lgLcaU/W1ucEGCb5hEE7d3HHLzLF5DXbGlubdjad6Y3n9+x9j5mnaef1qxx4svEnHzfTxvWQT9mivG18pzXWWAkpMzu8kBtLvX29u1DbTA46cOign9BRnjfSbT6CkeWImtfKe2OpE3Iq8r2g1izXyB6t9YgHefWrqvBHqcoa8SkaDJ8gObJA/jxQBK8vPjC3Rin+thnFD4HULI50Ggv5ptU9cILi6oI9jzF+ZkECSDuphwgiBU64g/r/VgtwgtjuMvOWeCx60fUxeb8xwTmEp0M95tZ/NEW5lqRGMnK2xrP25VE6EXUug5RqJTIFpALMIiWBwzzuY8FnuyoYEn8Or3ped6KfTYHT3Qe3Bg8mWSex+T8e1Y52xfzEYiBrwTozkYAG3ClYy3sqwrQepytZyt9ohyz62g8PssvC79BlIDQncv0JgEI7Y3beynH5rfdE= ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:57:12.178 DEBUG:teuthology.orchestra.run.smithi123:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSfuUAs9efir3goc8AgqCzP0imtHFD6El5UDJdk6xu1Kln8fATCU959S4UGKgpi3lgLcaU/W1ucEGCb5hEE7d3HHLzLF5DXbGlubdjad6Y3n9+x9j5mnaef1qxx4svEnHzfTxvWQT9mivG18pzXWWAkpMzu8kBtLvX29u1DbTA46cOign9BRnjfSbT6CkeWImtfKe2OpE3Iq8r2g1izXyB6t9YgHefWrqvBHqcoa8SkaDJ8gObJA/jxQBK8vPjC3Rin+thnFD4HULI50Ggv5ptU9cILi6oI9jzF+ZkECSDuphwgiBU64g/r/VgtwgtjuMvOWeCx60fUxeb8xwTmEp0M95tZ/NEW5lqRGMnK2xrP25VE6EXUug5RqJTIFpALMIiWBwzzuY8FnuyoYEn8Or3ped6KfTYHT3Qe3Bg8mWSex+T8e1Y52xfzEYiBrwTozkYAG3ClYy3sqwrQepytZyt9ohyz62g8PssvC79BlIDQncv0JgEI7Y3beynH5rfdE= ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T11:57:12.225 INFO:teuthology.orchestra.run.smithi123.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSfuUAs9efir3goc8AgqCzP0imtHFD6El5UDJdk6xu1Kln8fATCU959S4UGKgpi3lgLcaU/W1ucEGCb5hEE7d3HHLzLF5DXbGlubdjad6Y3n9+x9j5mnaef1qxx4svEnHzfTxvWQT9mivG18pzXWWAkpMzu8kBtLvX29u1DbTA46cOign9BRnjfSbT6CkeWImtfKe2OpE3Iq8r2g1izXyB6t9YgHefWrqvBHqcoa8SkaDJ8gObJA/jxQBK8vPjC3Rin+thnFD4HULI50Ggv5ptU9cILi6oI9jzF+ZkECSDuphwgiBU64g/r/VgtwgtjuMvOWeCx60fUxeb8xwTmEp0M95tZ/NEW5lqRGMnK2xrP25VE6EXUug5RqJTIFpALMIiWBwzzuY8FnuyoYEn8Or3ped6KfTYHT3Qe3Bg8mWSex+T8e1Y52xfzEYiBrwTozkYAG3ClYy3sqwrQepytZyt9ohyz62g8PssvC79BlIDQncv0JgEI7Y3beynH5rfdE= ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:57:12.239 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T11:57:12.462 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:57:14.036 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T11:57:14.036 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T11:57:14.257 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1884890877' entity='client.admin' 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi087", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi087", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T11:57:14.900 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:57:14.901 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:14 smithi087 ceph-mon[108050]: Deploying daemon ceph-exporter.smithi087 on smithi087 2023-09-30T11:57:15.988 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi123 2023-09-30T11:57:15.988 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:57:15.988 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/etc/ceph/ceph.conf 2023-09-30T11:57:16.011 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:57:16.011 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:57:16.073 INFO:tasks.cephadm:Adding host smithi123 to orchestrator... 2023-09-30T11:57:16.073 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi123 2023-09-30T11:57:16.474 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:57:16.703 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:16 smithi087 ceph-mon[108050]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:57:16.704 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:16 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:19.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:19.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:19.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:19.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:19.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:57:19.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T11:57:19.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:57:19.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: Deploying daemon crash.smithi087 on smithi087 2023-09-30T11:57:19.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:18 smithi087 ceph-mon[108050]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi123", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:57:20.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:19 smithi087 ceph-mon[108050]: Deploying cephadm binary to smithi123 2023-09-30T11:57:20.381 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi123' with addr '172.21.15.123' 2023-09-30T11:57:20.714 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T11:57:20.954 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:57:21.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:21.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:21.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:21.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:21.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: Deploying daemon node-exporter.smithi087 on smithi087 2023-09-30T11:57:21.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:21.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:20 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:22.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:21 smithi087 ceph-mon[108050]: Added host smithi123 2023-09-30T11:57:22.908 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:57:22.908 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.123", "hostname": "smithi123", "labels": [], "status": ""}] 2023-09-30T11:57:23.405 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T11:57:23.405 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T11:57:23.687 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:24.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:24 smithi087 ceph-mon[108050]: Deploying daemon alertmanager.smithi087 on smithi087 2023-09-30T11:57:25.245 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2023-09-30T11:57:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:25 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/410450583' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T11:57:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:25 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:26.202 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2023-09-30T11:57:26.202 INFO:tasks.cephadm:Adding mon.smithi123 on smithi123 2023-09-30T11:57:26.202 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '2;smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123' 2023-09-30T11:57:26.456 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:26.519 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:26.614 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:26 smithi087 ceph-mon[108050]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:26.614 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:26 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/410450583' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T11:57:26.614 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:26 smithi087 ceph-mon[108050]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T11:57:27.959 INFO:teuthology.orchestra.run.smithi123.stdout:Scheduled mon update... 2023-09-30T11:57:28.341 DEBUG:teuthology.orchestra.run.smithi123:mon.smithi123> sudo journalctl -f -n 0 -u ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi123.service 2023-09-30T11:57:28.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:28.343 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:28.373 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:-- Logs begin at Sat 2023-09-30 11:46:52 UTC. -- 2023-09-30T11:57:28.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:28 smithi087 ceph-mon[108050]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:28.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:28 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:28.608 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:28.670 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:29.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: Saving service mon spec with placement smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123;count:2 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T11:57:29.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:29 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:29.893 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:29.893 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:29.895 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:30.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T11:57:30.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T11:57:30.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: Deploying daemon grafana.smithi087 on smithi087 2023-09-30T11:57:30.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:30.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1209818340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:30.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:30 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:31.259 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:31.259 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:31.505 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:31.562 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:32.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:32 smithi087 ceph-mon[108050]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:32.753 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:32.784 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:32.784 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:33.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:33 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3234189359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:34.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:34.117 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:34.376 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:34.443 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:34.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:34 smithi087 ceph-mon[108050]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:35.628 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:35.629 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:35.631 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:36.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:36 smithi087 ceph-mon[108050]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:36.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:36 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/939764639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:36.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:36.990 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:37.247 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:37.309 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:38.497 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:38.498 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:38.499 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:38.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:38 smithi087 ceph-mon[108050]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:39.590 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:39 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/2651817470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:39.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:39.880 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:40.129 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:40.190 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:40.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:40 smithi087 ceph-mon[108050]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:41.350 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:41.351 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:41.352 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:42.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: Deploying daemon prometheus.smithi087 on smithi087 2023-09-30T11:57:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:41 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/465056729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:42.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:42.722 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:42.975 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:43.037 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:44.301 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:44.301 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:44.303 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:44.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:44 smithi087 ceph-mon[108050]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:45.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:45 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/2270100892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:45.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:45 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:45.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:45.671 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:45.933 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:45.991 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:46.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:46 smithi087 ceph-mon[108050]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:47.168 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:47.168 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:47.170 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:47.586 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:47 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1757658620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:48.538 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:48.538 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:48.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:48 smithi087 ceph-mon[108050]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:48.784 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:48.843 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:50.031 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:50.031 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:50.033 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:50.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:49 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:50.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:49 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:50.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:49 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:50.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:49 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T11:57:50.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:49 smithi087 ceph-mon[108050]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:57:51.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:50 smithi087 ceph-mon[108050]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T11:57:51.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:50 smithi087 ceph-mon[108050]: mgrmap e14: smithi087.mkoher(active, since 45s) 2023-09-30T11:57:51.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:50 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3111324844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:51.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:51.398 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:51.652 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:51.711 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:52.836 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:52.836 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:52.838 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:53.583 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:53 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3290553446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:54.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:54.199 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:54.454 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:54.512 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:55.721 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:55.721 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:55.723 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:56.149 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:55 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3288073226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:57:57.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:57:57.143 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:57:57.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: Active manager daemon smithi087.mkoher restarted 2023-09-30T11:57:57.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: Activating manager daemon smithi087.mkoher 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: mgrmap e15: smithi087.mkoher(active, starting, since 0.00315271s) 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi087.mkoher", "id": "smithi087.mkoher"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: Manager daemon smithi087.mkoher is now available 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:57.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:57.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:57.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/mirror_snapshot_schedule"}]: dispatch 2023-09-30T11:57:57.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:56 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/trash_purge_schedule"}]: dispatch 2023-09-30T11:57:57.399 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:57.465 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:57] ENGINE Bus STARTING 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:57] ENGINE Serving on http://172.21.15.87:8765 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: mgrmap e16: smithi087.mkoher(active, since 1.00819s) 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:57] ENGINE Serving on https://172.21.15.87:7150 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: [30/Sep/2023:11:57:57] ENGINE Bus STARTED 2023-09-30T11:57:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:58.729 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:57:58.730 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:57:58.732 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:57:59.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:59 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:57:59.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:57:59 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/2452869707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:00.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:58:00.099 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:58:00.337 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:58:00.391 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T11:58:00.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:00 smithi087 ceph-mon[108050]: mgrmap e17: smithi087.mkoher(active, since 2s) 2023-09-30T11:58:00.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:00 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:00.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:00 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:01.867 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:58:01.867 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:58:01.870 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:58:02.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd/host:smithi123", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:02.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:01 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:03.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi087:/etc/ceph/ceph.conf 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi123:/etc/ceph/ceph.conf 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3519638589' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: Updating smithi123:/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:03.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:03.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:03.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:03.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T11:58:03.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:03.252 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:58:03.253 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:58:03.500 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:04.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:03 smithi087 ceph-mon[108050]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T11:58:04.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:03 smithi087 ceph-mon[108050]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T11:58:04.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:03 smithi087 ceph-mon[108050]: Deploying daemon ceph-exporter.smithi123 on smithi123 2023-09-30T11:58:04.824 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:58:04.825 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:58:04.826 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:58:05.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: Deploying daemon crash.smithi123 on smithi123 2023-09-30T11:58:05.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:05 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3055508673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:06.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:58:06.223 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:58:06.464 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:07.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:07.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:07.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:07.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:07.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: Deploying daemon node-exporter.smithi123 on smithi123 2023-09-30T11:58:07.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:07 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:07.729 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:58:07.729 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:58:07.732 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:58:08.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:08 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/583657103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:09.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:58:09.098 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:58:09.524 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T11:58:10.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:10.906 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:10.906 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:10 smithi087 ceph-mon[108050]: Deploying daemon mgr.smithi123.eijfbx on smithi123 2023-09-30T11:58:11.145 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:58:11.145 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:56:11.840731Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T11:58:11.146 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-09-30T11:58:11.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:11 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/685609927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:12.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T11:58:12.745 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:13.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:12 smithi087 ceph-mon[108050]: Deploying daemon mon.smithi123 on smithi123 2023-09-30T11:58:13.175 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:14.344 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T11:58:14.344 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T11:58:14.344 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi123/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 2023-09-30T11:58:14.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: beecbbde-ef65-4387-ba29-948f4b3a91c6 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696075094335818, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 systemd[1]: Started Ceph mon.smithi123 for 29789f8c-5f88-11ee-8db4-212e2dc638e7. 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696075094336401, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1696075094, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "beecbbde-ef65-4387-ba29-948f4b3a91c6", "db_session_id": "6OQ6Z7IJN77IF91TJ8GM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696075094336500, "job": 1, "event": "recovery_finished"} 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi123/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564f51c90000 2023-09-30T11:58:14.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: DB pointer 0x564f51c7c000 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** DB Stats ** 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** Compaction Stats [default] ** 2023-09-30T11:58:14.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** Compaction Stats [default] ** 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.808 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Block cache BinnedLRUCache@0x564f51bf31f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-09-30T11:58:14.809 INFO:journalctl@ceph.mon.smithi123.smithi123.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%) 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123 does not exist in monmap, will attempt to join an existing cluster 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: using public_addr v2:172.21.15.123:0/0 -> [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: starting mon.smithi123 rank -1 at public addrs [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] at bind addrs [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi123 fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(???) e0 preinit fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).mds e1 new map 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).mds e1 print_map 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: e1 2023-09-30T11:58:14.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: legacy client fscid: -1 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: No filesystems configured 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-30T11:58:14.811 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Saving service mon spec with placement smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123;count:2 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.812 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon grafana.smithi087 on smithi087 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1209818340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.813 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3234189359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/939764639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/2651817470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.814 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon prometheus.smithi087 on smithi087 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/465056729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/2270100892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1757658620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.815 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14164 172.21.15.87:0/1341120976' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mgrmap e14: smithi087.mkoher(active, since 45s) 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3111324844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3290553446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3288073226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.816 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Active manager daemon smithi087.mkoher restarted 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Activating manager daemon smithi087.mkoher 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mgrmap e15: smithi087.mkoher(active, starting, since 0.00315271s) 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi087.mkoher", "id": "smithi087.mkoher"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Manager daemon smithi087.mkoher is now available 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.817 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/mirror_snapshot_schedule"}]: dispatch 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.mkoher/trash_purge_schedule"}]: dispatch 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: [30/Sep/2023:11:57:57] ENGINE Bus STARTING 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: [30/Sep/2023:11:57:57] ENGINE Serving on http://172.21.15.87:8765 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mgrmap e16: smithi087.mkoher(active, since 1.00819s) 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: [30/Sep/2023:11:57:57] ENGINE Serving on https://172.21.15.87:7150 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: [30/Sep/2023:11:57:57] ENGINE Bus STARTED 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.818 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/2452869707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mgrmap e17: smithi087.mkoher(active, since 2s) 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd/host:smithi123", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:58:14.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi087:/etc/ceph/ceph.conf 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi123:/etc/ceph/ceph.conf 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3519638589' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi123:/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon ceph-exporter.smithi123 on smithi123 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon crash.smithi123 on smithi123 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3055508673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon node-exporter.smithi123 on smithi123 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/583657103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:14.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon mgr.smithi123.eijfbx on smithi123 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/685609927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: Deploying daemon mon.smithi123 on smithi123 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: mon.smithi123@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expand map: {default=false} 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta from 'false' to 'false' 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expanded map: {default=false} 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expand map: {default=info} 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta from 'info' to 'info' 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expanded map: {default=info} 2023-09-30T11:58:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expand map: {default=daemon} 2023-09-30T11:58:14.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T11:58:14.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T11:58:14.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expand map: {default=debug} 2023-09-30T11:58:14.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T11:58:14.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:14 smithi123 ceph-mon[120275]: expand_channel_meta expanded map: {default=debug} 2023-09-30T11:58:19.424 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-09-30T11:58:19.424 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":2,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","modified":"2023-09-30T11:58:14.376250Z","created":"2023-09-30T11:56:11.840731Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T11:58:19.425 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 2 2023-09-30T11:58:19.760 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: mon.smithi087 calling monitor election 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/4109668902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: mon.smithi123 calling monitor election 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.761 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi123.eijfbx/crt"}]: dispatch 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: mon.smithi087 is new leader, mons smithi087,smithi123 in quorum (ranks 0,1) 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: monmap e2: 2 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} removed_ranks: {} 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: fsmap 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: mgrmap e17: smithi087.mkoher(active, since 22s) 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: Standby manager daemon smithi123.eijfbx started 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: overall HEALTH_OK 2023-09-30T11:58:19.762 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi123.eijfbx/key"}]: dispatch 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.808 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T11:58:19.808 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: mon.smithi087 calling monitor election 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/4109668902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: mon.smithi123 calling monitor election 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi123.eijfbx/crt"}]: dispatch 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: mon.smithi087 is new leader, mons smithi087,smithi123 in quorum (ranks 0,1) 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: monmap e2: 2 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} removed_ranks: {} 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: fsmap 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T11:58:19.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: mgrmap e17: smithi087.mkoher(active, since 22s) 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: Standby manager daemon smithi123.eijfbx started 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: overall HEALTH_OK 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi123.eijfbx/key"}]: dispatch 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.? 172.21.15.123:0/3699219754' entity='mgr.smithi123.eijfbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:19.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:20.041 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:20.756 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:20 smithi087 ceph-mon[108050]: mgrmap e18: smithi087.mkoher(active, since 22s), standbys: smithi123.eijfbx 2023-09-30T11:58:20.756 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:20 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi123.eijfbx", "id": "smithi123.eijfbx"}]: dispatch 2023-09-30T11:58:20.757 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:20 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:20.757 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:20 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:20.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:20 smithi123 ceph-mon[120275]: mgrmap e18: smithi087.mkoher(active, since 22s), standbys: smithi123.eijfbx 2023-09-30T11:58:20.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:20 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr metadata", "who": "smithi123.eijfbx", "id": "smithi123.eijfbx"}]: dispatch 2023-09-30T11:58:20.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:20 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:20.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:20 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:58:21.264 INFO:teuthology.orchestra.run.smithi087.stdout:# minimal ceph.conf for 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:58:21.265 INFO:teuthology.orchestra.run.smithi087.stdout:[global] 2023-09-30T11:58:21.265 INFO:teuthology.orchestra.run.smithi087.stdout: fsid = 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T11:58:21.265 INFO:teuthology.orchestra.run.smithi087.stdout: mon_host = [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] 2023-09-30T11:58:21.627 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T11:58:21.627 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:58:21.627 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T11:58:21.697 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:58:21.698 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:21.768 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:58:21.768 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T11:58:21.798 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:58:21.799 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T11:58:21.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:21.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: Updating smithi087:/etc/ceph/ceph.conf 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: Updating smithi123:/etc/ceph/ceph.conf 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2118892589' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:21.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:21.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T11:58:21.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:21.867 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T11:58:21.867 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:58:21.867 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:58:21.886 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T11:58:21.887 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme1n1 2023-09-30T11:58:21.945 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme1n1 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 418650 Links: 1 Device type: 103,1 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:57:14.575454676 +0000 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:54:48.749580497 +0000 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:54:48.749580497 +0000 2023-09-30T11:58:21.946 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:58:21.947 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-30T11:58:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:58:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:58:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000249925 s, 2.0 MB/s 2023-09-30T11:58:22.015 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: Updating smithi087:/etc/ceph/ceph.conf 2023-09-30T11:58:22.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: Updating smithi123:/etc/ceph/ceph.conf 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: Updating smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: Updating smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2118892589' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T11:58:22.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:22.076 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme2n1 2023-09-30T11:58:22.134 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme2n1 2023-09-30T11:58:22.134 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:22.134 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 418762 Links: 1 Device type: 103,2 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:57:14.585454462 +0000 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:54:48.896577339 +0000 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:54:48.896577339 +0000 2023-09-30T11:58:22.135 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:58:22.135 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-30T11:58:22.202 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:58:22.202 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:58:22.202 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000243121 s, 2.1 MB/s 2023-09-30T11:58:22.203 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-30T11:58:22.262 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme3n1 2023-09-30T11:58:22.320 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme3n1 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 428563 Links: 1 Device type: 103,3 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:57:14.596454228 +0000 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:54:49.045574137 +0000 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:54:49.045574137 +0000 2023-09-30T11:58:22.321 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:58:22.321 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-30T11:58:22.387 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:58:22.388 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:58:22.388 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000250968 s, 2.0 MB/s 2023-09-30T11:58:22.389 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-30T11:58:22.448 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme4n1 2023-09-30T11:58:22.508 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme4n1 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 428642 Links: 1 Device type: 103,4 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-09-30 11:57:14.607453993 +0000 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-09-30 11:54:49.191571000 +0000 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-09-30 11:54:49.191571000 +0000 2023-09-30T11:58:22.509 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-09-30T11:58:22.510 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-30T11:58:22.575 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-09-30T11:58:22.576 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-09-30T11:58:22.576 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000254463 s, 2.0 MB/s 2023-09-30T11:58:22.577 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-30T11:58:22.636 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:58:22.636 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T11:58:22.658 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T11:58:22.659 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme1n1 2023-09-30T11:58:22.721 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme1n1 2023-09-30T11:58:22.722 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:22.722 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 422693 Links: 1 Device type: 103,1 2023-09-30T11:58:22.722 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:22.722 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:22.722 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:58:00.122865314 +0000 2023-09-30T11:58:22.723 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:54:50.402399079 +0000 2023-09-30T11:58:22.723 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:54:50.402399079 +0000 2023-09-30T11:58:22.723 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:58:22.723 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-30T11:58:22.794 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:58:22.794 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:58:22.794 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000296907 s, 1.7 MB/s 2023-09-30T11:58:22.795 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-30T11:58:22.860 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme2n1 2023-09-30T11:58:22.867 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: Reconfiguring mon.smithi087 (unknown last config time)... 2023-09-30T11:58:22.867 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: Reconfiguring daemon mon.smithi087 on smithi087 2023-09-30T11:58:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.mkoher", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:22.923 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme2n1 2023-09-30T11:58:22.923 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 429886 Links: 1 Device type: 103,2 2023-09-30T11:58:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:58:00.134865028 +0000 2023-09-30T11:58:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:54:50.550395534 +0000 2023-09-30T11:58:22.925 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:54:50.550395534 +0000 2023-09-30T11:58:22.925 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:58:22.925 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-30T11:58:22.996 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:58:22.996 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:58:22.996 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000294453 s, 1.7 MB/s 2023-09-30T11:58:22.997 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-30T11:58:23.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: Reconfiguring mon.smithi087 (unknown last config time)... 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: Reconfiguring daemon mon.smithi087 on smithi087 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.mkoher", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:23.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:23.062 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme3n1 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme3n1 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 429981 Links: 1 Device type: 103,3 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:23.124 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:58:00.145864767 +0000 2023-09-30T11:58:23.125 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:54:50.697392013 +0000 2023-09-30T11:58:23.125 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:54:50.697392013 +0000 2023-09-30T11:58:23.125 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:58:23.125 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-30T11:58:23.197 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:58:23.197 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:58:23.197 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000288941 s, 1.8 MB/s 2023-09-30T11:58:23.198 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-30T11:58:23.263 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme4n1 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme4n1 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 435214 Links: 1 Device type: 103,4 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-09-30 11:58:00.157864481 +0000 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-09-30 11:54:50.843388515 +0000 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-09-30 11:54:50.843388515 +0000 2023-09-30T11:58:23.325 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-09-30T11:58:23.326 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-30T11:58:23.397 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-09-30T11:58:23.397 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-09-30T11:58:23.397 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000286652 s, 1.8 MB/s 2023-09-30T11:58:23.398 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-30T11:58:23.462 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-09-30T11:58:23.741 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi123/config 2023-09-30T11:58:23.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: Reconfiguring mgr.smithi087.mkoher (unknown last config time)... 2023-09-30T11:58:23.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: Reconfiguring daemon mgr.smithi087.mkoher on smithi087 2023-09-30T11:58:23.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:23.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:23.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:23.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi087", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:23.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:24.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: Reconfiguring mgr.smithi087.mkoher (unknown last config time)... 2023-09-30T11:58:24.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: Reconfiguring daemon mgr.smithi087.mkoher on smithi087 2023-09-30T11:58:24.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:24.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi087", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:24.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:24.951 INFO:teuthology.orchestra.run.smithi123.stdout:Scheduled osd.all-available-devices update... 2023-09-30T11:58:24.972 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: Reconfiguring ceph-exporter.smithi087 (monmap changed)... 2023-09-30T11:58:24.972 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: Reconfiguring daemon ceph-exporter.smithi087 on smithi087 2023-09-30T11:58:24.973 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.973 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.973 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:24.973 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:24.973 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: Reconfiguring ceph-exporter.smithi087 (monmap changed)... 2023-09-30T11:58:24.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: Reconfiguring daemon ceph-exporter.smithi087 on smithi087 2023-09-30T11:58:24.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:24.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:24.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:24.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:25.317 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-30T11:58:25.318 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:25.883 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:26.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: Reconfiguring crash.smithi087 (monmap changed)... 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: Reconfiguring daemon crash.smithi087 on smithi087 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: Marking host: smithi087 for OSDSpec preview refresh. 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: Marking host: smithi123 for OSDSpec preview refresh. 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: Saving service osd.all-available-devices spec with placement * 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:26.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: Reconfiguring crash.smithi087 (monmap changed)... 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: Reconfiguring daemon crash.smithi087 on smithi087 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: Marking host: smithi087 for OSDSpec preview refresh. 2023-09-30T11:58:26.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: Marking host: smithi123 for OSDSpec preview refresh. 2023-09-30T11:58:26.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: Saving service osd.all-available-devices spec with placement * 2023-09-30T11:58:26.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:26.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:26.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:27.257 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:26 smithi087 ceph-mon[108050]: Reconfiguring alertmanager.smithi087 (dependencies changed)... 2023-09-30T11:58:27.257 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:26 smithi087 ceph-mon[108050]: Reconfiguring daemon alertmanager.smithi087 on smithi087 2023-09-30T11:58:27.257 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:26 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:27.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:26 smithi123 ceph-mon[120275]: Reconfiguring alertmanager.smithi087 (dependencies changed)... 2023-09-30T11:58:27.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:26 smithi123 ceph-mon[120275]: Reconfiguring daemon alertmanager.smithi087 on smithi087 2023-09-30T11:58:27.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:26 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:27.881 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:28.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:27 smithi087 ceph-mon[108050]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:28.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:27 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1231668210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:28.297 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:28.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:27 smithi123 ceph-mon[120275]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:28.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:27 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1231668210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:29.298 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:29.959 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:29 smithi123 ceph-mon[120275]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:29 smithi123 ceph-mon[120275]: Reconfiguring grafana.smithi087 (dependencies changed)... 2023-09-30T11:58:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:29 smithi123 ceph-mon[120275]: Reconfiguring daemon grafana.smithi087 on smithi087 2023-09-30T11:58:30.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:29 smithi087 ceph-mon[108050]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:30.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:30.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:30.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:29 smithi087 ceph-mon[108050]: Reconfiguring grafana.smithi087 (dependencies changed)... 2023-09-30T11:58:30.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:29 smithi087 ceph-mon[108050]: Reconfiguring daemon grafana.smithi087 on smithi087 2023-09-30T11:58:31.307 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:31.641 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:31.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:31 smithi087 ceph-mon[108050]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:31.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3412763803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:32.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:31 smithi123 ceph-mon[120275]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:32.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3412763803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:32.642 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:32.990 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:33.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:32 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:33.290 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:32 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:33.290 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:32 smithi087 ceph-mon[108050]: Reconfiguring prometheus.smithi087 (dependencies changed)... 2023-09-30T11:58:33.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:32 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:33.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:32 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:33.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:32 smithi123 ceph-mon[120275]: Reconfiguring prometheus.smithi087 (dependencies changed)... 2023-09-30T11:58:34.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:33 smithi087 ceph-mon[108050]: Reconfiguring daemon prometheus.smithi087 on smithi087 2023-09-30T11:58:34.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:33 smithi087 ceph-mon[108050]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:34.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:33 smithi123 ceph-mon[120275]: Reconfiguring daemon prometheus.smithi087 on smithi087 2023-09-30T11:58:34.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:33 smithi123 ceph-mon[120275]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:34.738 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:35.206 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:34 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/122016507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:35.207 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:35.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:34 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/122016507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:36.208 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:36.238 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:35 smithi087 ceph-mon[108050]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:36.238 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:35 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:36.238 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:35 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:36.238 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:35 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:36.239 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:35 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:36.241 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:35 smithi123 ceph-mon[120275]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:36.241 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:35 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:36.241 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:35 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:36.241 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:35 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi123", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T11:58:36.241 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:35 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:36.436 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:37.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: Reconfiguring ceph-exporter.smithi123 (monmap changed)... 2023-09-30T11:58:37.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: Reconfiguring daemon ceph-exporter.smithi123 on smithi123 2023-09-30T11:58:37.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:37.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:37.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:37.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:36 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:37.295 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: Reconfiguring ceph-exporter.smithi123 (monmap changed)... 2023-09-30T11:58:37.296 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: Reconfiguring daemon ceph-exporter.smithi123 on smithi123 2023-09-30T11:58:37.296 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:37.296 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:37.296 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T11:58:37.296 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:36 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:37.585 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:37.986 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: Reconfiguring crash.smithi123 (monmap changed)... 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: Reconfiguring daemon crash.smithi123 on smithi123 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:38.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:38.156 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:37 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/533890961' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:38.245 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: Reconfiguring crash.smithi123 (monmap changed)... 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: Reconfiguring daemon crash.smithi123 on smithi123 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.eijfbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:38.246 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:37 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/533890961' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:38.987 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: Reconfiguring mgr.smithi123.eijfbx (monmap changed)... 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: Reconfiguring daemon mgr.smithi123.eijfbx on smithi123 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T11:58:39.162 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:39.226 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:39.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: Reconfiguring mgr.smithi123.eijfbx (monmap changed)... 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: Reconfiguring daemon mgr.smithi123.eijfbx on smithi123 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T11:58:39.317 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:40.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: Reconfiguring mon.smithi123 (monmap changed)... 2023-09-30T11:58:40.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: Reconfiguring daemon mon.smithi123 on smithi123 2023-09-30T11:58:40.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:40.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.262 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.263 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:39 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:40.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: Reconfiguring mon.smithi123 (monmap changed)... 2023-09-30T11:58:40.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: Reconfiguring daemon mon.smithi123 on smithi123 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T11:58:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:40.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:39 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:40.523 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:41.024 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:41.154 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2160225451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:40 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2160225451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:41.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:41.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:40 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:42.026 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:41 smithi087 ceph-mon[108050]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:42.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:41 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:42.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:41 smithi123 ceph-mon[120275]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:42.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:41 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:42.428 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:43.768 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.768 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.768 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.768 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.769 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:43 smithi087 ceph-mon[108050]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:43.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:58:43.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:43.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:43 smithi123 ceph-mon[120275]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:43.840 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:44.231 INFO:teuthology.orchestra.run.smithi087.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} 2023-09-30T11:58:44.754 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:44 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2122107825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:44.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:44 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2122107825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:45.233 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:45.473 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:45.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1372691513' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]: dispatch 2023-09-30T11:58:45.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]: dispatch 2023-09-30T11:58:45.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]': finished 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1866547778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4822837-790c-4b93-a635-3ef7f0dbabda"}]: dispatch 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1866547778' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4822837-790c-4b93-a635-3ef7f0dbabda"}]': finished 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: osdmap e7: 2 total, 0 up, 2 in 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:45.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:45 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1372691513' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]: dispatch 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]: dispatch 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb"}]': finished 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:45.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1866547778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4822837-790c-4b93-a635-3ef7f0dbabda"}]: dispatch 2023-09-30T11:58:45.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1866547778' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4822837-790c-4b93-a635-3ef7f0dbabda"}]': finished 2023-09-30T11:58:45.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: osdmap e7: 2 total, 0 up, 2 in 2023-09-30T11:58:45.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:45.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:45 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:46.770 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:46.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:46 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3702694911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:47.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:46 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3702694911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:47.138 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696075125,"num_remapped_pgs":0} 2023-09-30T11:58:47.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:47 smithi087 ceph-mon[108050]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:47.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:47 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2985517240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:47.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:47 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/553918931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:48.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:47 smithi123 ceph-mon[120275]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:48.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:47 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2985517240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:48.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:47 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/553918931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:48.139 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:48.371 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3743947487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]: dispatch 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]: dispatch 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]': finished 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: osdmap e8: 3 total, 0 up, 3 in 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:48.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:48 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:48.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3743947487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]: dispatch 2023-09-30T11:58:48.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]: dispatch 2023-09-30T11:58:48.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0f207d1-dcc4-473f-a4b0-b25400e1a2e8"}]': finished 2023-09-30T11:58:48.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: osdmap e8: 3 total, 0 up, 3 in 2023-09-30T11:58:48.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:48.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:48.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:48 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:49.604 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2419235317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f71ba95e-cf3e-41b1-b80b-d341ae334d25"}]: dispatch 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2419235317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f71ba95e-cf3e-41b1-b80b-d341ae334d25"}]': finished 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: osdmap e9: 4 total, 0 up, 4 in 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:49.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:49.869 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:49 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1757584532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:50.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2419235317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f71ba95e-cf3e-41b1-b80b-d341ae334d25"}]: dispatch 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2419235317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f71ba95e-cf3e-41b1-b80b-d341ae334d25"}]': finished 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: osdmap e9: 4 total, 0 up, 4 in 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:50.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:49 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1757584532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:50.122 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696075129,"num_remapped_pgs":0} 2023-09-30T11:58:50.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:50 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1373664027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:51.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:50 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1373664027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:51.123 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:51.352 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:51.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:51 smithi087 ceph-mon[108050]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:51.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:51 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1270609682' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:52.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:51 smithi123 ceph-mon[120275]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:52.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:51 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1270609682' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:52.514 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:52.896 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696075129,"num_remapped_pgs":0} 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1161096746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/567407578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]': finished 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: osdmap e10: 5 total, 0 up, 5 in 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:53.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:53.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:53.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:53 smithi087 ceph-mon[108050]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1161096746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/567407578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]: dispatch 2023-09-30T11:58:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]: dispatch 2023-09-30T11:58:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db52a440-2753-4d6f-9405-dd0be754166f"}]': finished 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: osdmap e10: 5 total, 0 up, 5 in 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:53.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:53 smithi123 ceph-mon[120275]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:53.897 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:54.134 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3957449073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3df8628-203b-4bf8-a313-aba24d8c809c"}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3957449073' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3df8628-203b-4bf8-a313-aba24d8c809c"}]': finished 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: osdmap e11: 6 total, 0 up, 6 in 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:54 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/4175236846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3957449073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3df8628-203b-4bf8-a313-aba24d8c809c"}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3957449073' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3df8628-203b-4bf8-a313-aba24d8c809c"}]': finished 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: osdmap e11: 6 total, 0 up, 6 in 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:54 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/4175236846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:55.436 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:55.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:55 smithi123 ceph-mon[120275]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:55.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:55 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2136136116' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:55.583 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:55 smithi087 ceph-mon[108050]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:55.584 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:55 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2136136116' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:55.798 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696075133,"num_remapped_pgs":0} 2023-09-30T11:58:56.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:56 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1868079224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:56.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:56 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1868079224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:56.799 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:58:57.034 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3767715236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]: dispatch 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]: dispatch 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]': finished 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: osdmap e12: 7 total, 0 up, 7 in 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:57.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:57.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:57.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3767715236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f88586ef-f267-41dd-8293-646165554fab"}]': finished 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: osdmap e12: 7 total, 0 up, 7 in 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:57.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:58:57.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:57.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:58.301 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1032323773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c"}]: dispatch 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1032323773' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c"}]': finished 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: osdmap e13: 8 total, 0 up, 8 in 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/2756715435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:58.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:58 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1252506003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:58.800 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1032323773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c"}]: dispatch 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1032323773' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c"}]': finished 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: osdmap e13: 8 total, 0 up, 8 in 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:58:58.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:58:58.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:58:58.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:58:58.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:58:58.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/2756715435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:58.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:58 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1252506003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:58:59.626 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:59 smithi123 ceph-mon[120275]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:59.627 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:58:59 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/186484727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:59.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:59 smithi087 ceph-mon[108050]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:58:59.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:58:59 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/186484727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T11:58:59.802 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:00.033 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:01.194 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:01.772 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:01.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:01 smithi087 ceph-mon[108050]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:01.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:01 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2577574779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:02.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:01 smithi123 ceph-mon[120275]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:02.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:01 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2577574779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:02.774 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:02.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T11:59:02.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:02 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:02.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:02 smithi087 ceph-mon[108050]: Deploying daemon osd.0 on smithi123 2023-09-30T11:59:03.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:02 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T11:59:03.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:02 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:03.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:02 smithi123 ceph-mon[120275]: Deploying daemon osd.0 on smithi123 2023-09-30T11:59:03.107 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:03.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:03 smithi087 ceph-mon[108050]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:03.969 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:03 smithi123 ceph-mon[120275]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:04.562 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:05.005 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:04 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T11:59:05.005 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:04 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:05.006 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:04 smithi123 ceph-mon[120275]: Deploying daemon osd.1 on smithi087 2023-09-30T11:59:05.006 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:04 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3383360849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:05.044 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:04 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T11:59:05.044 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:04 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:05.044 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:04 smithi087 ceph-mon[108050]: Deploying daemon osd.1 on smithi087 2023-09-30T11:59:05.044 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:04 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3383360849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:05.063 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:05.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:05 smithi087 ceph-mon[108050]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:05.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:05.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:05.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T11:59:05.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:05 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:06.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:05 smithi123 ceph-mon[120275]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:06.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:05 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:06.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:05 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:06.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:05 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T11:59:06.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:05 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:06.065 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:06.309 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:06.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:06 smithi123 ceph-mon[120275]: Deploying daemon osd.2 on smithi123 2023-09-30T11:59:07.024 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:06 smithi087 ceph-mon[108050]: Deploying daemon osd.2 on smithi123 2023-09-30T11:59:07.607 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:07 smithi123 ceph-mon[120275]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:07 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/65177107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:07.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:07 smithi087 ceph-mon[108050]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:07.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:07 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/65177107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:08.073 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:09.074 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:09.412 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: Deploying daemon osd.3 on smithi087 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T11:59:09.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:09 smithi087 ceph-mon[108050]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: Deploying daemon osd.3 on smithi087 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T11:59:09.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:09 smithi123 ceph-mon[120275]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: osdmap e14: 8 total, 0 up, 8 in 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:10.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:10.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:10 smithi087 ceph-mon[108050]: Deploying daemon osd.4 on smithi123 2023-09-30T11:59:10.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T11:59:10.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: osdmap e14: 8 total, 0 up, 8 in 2023-09-30T11:59:10.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:10.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T11:59:10.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:10.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:10 smithi123 ceph-mon[120275]: Deploying daemon osd.4 on smithi123 2023-09-30T11:59:10.729 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:11.320 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:11.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:11.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: osdmap e15: 8 total, 0 up, 8 in 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:11.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:11 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3468796991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:11.567 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:11.567 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: osdmap e15: 8 total, 0 up, 8 in 2023-09-30T11:59:11.567 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:11.567 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:11.567 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T11:59:11.568 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:11 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3468796991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:12.321 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:12.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095] boot 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: osdmap e16: 8 total, 1 up, 8 in 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:12.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T11:59:12.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:12 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:12.560 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: osd.0 [v2:172.21.15.123:6800/3212778095,v1:172.21.15.123:6801/3212778095] boot 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: osdmap e16: 8 total, 1 up, 8 in 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:12.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T11:59:12.647 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:12 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: Deploying daemon osd.5 on smithi087 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: osdmap e17: 8 total, 1 up, 8 in 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:13.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:13.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:13.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: pgmap v43: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T11:59:13.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T11:59:13.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:13 smithi123 ceph-mon[120275]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T11:59:13.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: Deploying daemon osd.5 on smithi087 2023-09-30T11:59:13.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T11:59:13.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: osdmap e17: 8 total, 1 up, 8 in 2023-09-30T11:59:13.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: pgmap v43: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T11:59:13.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:13 smithi087 ceph-mon[108050]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T11:59:14.212 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:14.473 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:14.473 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: osdmap e18: 8 total, 1 up, 8 in 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:14.474 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:14.475 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:14.475 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T11:59:14.475 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:14.475 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: Deploying daemon osd.6 on smithi123 2023-09-30T11:59:14.475 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:14 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1631817948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: osdmap e18: 8 total, 1 up, 8 in 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: Deploying daemon osd.6 on smithi123 2023-09-30T11:59:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:14 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1631817948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:14.615 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1696075151,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813] boot 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: osdmap e19: 8 total, 2 up, 8 in 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:15.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:15 smithi123 ceph-mon[120275]: pgmap v46: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T11:59:15.616 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:15.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:15.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:15.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:15.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:15.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: osd.1 [v2:172.21.15.87:6802/1591765813,v1:172.21.15.87:6803/1591765813] boot 2023-09-30T11:59:15.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: osdmap e19: 8 total, 2 up, 8 in 2023-09-30T11:59:15.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T11:59:15.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:15.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:15.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:15.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:15.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:15.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:15.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:15.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:15 smithi087 ceph-mon[108050]: pgmap v46: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T11:59:15.858 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813] boot 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: osdmap e20: 8 total, 3 up, 8 in 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:16.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:16.604 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:16.604 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:16.604 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:16.604 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:16.604 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:16 smithi123 ceph-mon[120275]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T11:59:16.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:16.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: osd.2 [v2:172.21.15.123:6808/3895990813,v1:172.21.15.123:6809/3895990813] boot 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: osdmap e20: 8 total, 3 up, 8 in 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:16.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:16 smithi087 ceph-mon[108050]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T11:59:17.278 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:17.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: osdmap e21: 8 total, 3 up, 8 in 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:17.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: Deploying daemon osd.7 on smithi087 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: pgmap v49: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 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 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:17 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1763638796' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: osdmap e21: 8 total, 3 up, 8 in 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:17.681 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: Deploying daemon osd.7 on smithi087 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: pgmap v49: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 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 2023-09-30T11:59:17.682 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.683 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:17.683 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:17 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1763638796' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:17.882 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1696075155,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 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 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: osdmap e22: 8 total, 3 up, 8 in 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:18.575 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:18.576 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:18 smithi087 ceph-mon[108050]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:18.731 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:18.731 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T11:59:18.731 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 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 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: osdmap e22: 8 total, 3 up, 8 in 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:18.732 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:18 smithi123 ceph-mon[120275]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:18.886 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:19.252 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:19.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764] boot 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: osdmap e23: 8 total, 4 up, 8 in 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:19.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541] boot 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: osdmap e24: 8 total, 5 up, 8 in 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:19.704 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:19.704 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:19.704 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T11:59:19.704 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: osd.3 [v2:172.21.15.87:6810/1857412764,v1:172.21.15.87:6811/1857412764] boot 2023-09-30T11:59:19.704 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: osdmap e23: 8 total, 4 up, 8 in 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: osd.4 [v2:172.21.15.123:6816/3973152541,v1:172.21.15.123:6817/3973152541] boot 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: osdmap e24: 8 total, 5 up, 8 in 2023-09-30T11:59:19.705 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T11:59:19.706 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:19.706 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:19.706 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:20.434 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:20 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:20.434 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:20 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:20.434 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:20 smithi123 ceph-mon[120275]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T11:59:20.435 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:20 smithi123 ceph-mon[120275]: from='osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T11:59:20.435 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:20 smithi123 ceph-mon[120275]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T11:59:20.566 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:20.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:20 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:20.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:20 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:20.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:20 smithi087 ceph-mon[108050]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T11:59:20.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:20 smithi087 ceph-mon[108050]: from='osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T11:59:20.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:20 smithi087 ceph-mon[108050]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T11:59:20.895 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1696075159,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: osdmap e25: 8 total, 5 up, 8 in 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:21.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1450205086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:21.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T11:59:21.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: osdmap e25: 8 total, 5 up, 8 in 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1450205086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T11:59:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:21.897 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:22.154 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:22.530 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:22.530 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:22.530 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: osdmap e26: 8 total, 5 up, 8 in 2023-09-30T11:59:22.530 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:22.530 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: mgrmap e19: smithi087.mkoher(active, since 84s), standbys: smithi123.eijfbx 2023-09-30T11:59:22.531 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:22 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:22.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:22.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-09-30T11:59:22.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: osdmap e26: 8 total, 5 up, 8 in 2023-09-30T11:59:22.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:22.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: mgrmap e19: smithi087.mkoher(active, since 84s), standbys: smithi123.eijfbx 2023-09-30T11:59:22.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:22 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588] boot 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546] boot 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: osdmap e27: 8 total, 7 up, 8 in 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:23.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:59:23.600 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:23.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:23.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:23.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:23.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:23.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:23.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: osd.6 [v2:172.21.15.123:6824/293994588,v1:172.21.15.123:6825/293994588] boot 2023-09-30T11:59:23.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: osd.5 [v2:172.21.15.87:6818/3785481546,v1:172.21.15.87:6819/3785481546] boot 2023-09-30T11:59:23.658 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: osdmap e27: 8 total, 7 up, 8 in 2023-09-30T11:59:23.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T11:59:23.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T11:59:23.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:23.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:23.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2023-09-30T11:59:23.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:59:23.660 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:24.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 sudo[148525]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T11:59:24.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 sudo[148525]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T11:59:24.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 sudo[148525]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T11:59:24.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:23 smithi087 sudo[148525]: pam_unix(sudo:session): session closed for user root 2023-09-30T11:59:24.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:24.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 sudo[148562]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T11:59:24.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 sudo[148562]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T11:59:24.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 sudo[148562]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T11:59:24.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 sudo[148562]: pam_unix(sudo:session): session closed for user root 2023-09-30T11:59:24.617 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1696075162,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":0} 2023-09-30T11:59:24.659 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132829]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T11:59:24.659 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132829]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T11:59:24.659 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132829]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T11:59:24.659 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132829]: pam_unix(sudo:session): session closed for user root 2023-09-30T11:59:24.659 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132832]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T11:59:24.660 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132832]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T11:59:24.660 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132832]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T11:59:24.660 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 sudo[132832]: pam_unix(sudo:session): session closed for user root 2023-09-30T11:59:24.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: osdmap e28: 8 total, 7 up, 8 in 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1656831305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:59:24.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:24.906 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:59:24.906 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:24 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:59:25.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: osdmap e28: 8 total, 7 up, 8 in 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1656831305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:25.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:59:25.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:25.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-09-30T11:59:25.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:24 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-09-30T11:59:25.618 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T11:59:25.867 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:25.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: osdmap e29: 8 total, 7 up, 8 in 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:25.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:26.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: osdmap e29: 8 total, 7 up, 8 in 2023-09-30T11:59:26.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:26.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-09-30T11:59:26.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-09-30T11:59:26.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:26.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:26.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:26.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: osdmap e30: 8 total, 7 up, 8 in 2023-09-30T11:59:26.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:26.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:26.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:26.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:26 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:27.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-09-30T11:59:27.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: osdmap e30: 8 total, 7 up, 8 in 2023-09-30T11:59:27.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:27.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:27.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:27.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:26 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:27.271 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:27.782 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: purged_snaps scrub starts 2023-09-30T11:59:27.782 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: purged_snaps scrub ok 2023-09-30T11:59:27.782 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 22 KiB/s rd, 1.2 MiB/s wr, 78 op/s 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486] boot 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: osdmap e31: 8 total, 8 up, 8 in 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1103581743' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:27.783 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:27 smithi123 ceph-mon[120275]: osdmap e32: 8 total, 8 up, 8 in 2023-09-30T11:59:27.785 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1696075166,"num_in_osds":8,"osd_in_since":1696075137,"num_remapped_pgs":1} 2023-09-30T11:59:27.785 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: purged_snaps scrub starts 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: purged_snaps scrub ok 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 22 KiB/s rd, 1.2 MiB/s wr, 78 op/s 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: osd.7 [v2:172.21.15.87:6826/836322486,v1:172.21.15.87:6827/836322486] boot 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: osdmap e31: 8 total, 8 up, 8 in 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1103581743' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T11:59:27.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:27 smithi087 ceph-mon[108050]: osdmap e32: 8 total, 8 up, 8 in 2023-09-30T11:59:28.023 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:29.171 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: Detected new or changed devices on smithi123 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: Adjusting osd_memory_target on smithi123 to 3734M 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:28 smithi087 ceph-mon[108050]: osdmap e33: 8 total, 8 up, 8 in 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: Detected new or changed devices on smithi123 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: Adjusting osd_memory_target on smithi123 to 3734M 2023-09-30T11:59:29.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.306 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:28 smithi123 ceph-mon[120275]: osdmap e33: 8 total, 8 up, 8 in 2023-09-30T11:59:29.348 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:29.348 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":34,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","created":"2023-09-30T11:56:13.803749+0000","modified":"2023-09-30T11:59:29.278298+0000","last_up_change":"2023-09-30T11:59:26.666023+0000","last_in_change":"2023-09-30T11:58:57.536893+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T11:59:16.967423+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":"25","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_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":"0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6800","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6801","nonce":3212778095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6803","nonce":3212778095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6807","nonce":3212778095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6805","nonce":3212778095}]},"public_addr":"172.21.15.123:6801/3212778095","cluster_addr":"172.21.15.123:6803/3212778095","heartbeat_back_addr":"172.21.15.123:6807/3212778095","heartbeat_front_addr":"172.21.15.123:6805/3212778095","state":["exists","up"]},{"osd":1,"uuid":"c4822837-790c-4b93-a635-3ef7f0dbabda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6803","nonce":1591765813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6805","nonce":1591765813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6809","nonce":1591765813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6807","nonce":1591765813}]},"public_addr":"172.21.15.87:6803/1591765813","cluster_addr":"172.21.15.87:6805/1591765813","heartbeat_back_addr":"172.21.15.87:6809/1591765813","heartbeat_front_addr":"172.21.15.87:6807/1591765813","state":["exists","up"]},{"osd":2,"uuid":"e0f207d1-dcc4-473f-a4b0-b25400e1a2e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6809","nonce":3895990813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6810","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6811","nonce":3895990813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6815","nonce":3895990813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6813","nonce":3895990813}]},"public_addr":"172.21.15.123:6809/3895990813","cluster_addr":"172.21.15.123:6811/3895990813","heartbeat_back_addr":"172.21.15.123:6815/3895990813","heartbeat_front_addr":"172.21.15.123:6813/3895990813","state":["exists","up"]},{"osd":3,"uuid":"f71ba95e-cf3e-41b1-b80b-d341ae334d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6811","nonce":1857412764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6813","nonce":1857412764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6817","nonce":1857412764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6815","nonce":1857412764}]},"public_addr":"172.21.15.87:6811/1857412764","cluster_addr":"172.21.15.87:6813/1857412764","heartbeat_back_addr":"172.21.15.87:6817/1857412764","heartbeat_front_addr":"172.21.15.87:6815/1857412764","state":["exists","up"]},{"osd":4,"uuid":"db52a440-2753-4d6f-9405-dd0be754166f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6817","nonce":3973152541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6819","nonce":3973152541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6823","nonce":3973152541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6821","nonce":3973152541}]},"public_addr":"172.21.15.123:6817/3973152541","cluster_addr":"172.21.15.123:6819/3973152541","heartbeat_back_addr":"172.21.15.123:6823/3973152541","heartbeat_front_addr":"172.21.15.123:6821/3973152541","state":["exists","up"]},{"osd":5,"uuid":"c3df8628-203b-4bf8-a313-aba24d8c809c","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.87:6818","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6819","nonce":3785481546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6821","nonce":3785481546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6825","nonce":3785481546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6823","nonce":3785481546}]},"public_addr":"172.21.15.87:6819/3785481546","cluster_addr":"172.21.15.87:6821/3785481546","heartbeat_back_addr":"172.21.15.87:6825/3785481546","heartbeat_front_addr":"172.21.15.87:6823/3785481546","state":["exists","up"]},{"osd":6,"uuid":"f88586ef-f267-41dd-8293-646165554fab","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.123:6824","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6825","nonce":293994588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6827","nonce":293994588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6831","nonce":293994588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6829","nonce":293994588}]},"public_addr":"172.21.15.123:6825/293994588","cluster_addr":"172.21.15.123:6827/293994588","heartbeat_back_addr":"172.21.15.123:6831/293994588","heartbeat_front_addr":"172.21.15.123:6829/293994588","state":["exists","up"]},{"osd":7,"uuid":"b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6827","nonce":836322486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6829","nonce":836322486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6833","nonce":836322486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6831","nonce":836322486}]},"public_addr":"172.21.15.87:6827/836322486","cluster_addr":"172.21.15.87:6829/836322486","heartbeat_back_addr":"172.21.15.87:6833/836322486","heartbeat_front_addr":"172.21.15.87:6831/836322486","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:09.870395+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:12.459451+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:13.703894+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:16.469117+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:17.629819+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:20.672719+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:21.238575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:24.659676+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/2113639768":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1167514067":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/3983302676":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/503249736":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6800/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1597198708":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/3876176326":"2023-10-01T11:57:56.652368+0000","172.21.15.87:0/3182503347":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2544250149":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6801/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2860701459":"2023-10-01T11:57:04.979328+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T11:59:29.802 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T11:59:16.967423+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': '25', '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_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}}] 2023-09-30T11:59:29.802 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: pgmap v67: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 1.2 MiB/s wr, 78 op/s 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: osdmap e34: 8 total, 8 up, 8 in 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/662290512' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.993 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:59:29.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:29 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: pgmap v67: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 1.2 MiB/s wr, 78 op/s 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: osdmap e34: 8 total, 8 up, 8 in 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/662290512' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T11:59:30.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T11:59:30.056 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:29 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:30.364 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:31.016 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:30 smithi087 ceph-mon[108050]: Detected new or changed devices on smithi087 2023-09-30T11:59:31.016 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:30 smithi087 ceph-mon[108050]: Adjusting osd_memory_target on smithi087 to 2966M 2023-09-30T11:59:31.016 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:30 smithi087 ceph-mon[108050]: osdmap e35: 8 total, 8 up, 8 in 2023-09-30T11:59:31.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:30 smithi123 ceph-mon[120275]: Detected new or changed devices on smithi087 2023-09-30T11:59:31.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:30 smithi123 ceph-mon[120275]: Adjusting osd_memory_target on smithi087 to 2966M 2023-09-30T11:59:31.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:30 smithi123 ceph-mon[120275]: osdmap e35: 8 total, 8 up, 8 in 2023-09-30T11:59:31.799 INFO:teuthology.orchestra.run.smithi087.stdout:pg_num: 1 2023-09-30T11:59:32.015 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:31 smithi123 ceph-mon[120275]: pgmap v70: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:32.015 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3911269561' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T11:59:32.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:31 smithi087 ceph-mon[108050]: pgmap v70: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:32.098 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3911269561' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T11:59:32.127 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T11:59:32.127 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T11:59:32.566 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:33.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:33 smithi087 ceph-mon[108050]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s, 0 objects/s recovering 2023-09-30T11:59:33.552 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:33 smithi123 ceph-mon[120275]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s, 0 objects/s recovering 2023-09-30T11:59:34.550 INFO:teuthology.orchestra.run.smithi087.stdout:[client.0] 2023-09-30T11:59:34.550 INFO:teuthology.orchestra.run.smithi087.stdout: key = AQCmDRhlS2m3IBAAqbz6cMLd87y2yFCdFKQLmA== 2023-09-30T11:59:34.857 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:34 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3284328077' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:34.857 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:34 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3284328077' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T11:59:34.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:34 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3284328077' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:34.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:34 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3284328077' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T11:59:35.091 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T11:59:35.091 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-30T11:59:35.092 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-30T11:59:35.133 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T11:59:35.378 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi123/config 2023-09-30T11:59:35.736 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:35 smithi087 ceph-mon[108050]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s, 0 objects/s recovering 2023-09-30T11:59:35.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:35 smithi123 ceph-mon[120275]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s, 0 objects/s recovering 2023-09-30T11:59:36.853 INFO:teuthology.orchestra.run.smithi123.stdout:[client.1] 2023-09-30T11:59:36.853 INFO:teuthology.orchestra.run.smithi123.stdout: key = AQCoDRhl+Gi9MhAAH5pMBsWuLiemvzKcqiLZTQ== 2023-09-30T11:59:37.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:37.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:37 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:37.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:37 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3471295347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:37.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:37 smithi123 ceph-mon[120275]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:37.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:37 smithi123 ceph-mon[120275]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T11:59:37.223 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T11:59:37.223 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-09-30T11:59:37.223 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-09-30T11:59:37.263 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T11:59:37.263 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T11:59:37.264 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T11:59:37.290 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:37.291 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:37 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:37.291 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:37 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3471295347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:37.291 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:37 smithi087 ceph-mon[108050]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T11:59:37.291 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:37 smithi087 ceph-mon[108050]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T11:59:37.491 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:38.294 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:38 smithi087 ceph-mon[108050]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T11:59:38.294 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:38.294 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:38 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:38.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:38 smithi123 ceph-mon[120275]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T11:59:38.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:38.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:38 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T11:59:38.745 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:39.064 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:39 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2811086564' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T11:59:39.142 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":19,"active_gid":14215,"active_name":"smithi087.mkoher","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3066576249},{"type":"v1","addr":"172.21.15.87:6801","nonce":3066576249}]},"active_addr":"172.21.15.87:6801/3066576249","active_change":"2023-09-30T11:57:56.652486+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14238,"name":"smithi123.eijfbx","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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.87:8443/","prometheus":"http://172.21.15.87: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"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":600886647}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":1635036252}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":4169547202}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":3053932140}]}]} 2023-09-30T11:59:39.148 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T11:59:39.148 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T11:59:39.149 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T11:59:39.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:39 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2811086564' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T11:59:39.408 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:40.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:40 smithi087 ceph-mon[108050]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-09-30T11:59:40.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:40 smithi123 ceph-mon[120275]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-09-30T11:59:40.612 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:40.613 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":35,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","created":"2023-09-30T11:56:13.803749+0000","modified":"2023-09-30T11:59:30.283056+0000","last_up_change":"2023-09-30T11:59:26.666023+0000","last_in_change":"2023-09-30T11:58:57.536893+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T11:59:16.967423+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":"25","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_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":"0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6800","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6801","nonce":3212778095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6803","nonce":3212778095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6807","nonce":3212778095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6805","nonce":3212778095}]},"public_addr":"172.21.15.123:6801/3212778095","cluster_addr":"172.21.15.123:6803/3212778095","heartbeat_back_addr":"172.21.15.123:6807/3212778095","heartbeat_front_addr":"172.21.15.123:6805/3212778095","state":["exists","up"]},{"osd":1,"uuid":"c4822837-790c-4b93-a635-3ef7f0dbabda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6803","nonce":1591765813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6805","nonce":1591765813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6809","nonce":1591765813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6807","nonce":1591765813}]},"public_addr":"172.21.15.87:6803/1591765813","cluster_addr":"172.21.15.87:6805/1591765813","heartbeat_back_addr":"172.21.15.87:6809/1591765813","heartbeat_front_addr":"172.21.15.87:6807/1591765813","state":["exists","up"]},{"osd":2,"uuid":"e0f207d1-dcc4-473f-a4b0-b25400e1a2e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6809","nonce":3895990813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6810","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6811","nonce":3895990813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6815","nonce":3895990813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6813","nonce":3895990813}]},"public_addr":"172.21.15.123:6809/3895990813","cluster_addr":"172.21.15.123:6811/3895990813","heartbeat_back_addr":"172.21.15.123:6815/3895990813","heartbeat_front_addr":"172.21.15.123:6813/3895990813","state":["exists","up"]},{"osd":3,"uuid":"f71ba95e-cf3e-41b1-b80b-d341ae334d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6811","nonce":1857412764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6813","nonce":1857412764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6817","nonce":1857412764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6815","nonce":1857412764}]},"public_addr":"172.21.15.87:6811/1857412764","cluster_addr":"172.21.15.87:6813/1857412764","heartbeat_back_addr":"172.21.15.87:6817/1857412764","heartbeat_front_addr":"172.21.15.87:6815/1857412764","state":["exists","up"]},{"osd":4,"uuid":"db52a440-2753-4d6f-9405-dd0be754166f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6817","nonce":3973152541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6819","nonce":3973152541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6823","nonce":3973152541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6821","nonce":3973152541}]},"public_addr":"172.21.15.123:6817/3973152541","cluster_addr":"172.21.15.123:6819/3973152541","heartbeat_back_addr":"172.21.15.123:6823/3973152541","heartbeat_front_addr":"172.21.15.123:6821/3973152541","state":["exists","up"]},{"osd":5,"uuid":"c3df8628-203b-4bf8-a313-aba24d8c809c","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.87:6818","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6819","nonce":3785481546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6821","nonce":3785481546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6825","nonce":3785481546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6823","nonce":3785481546}]},"public_addr":"172.21.15.87:6819/3785481546","cluster_addr":"172.21.15.87:6821/3785481546","heartbeat_back_addr":"172.21.15.87:6825/3785481546","heartbeat_front_addr":"172.21.15.87:6823/3785481546","state":["exists","up"]},{"osd":6,"uuid":"f88586ef-f267-41dd-8293-646165554fab","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.123:6824","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6825","nonce":293994588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6827","nonce":293994588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6831","nonce":293994588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6829","nonce":293994588}]},"public_addr":"172.21.15.123:6825/293994588","cluster_addr":"172.21.15.123:6827/293994588","heartbeat_back_addr":"172.21.15.123:6831/293994588","heartbeat_front_addr":"172.21.15.123:6829/293994588","state":["exists","up"]},{"osd":7,"uuid":"b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6827","nonce":836322486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6829","nonce":836322486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6833","nonce":836322486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6831","nonce":836322486}]},"public_addr":"172.21.15.87:6827/836322486","cluster_addr":"172.21.15.87:6829/836322486","heartbeat_back_addr":"172.21.15.87:6833/836322486","heartbeat_front_addr":"172.21.15.87:6831/836322486","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:09.870395+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:12.459451+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:13.703894+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:16.469117+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:17.629819+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:20.672719+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:21.238575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:24.659676+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/2113639768":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1167514067":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/3983302676":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/503249736":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6800/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1597198708":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/3876176326":"2023-10-01T11:57:56.652368+0000","172.21.15.87:0/3182503347":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2544250149":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6801/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2860701459":"2023-10-01T11:57:04.979328+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T11:59:41.034 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T11:59:41.035 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T11:59:41.261 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:41.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:41 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1811817407' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:41.366 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:41 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1811817407' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:42.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:42 smithi087 ceph-mon[108050]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T11:59:42.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:42 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:42.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:42 smithi123 ceph-mon[120275]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T11:59:42.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:42 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:42.535 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:42.535 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":35,"fsid":"29789f8c-5f88-11ee-8db4-212e2dc638e7","created":"2023-09-30T11:56:13.803749+0000","modified":"2023-09-30T11:59:30.283056+0000","last_up_change":"2023-09-30T11:59:26.666023+0000","last_in_change":"2023-09-30T11:58:57.536893+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T11:59:16.967423+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":"25","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_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":"0d8a4f15-0a1f-41e5-9347-1ffd08c15ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6800","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6801","nonce":3212778095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6803","nonce":3212778095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6807","nonce":3212778095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":3212778095},{"type":"v1","addr":"172.21.15.123:6805","nonce":3212778095}]},"public_addr":"172.21.15.123:6801/3212778095","cluster_addr":"172.21.15.123:6803/3212778095","heartbeat_back_addr":"172.21.15.123:6807/3212778095","heartbeat_front_addr":"172.21.15.123:6805/3212778095","state":["exists","up"]},{"osd":1,"uuid":"c4822837-790c-4b93-a635-3ef7f0dbabda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6803","nonce":1591765813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6805","nonce":1591765813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6809","nonce":1591765813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1591765813},{"type":"v1","addr":"172.21.15.87:6807","nonce":1591765813}]},"public_addr":"172.21.15.87:6803/1591765813","cluster_addr":"172.21.15.87:6805/1591765813","heartbeat_back_addr":"172.21.15.87:6809/1591765813","heartbeat_front_addr":"172.21.15.87:6807/1591765813","state":["exists","up"]},{"osd":2,"uuid":"e0f207d1-dcc4-473f-a4b0-b25400e1a2e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6809","nonce":3895990813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6810","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6811","nonce":3895990813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6815","nonce":3895990813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":3895990813},{"type":"v1","addr":"172.21.15.123:6813","nonce":3895990813}]},"public_addr":"172.21.15.123:6809/3895990813","cluster_addr":"172.21.15.123:6811/3895990813","heartbeat_back_addr":"172.21.15.123:6815/3895990813","heartbeat_front_addr":"172.21.15.123:6813/3895990813","state":["exists","up"]},{"osd":3,"uuid":"f71ba95e-cf3e-41b1-b80b-d341ae334d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6811","nonce":1857412764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6813","nonce":1857412764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6817","nonce":1857412764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1857412764},{"type":"v1","addr":"172.21.15.87:6815","nonce":1857412764}]},"public_addr":"172.21.15.87:6811/1857412764","cluster_addr":"172.21.15.87:6813/1857412764","heartbeat_back_addr":"172.21.15.87:6817/1857412764","heartbeat_front_addr":"172.21.15.87:6815/1857412764","state":["exists","up"]},{"osd":4,"uuid":"db52a440-2753-4d6f-9405-dd0be754166f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6817","nonce":3973152541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6819","nonce":3973152541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6823","nonce":3973152541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3973152541},{"type":"v1","addr":"172.21.15.123:6821","nonce":3973152541}]},"public_addr":"172.21.15.123:6817/3973152541","cluster_addr":"172.21.15.123:6819/3973152541","heartbeat_back_addr":"172.21.15.123:6823/3973152541","heartbeat_front_addr":"172.21.15.123:6821/3973152541","state":["exists","up"]},{"osd":5,"uuid":"c3df8628-203b-4bf8-a313-aba24d8c809c","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.87:6818","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6819","nonce":3785481546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6821","nonce":3785481546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6825","nonce":3785481546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3785481546},{"type":"v1","addr":"172.21.15.87:6823","nonce":3785481546}]},"public_addr":"172.21.15.87:6819/3785481546","cluster_addr":"172.21.15.87:6821/3785481546","heartbeat_back_addr":"172.21.15.87:6825/3785481546","heartbeat_front_addr":"172.21.15.87:6823/3785481546","state":["exists","up"]},{"osd":6,"uuid":"f88586ef-f267-41dd-8293-646165554fab","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.123:6824","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6825","nonce":293994588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6827","nonce":293994588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6831","nonce":293994588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":293994588},{"type":"v1","addr":"172.21.15.123:6829","nonce":293994588}]},"public_addr":"172.21.15.123:6825/293994588","cluster_addr":"172.21.15.123:6827/293994588","heartbeat_back_addr":"172.21.15.123:6831/293994588","heartbeat_front_addr":"172.21.15.123:6829/293994588","state":["exists","up"]},{"osd":7,"uuid":"b7c9c38a-1d15-48e9-8bcb-bd00e3a1b00c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6827","nonce":836322486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6829","nonce":836322486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6833","nonce":836322486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":836322486},{"type":"v1","addr":"172.21.15.87:6831","nonce":836322486}]},"public_addr":"172.21.15.87:6827/836322486","cluster_addr":"172.21.15.87:6829/836322486","heartbeat_back_addr":"172.21.15.87:6833/836322486","heartbeat_front_addr":"172.21.15.87:6831/836322486","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:09.870395+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:12.459451+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:13.703894+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:16.469117+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:17.629819+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:20.672719+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:21.238575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T11:59:24.659676+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/2113639768":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1167514067":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/3983302676":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/503249736":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6800/301333031":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6801/103551736":"2023-10-01T11:57:04.979328+0000","172.21.15.87:0/1597198708":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/3876176326":"2023-10-01T11:57:56.652368+0000","172.21.15.87:0/3182503347":"2023-10-01T11:57:56.652368+0000","172.21.15.87:6800/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2544250149":"2023-10-01T11:56:37.231409+0000","172.21.15.87:6801/3201847269":"2023-10-01T11:56:37.231409+0000","172.21.15.87:0/2860701459":"2023-10-01T11:57:04.979328+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T11:59:42.856 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T11:59:42.857 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T11:59:42.857 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T11:59:42.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-30T11:59:42.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-30T11:59:42.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-30T11:59:42.859 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-30T11:59:42.859 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-30T11:59:43.228 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:43.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:43 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1663179106' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:43.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:43 smithi123 ceph-mon[120275]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-30T11:59:43.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:43 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1663179106' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T11:59:43.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:43 smithi087 ceph-mon[108050]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-30T11:59:43.947 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:45.006 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:45.157 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:45.175 INFO:teuthology.orchestra.run.smithi087.stdout:98784247816 2023-09-30T11:59:45.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-30T11:59:45.711 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:45.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:45 smithi087 ceph-mon[108050]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:46.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:45 smithi123 ceph-mon[120275]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:46.114 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:46.114 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:46.265 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:47.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:47 smithi087 ceph-mon[108050]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:48.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:47 smithi123 ceph-mon[120275]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:48.168 INFO:teuthology.orchestra.run.smithi087.stdout:103079215112 2023-09-30T11:59:48.168 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-30T11:59:48.381 INFO:teuthology.orchestra.run.smithi087.stdout:81604378634 2023-09-30T11:59:48.382 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T11:59:48.588 INFO:teuthology.orchestra.run.smithi087.stdout:85899345929 2023-09-30T11:59:48.589 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T11:59:49.124 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:49.831 INFO:teuthology.orchestra.run.smithi087.stdout:115964117001 2023-09-30T11:59:49.831 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-30T11:59:49.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:49 smithi087 ceph-mon[108050]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:49.994 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:49 smithi123 ceph-mon[120275]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:50.529 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:50.698 INFO:teuthology.orchestra.run.smithi087.stdout:133143986182 2023-09-30T11:59:50.698 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-30T11:59:50.841 INFO:teuthology.orchestra.run.smithi087.stdout:115964117000 2023-09-30T11:59:50.842 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-30T11:59:50.956 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:50.984 INFO:teuthology.orchestra.run.smithi087.stdout:68719476746 2023-09-30T11:59:50.984 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T11:59:51.441 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:51.490 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:51.582 INFO:teuthology.orchestra.run.smithi087.stdout:98784247817 2023-09-30T11:59:51.614 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:52.003 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:51 smithi087 ceph-mon[108050]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:52.004 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:51 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/207409684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T11:59:52.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:51 smithi123 ceph-mon[120275]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:52.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:51 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/207409684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T11:59:52.523 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247817 for osd.3 2023-09-30T11:59:52.524 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:52.887 INFO:teuthology.orchestra.run.smithi087.stdout:103079215113 2023-09-30T11:59:53.060 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:53.061 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:53 smithi123 ceph-mon[120275]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:53.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:53 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3064529274' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T11:59:53.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:53 smithi087 ceph-mon[108050]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:53.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:53 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3064529274' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T11:59:53.901 INFO:teuthology.orchestra.run.smithi087.stdout:85899345930 2023-09-30T11:59:54.196 INFO:teuthology.orchestra.run.smithi087.stdout:115964117000 2023-09-30T11:59:54.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:54 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/3261198093' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T11:59:54.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:54 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2019652530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T11:59:54.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:54 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/3261198093' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T11:59:54.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:54 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2019652530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T11:59:54.657 INFO:teuthology.orchestra.run.smithi087.stdout:115964117001 2023-09-30T11:59:55.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345930 for osd.2 2023-09-30T11:59:55.180 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:55.230 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215112 got 103079215113 for osd.4 2023-09-30T11:59:55.230 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:55.427 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:55 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2537475088' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T11:59:55.427 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:55 smithi087 ceph-mon[108050]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:55.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117001 for osd.6 2023-09-30T11:59:55.529 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:55.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:55 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2537475088' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T11:59:55.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:55 smithi123 ceph-mon[120275]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:56.139 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117000 got 115964117000 for osd.5 2023-09-30T11:59:56.139 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:56.547 INFO:teuthology.orchestra.run.smithi087.stdout:81604378635 2023-09-30T11:59:56.598 INFO:teuthology.orchestra.run.smithi087.stdout:68719476747 2023-09-30T11:59:56.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:56 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/4032419229' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T11:59:57.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:56 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/4032419229' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T11:59:57.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378635 for osd.1 2023-09-30T11:59:57.091 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:57.172 INFO:teuthology.orchestra.run.smithi087.stdout:133143986183 2023-09-30T11:59:57.196 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476747 for osd.0 2023-09-30T11:59:57.196 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:57.554 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986182 got 133143986183 for osd.7 2023-09-30T11:59:57.554 DEBUG:teuthology.parallel:result is None 2023-09-30T11:59:57.554 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T11:59:57.554 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T11:59:57.782 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:57.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:57 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/648913803' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T11:59:57.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:57 smithi087 ceph-mon[108050]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:57.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:57 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:57.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:57 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1440060980' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T11:59:58.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:57 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/648913803' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T11:59:58.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:57 smithi123 ceph-mon[120275]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:58.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:57 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:58.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:57 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1440060980' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T11:59:58.938 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T11:59:58.940 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2023-09-30T11:59:59.295 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2023-09-30T11:59:58.673838+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":257,"ondisk_log_size":257,"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":220648,"kb_used_data":4460,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707800,"statfs":{"total":767926730752,"available":767700787200,"internally_reserved":0,"allocated":4567040,"data_stored":2875256,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":221236794},"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.001650"},"pg_stats":[{"pgid":"1.0","version":"29'257","reported_seq":344,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-09-30T11:59:30.294578+0000","last_change":"2023-09-30T11:59:30.294313+0000","last_active":"2023-09-30T11:59:30.294578+0000","last_peered":"2023-09-30T11:59:30.294578+0000","last_clean":"2023-09-30T11:59:30.294578+0000","last_became_active":"2023-09-30T11:59:30.293910+0000","last_became_peered":"2023-09-30T11:59:30.293910+0000","last_unstale":"2023-09-30T11:59:30.294578+0000","last_undegraded":"2023-09-30T11:59:30.294578+0000","last_fullsized":"2023-09-30T11:59:30.294578+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T11:59:17.331380+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T11:59:17.331380+0000","last_clean_scrub_stamp":"2023-09-30T11:59:17.331380+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"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 @ 2023-10-01T15:24:09.146850+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986184,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27940,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713116,"statfs":{"total":95990841344,"available":95962230784,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.314}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378636,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27948,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713108,"statfs":{"total":95990841344,"available":95962222592,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41099999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.623}]}]},{"osd":2,"up_from":20,"seq":85899345931,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27360,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713696,"statfs":{"total":95990841344,"available":95962824704,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]}]},{"osd":3,"up_from":23,"seq":98784247819,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27944,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713112,"statfs":{"total":95990841344,"available":95962226688,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.379}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]}]},{"osd":4,"up_from":24,"seq":103079215114,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.623}]}]},{"osd":5,"up_from":27,"seq":115964117002,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26100000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]}]}],"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":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}]}} 2023-09-30T11:59:59.297 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T11:59:59.523 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T11:59:59.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:59 smithi087 ceph-mon[108050]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T11:59:59.905 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 11:59:59 smithi087 ceph-mon[108050]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:00:00.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:59 smithi123 ceph-mon[120275]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:00.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 11:59:59 smithi123 ceph-mon[120275]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:00:00.674 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:00.676 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2023-09-30T12:00:00.953 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:00 smithi087 ceph-mon[108050]: overall HEALTH_OK 2023-09-30T12:00:01.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:00 smithi123 ceph-mon[120275]: overall HEALTH_OK 2023-09-30T12:00:01.062 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2023-09-30T11:59:58.673838+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":257,"ondisk_log_size":257,"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":220648,"kb_used_data":4460,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707800,"statfs":{"total":767926730752,"available":767700787200,"internally_reserved":0,"allocated":4567040,"data_stored":2875256,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":221236794},"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.001650"},"pg_stats":[{"pgid":"1.0","version":"29'257","reported_seq":344,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-09-30T11:59:30.294578+0000","last_change":"2023-09-30T11:59:30.294313+0000","last_active":"2023-09-30T11:59:30.294578+0000","last_peered":"2023-09-30T11:59:30.294578+0000","last_clean":"2023-09-30T11:59:30.294578+0000","last_became_active":"2023-09-30T11:59:30.293910+0000","last_became_peered":"2023-09-30T11:59:30.293910+0000","last_unstale":"2023-09-30T11:59:30.294578+0000","last_undegraded":"2023-09-30T11:59:30.294578+0000","last_fullsized":"2023-09-30T11:59:30.294578+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T11:59:17.331380+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T11:59:17.331380+0000","last_clean_scrub_stamp":"2023-09-30T11:59:17.331380+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"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 @ 2023-10-01T15:24:09.146850+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986184,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27940,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713116,"statfs":{"total":95990841344,"available":95962230784,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.314}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378636,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27948,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713108,"statfs":{"total":95990841344,"available":95962222592,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41099999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.623}]}]},{"osd":2,"up_from":20,"seq":85899345931,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27360,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713696,"statfs":{"total":95990841344,"available":95962824704,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]}]},{"osd":3,"up_from":23,"seq":98784247819,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27944,"kb_used_data":920,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713112,"statfs":{"total":95990841344,"available":95962226688,"internally_reserved":0,"allocated":942080,"data_stored":728387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.379}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]}]},{"osd":4,"up_from":24,"seq":103079215114,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.623}]}]},{"osd":5,"up_from":27,"seq":115964117002,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27364,"kb_used_data":340,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713692,"statfs":{"total":95990841344,"available":95962820608,"internally_reserved":0,"allocated":348160,"data_stored":138019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26100000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]}]}],"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":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}]}} 2023-09-30T12:00:01.063 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T12:00:01.064 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T12:00:01.064 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T12:00:01.064 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T12:00:01.292 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:02.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:01 smithi123 ceph-mon[120275]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:00:02.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:01 smithi123 ceph-mon[120275]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:02.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:01 smithi087 ceph-mon[108050]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:00:02.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:01 smithi087 ceph-mon[108050]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:02.517 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:02.518 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-30T12:00:02.886 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-30T12:00:02.886 INFO:tasks.cephadm:Setup complete, yielding 2023-09-30T12:00:02.887 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:00:02.898 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:00:02.898 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-30T12:00:03.126 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:03.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:03 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/1939340026' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T12:00:03.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:03 smithi123 ceph-mon[120275]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:03.591 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:03 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/1939340026' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T12:00:03.591 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:03 smithi087 ceph-mon[108050]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:04.321 INFO:teuthology.orchestra.run.smithi087.stdout:Backend: cephadm 2023-09-30T12:00:04.321 INFO:teuthology.orchestra.run.smithi087.stdout:Available: Yes 2023-09-30T12:00:04.321 INFO:teuthology.orchestra.run.smithi087.stdout:Paused: No 2023-09-30T12:00:04.679 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-30T12:00:04.907 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:06.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:05 smithi123 ceph-mon[120275]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:06.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:05 smithi123 ceph-mon[120275]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:06.115 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager.smithi087 smithi087 *:9093,9094 running (97s) - 2m 25.5M - 0.25.0 c8568f914cd2 80769aec52e1 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-exporter.smithi087 smithi087 running (2m) - 2m 7868k - 18.0.0-6447-g1d10b717 dda7fab67785 700006a50c05 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-exporter.smithi123 smithi123 running (2m) - 2m 8090k - 18.0.0-6447-g1d10b717 dda7fab67785 32dfbc955587 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (2m) - 2m 7474k - 18.0.0-6447-g1d10b717 dda7fab67785 de76ce23d051 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi123 smithi123 running (119s) - 119s 7453k - 18.0.0-6447-g1d10b717 dda7fab67785 a1a0c72ed885 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 *:3000 running (94s) - 2m 83.9M - 9.4.7 2c41d148cca3 4c6c28f1837e 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.mkoher smithi087 *:9283,8765,8443 running (3m) - 3m 499M - 18.0.0-6447-g1d10b717 dda7fab67785 1e988bae7577 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi123.eijfbx smithi123 *:8443,9283,8765 running (114s) - 114s 450M - 18.0.0-6447-g1d10b717 dda7fab67785 d3472465f08d 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (3m) - 3m 63.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 a315ef765637 2023-09-30T12:00:06.116 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi123 smithi123 running (112s) - 111s 52.5M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 395ab97c2631 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 *:9100 running (2m) - 2m 16.8M - 1.5.0 0da6a335fe13 93360fac1e09 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi123 smithi123 *:9100 running (116s) - 116s 15.5M - 1.5.0 0da6a335fe13 12ada3895679 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi123 running (60s) - 60s 44.3M 3734M 18.0.0-6447-g1d10b717 dda7fab67785 1362b7127aeb 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (58s) - 57s 50.1M 2966M 18.0.0-6447-g1d10b717 dda7fab67785 d0ce92050e46 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi123 running (56s) - 56s 32.1M 3734M 18.0.0-6447-g1d10b717 dda7fab67785 53b272894cca 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (54s) - 53s 44.8M 2966M 18.0.0-6447-g1d10b717 dda7fab67785 f52a13526b8d 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi123 running (53s) - 52s 32.4M 3734M 18.0.0-6447-g1d10b717 dda7fab67785 cd34c2040331 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi087 running (50s) - 49s 36.2M 2966M 18.0.0-6447-g1d10b717 dda7fab67785 28fbd8cf3ce1 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi123 running (49s) - 49s 31.7M 3734M 18.0.0-6447-g1d10b717 dda7fab67785 18dd1b737079 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi087 running (45s) - 45s 13.8M 2966M 18.0.0-6447-g1d10b717 dda7fab67785 7c6a1569afc4 2023-09-30T12:00:06.117 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus.smithi087 smithi087 *:9095 running (90s) - 2m 38.7M - 2.43.0 a07b618ecd1d debb899347ec 2023-09-30T12:00:06.147 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:05 smithi087 ceph-mon[108050]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:06.148 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:05 smithi087 ceph-mon[108050]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:06.495 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-30T12:00:06.720 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager ?:9093,9094 1/1 - 3m count:1 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-exporter 2/2 - 3m * 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:crash 2/2 - 3m * 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:grafana ?:3000 1/1 - 3m count:1 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:mgr 2/2 - 3m count:2 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:mon 2/2 - 2m smithi087:172.21.15.87=smithi087;smithi123:172.21.15.123=smithi123;count:2 2023-09-30T12:00:07.911 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter ?:9100 2/2 - 3m * 2023-09-30T12:00:07.912 INFO:teuthology.orchestra.run.smithi087.stdout:osd.all-available-devices 8 - 102s * 2023-09-30T12:00:07.912 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus ?:9095 1/1 - 3m count:1 2023-09-30T12:00:08.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:07 smithi123 ceph-mon[120275]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:08.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:07 smithi123 ceph-mon[120275]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:08.074 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:07 smithi087 ceph-mon[108050]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:08.074 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:07 smithi087 ceph-mon[108050]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:08.286 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-30T12:00:08.516 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:09.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:08 smithi123 ceph-mon[120275]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:09.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:08 smithi087 ceph-mon[108050]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:09.697 INFO:teuthology.orchestra.run.smithi087.stdout:HOST ADDR LABELS STATUS 2023-09-30T12:00:09.697 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 172.21.15.87 2023-09-30T12:00:09.697 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 172.21.15.123 2023-09-30T12:00:09.697 INFO:teuthology.orchestra.run.smithi087.stdout:2 hosts in cluster 2023-09-30T12:00:10.018 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:09 smithi087 ceph-mon[108050]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:10.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:09 smithi123 ceph-mon[120275]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:10.062 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-30T12:00:10.290 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:11.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:10 smithi123 ceph-mon[120275]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:11.065 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:10 smithi087 ceph-mon[108050]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:11.502 INFO:teuthology.orchestra.run.smithi087.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NQ400BGN 372G No 41s ago Has a FileSystem, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme1n1 ssd Linux_4ff058c5ae13dd4e01f9 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme2n1 ssd Linux_34fd4895ee3886734840 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme3n1 ssd Linux_4e6cc588375602f1a528 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme4n1 ssd Linux_51a339fcd9bb1fce8790 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400YK400BGN 372G No 43s ago Has a FileSystem, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme1n1 ssd Linux_3cbe03c1e15ad3127ef6 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme2n1 ssd Linux_04a2627f715a16a55477 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme3n1 ssd Linux_5103cead2582a272caea 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.503 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme4n1 ssd Linux_d407b9e265818c5c015e 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:11 smithi087 ceph-mon[108050]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:11 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:11.877 INFO:teuthology.run_tasks:Running task vip... 2023-09-30T12:00:11.887 INFO:tasks.vip:Allocating static IPs for each host... 2023-09-30T12:00:11.887 INFO:tasks.vip:peername 172.21.15.87 2023-09-30T12:00:11.890 INFO:tasks.vip:172.21.15.87 in 172.21.0.0/20, pos 3926 2023-09-30T12:00:11.895 INFO:tasks.vip:smithi087.front.sepia.ceph.com static 10.0.15.87, vnet 10.0.0.0/16 2023-09-30T12:00:11.895 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-09-30T12:00:11.895 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip route ls 2023-09-30T12:00:11.925 INFO:teuthology.orchestra.run.smithi087.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2023-09-30T12:00:11.925 INFO:teuthology.orchestra.run.smithi087.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2023-09-30T12:00:11.926 INFO:tasks.vip:Configuring 10.0.15.87 on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-09-30T12:00:11.926 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr add 10.0.15.87/16 dev enp3s0f1 2023-09-30T12:00:11.994 INFO:tasks.vip:peername 172.21.15.123 2023-09-30T12:00:11.997 INFO:tasks.vip:172.21.15.123 in 172.21.0.0/20, pos 3962 2023-09-30T12:00:12.001 INFO:tasks.vip:smithi123.front.sepia.ceph.com static 10.0.15.123, vnet 10.0.0.0/16 2023-09-30T12:00:12.001 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip route ls 2023-09-30T12:00:12.029 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:11 smithi123 ceph-mon[120275]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:12.030 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:11 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:12.037 INFO:teuthology.orchestra.run.smithi123.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.123 metric 100 2023-09-30T12:00:12.037 INFO:teuthology.orchestra.run.smithi123.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.123 metric 100 2023-09-30T12:00:12.040 INFO:tasks.vip:Configuring 10.0.15.123 on smithi123.front.sepia.ceph.com iface enp3s0f1... 2023-09-30T12:00:12.040 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr add 10.0.15.123/16 dev enp3s0f1 2023-09-30T12:00:12.116 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:00:12.126 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:00:12.126 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-09-30T12:00:12.352 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:13.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:12 smithi123 ceph-mon[120275]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:13.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:12 smithi087 ceph-mon[108050]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:13.519 INFO:teuthology.orchestra.run.smithi087.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NQ400BGN 372G No 43s ago Has a FileSystem, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme1n1 ssd Linux_4ff058c5ae13dd4e01f9 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme2n1 ssd Linux_34fd4895ee3886734840 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme3n1 ssd Linux_4e6cc588375602f1a528 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme4n1 ssd Linux_51a339fcd9bb1fce8790 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400YK400BGN 372G No 45s ago Has a FileSystem, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme1n1 ssd Linux_3cbe03c1e15ad3127ef6 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme2n1 ssd Linux_04a2627f715a16a55477 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme3n1 ssd Linux_5103cead2582a272caea 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.520 INFO:teuthology.orchestra.run.smithi087.stdout:smithi123 /dev/nvme4n1 ssd Linux_d407b9e265818c5c015e 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T12:00:13.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:13 smithi087 ceph-mon[108050]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:13.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:13 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:00:13.931 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T12:00:13.940 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:00:13.940 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T12:00:13.972 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2023-09-30T12:00:13.978 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi123.front.sepia.ceph.com 2023-09-30T12:00:13.979 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T12:00:14.004 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:13 smithi123 ceph-mon[120275]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:14.004 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:13 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:00:14.006 INFO:teuthology.orchestra.run.smithi123.stderr:+ systemctl stop nfs-server 2023-09-30T12:00:14.012 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:00:14.021 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:00:14.022 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-09-30T12:00:14.458 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:14.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:14 smithi123 ceph-mon[120275]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:14.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:14 smithi087 ceph-mon[108050]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:16.165 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled rgw.foorgw update... 2023-09-30T12:00:16.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:15 smithi123 ceph-mon[120275]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:16.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.222 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.223 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:15 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.404 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:15 smithi087 ceph-mon[108050]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:15 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:16.730 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.87/16' 2023-09-30T12:00:17.168 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:17.443 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:17 smithi087 ceph-mon[108050]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:17.443 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:17 smithi087 ceph-mon[108050]: Saving service rgw.foorgw spec with placement count:2 2023-09-30T12:00:17.443 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:17.444 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:17 smithi087 ceph-mon[108050]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:17.444 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:17 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:17.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:17 smithi123 ceph-mon[120275]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:17.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:17 smithi123 ceph-mon[120275]: Saving service rgw.foorgw spec with placement count:2 2023-09-30T12:00:17.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:17.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:17 smithi123 ceph-mon[120275]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:17.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:17 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.405 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:18 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.554 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:18.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:18 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:19.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:19.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:19.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:19 smithi123 ceph-mon[120275]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.87/16", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:19.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:19 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:00:19.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:19 smithi123 ceph-mon[120275]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:19 smithi087 ceph-mon[108050]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.87/16", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:00:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:19 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:00:19.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:19 smithi087 ceph-mon[108050]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:20.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:20 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:00:20.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:20 smithi123 ceph-mon[120275]: osdmap e36: 8 total, 8 up, 8 in 2023-09-30T12:00:20.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:20 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T12:00:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:20 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:00:20.564 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:20 smithi087 ceph-mon[108050]: osdmap e36: 8 total, 8 up, 8 in 2023-09-30T12:00:20.564 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:20 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T12:00:20.804 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T12:00:20.814 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:00:20.814 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-09-30T12:00:20.844 INFO:teuthology.orchestra.run.smithi087.stderr:+ dnf install -y python3-boto3 2023-09-30T12:00:21.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T12:00:21.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: osdmap e37: 8 total, 8 up, 8 in 2023-09-30T12:00:21.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: Saving service nfs.foo spec with placement count:1 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: pgmap v97: 33 pgs: 2 creating+peering, 2 active+clean, 29 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:00:21.497 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.498 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:00:21.498 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.dprwkr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:21.498 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.dprwkr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:21.498 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.501 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:21.501 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:21 smithi123 ceph-mon[120275]: Deploying daemon rgw.foorgw.smithi123.dprwkr on smithi123 2023-09-30T12:00:21.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: osdmap e37: 8 total, 8 up, 8 in 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: Saving service nfs.foo spec with placement count:1 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: pgmap v97: 33 pgs: 2 creating+peering, 2 active+clean, 29 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:21.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.dprwkr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.dprwkr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:21.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:21 smithi087 ceph-mon[108050]: Deploying daemon rgw.foorgw.smithi123.dprwkr on smithi123 2023-09-30T12:00:21.673 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:07:25 ago on Sat 30 Sep 2023 11:52:56 AM UTC. 2023-09-30T12:00:22.271 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:22 smithi123 ceph-mon[120275]: osdmap e38: 8 total, 8 up, 8 in 2023-09-30T12:00:22.271 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:22 smithi123 ceph-mon[120275]: mgrmap e20: smithi087.mkoher(active, since 2m), standbys: smithi123.eijfbx 2023-09-30T12:00:22.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:22 smithi087 ceph-mon[108050]: osdmap e38: 8 total, 8 up, 8 in 2023-09-30T12:00:22.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:22 smithi087 ceph-mon[108050]: mgrmap e20: smithi087.mkoher(active, since 2m), standbys: smithi123.eijfbx 2023-09-30T12:00:23.350 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-09-30T12:00:23.350 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T12:00:23.350 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jmespath noarch 0.9.0-11.el8 appstream 45 k 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout:Install 4 Packages 2023-09-30T12:00:23.351 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:23.353 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 4.8 M 2023-09-30T12:00:23.354 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 49 M 2023-09-30T12:00:23.354 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-09-30T12:00:23.764 INFO:teuthology.orchestra.run.smithi087.stdout:[MIRROR] python3-jmespath-0.9.0-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/python3-jmespath-0.9.0-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:00:23.790 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: pgmap v99: 33 pgs: 2 creating+peering, 13 active+clean, 18 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.quforc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.quforc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: Deploying daemon rgw.foorgw.smithi087.quforc on smithi087 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: osdmap e39: 8 total, 8 up, 8 in 2023-09-30T12:00:23.791 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/4122752498' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-09-30T12:00:23.792 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:23 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-09-30T12:00:24.035 INFO:teuthology.orchestra.run.smithi087.stdout:(1/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 145 kB/s | 45 kB 00:00 2023-09-30T12:00:24.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: pgmap v99: 33 pgs: 2 creating+peering, 13 active+clean, 18 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:00:24.054 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.quforc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.quforc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: Deploying daemon rgw.foorgw.smithi087.quforc on smithi087 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: osdmap e39: 8 total, 8 up, 8 in 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/4122752498' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-09-30T12:00:24.055 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:23 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-09-30T12:00:24.287 INFO:teuthology.orchestra.run.smithi087.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 272 kB/s | 152 kB 00:00 2023-09-30T12:00:24.520 INFO:teuthology.orchestra.run.smithi087.stdout:(3/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 223 kB/s | 108 kB 00:00 2023-09-30T12:00:24.825 INFO:teuthology.orchestra.run.smithi087.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.1 MB/s | 4.5 MB 00:01 2023-09-30T12:00:24.828 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-09-30T12:00:24.828 INFO:teuthology.orchestra.run.smithi087.stdout:Total 3.2 MB/s | 4.8 MB 00:01 2023-09-30T12:00:24.839 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-09-30T12:00:24.848 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-09-30T12:00:24.849 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-09-30T12:00:24.934 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-09-30T12:00:24.938 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-09-30T12:00:25.196 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: osdmap e40: 8 total, 8 up, 8 in 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: pgmap v102: 65 pgs: 14 creating+peering, 38 active+clean, 13 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Saving service rgw.foorgw spec with placement count:2 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.555 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Creating key for client.nfs.foo.0.0.smithi087.bzubiu 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Rados config object exists: conf-nfs.foo 2023-09-30T12:00:25.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Creating key for client.nfs.foo.0.0.smithi087.bzubiu-rgw 2023-09-30T12:00:25.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:25.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:25.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Bind address in nfs.foo.0.0.smithi087.bzubiu's ganesha conf is defaulting to empty 2023-09-30T12:00:25.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:25.557 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:25 smithi123 ceph-mon[120275]: Deploying daemon nfs.foo.0.0.smithi087.bzubiu on smithi087 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: osdmap e40: 8 total, 8 up, 8 in 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: pgmap v102: 65 pgs: 14 creating+peering, 38 active+clean, 13 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Saving service rgw.foorgw spec with placement count:2 2023-09-30T12:00:25.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Creating key for client.nfs.foo.0.0.smithi087.bzubiu 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:00:25.656 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Rados config object exists: conf-nfs.foo 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Creating key for client.nfs.foo.0.0.smithi087.bzubiu-rgw 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.bzubiu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Bind address in nfs.foo.0.0.smithi087.bzubiu's ganesha conf is defaulting to empty 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:25.657 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:25 smithi087 ceph-mon[108050]: Deploying daemon nfs.foo.0.0.smithi087.bzubiu on smithi087 2023-09-30T12:00:26.437 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:26 smithi087 ceph-mon[108050]: osdmap e41: 8 total, 8 up, 8 in 2023-09-30T12:00:26.437 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:26 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.437 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:26 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3266047065' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.437 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:26 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.590 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-09-30T12:00:26.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:26 smithi123 ceph-mon[120275]: osdmap e41: 8 total, 8 up, 8 in 2023-09-30T12:00:26.847 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:26 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.847 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:26 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3266047065' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.847 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:26 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-09-30T12:00:26.951 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-09-30T12:00:27.300 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-09-30T12:00:27.574 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-09-30T12:00:27.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:27 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-09-30T12:00:27.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:27 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-09-30T12:00:27.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:27 smithi087 ceph-mon[108050]: osdmap e42: 8 total, 8 up, 8 in 2023-09-30T12:00:27.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:27 smithi087 ceph-mon[108050]: pgmap v105: 97 pgs: 4 creating+activating, 18 creating+peering, 42 active+clean, 33 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-30T12:00:27.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:27 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:27.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:27 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-09-30T12:00:27.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:27 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-09-30T12:00:27.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:27 smithi123 ceph-mon[120275]: osdmap e42: 8 total, 8 up, 8 in 2023-09-30T12:00:27.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:27 smithi123 ceph-mon[120275]: pgmap v105: 97 pgs: 4 creating+activating, 18 creating+peering, 42 active+clean, 33 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-30T12:00:27.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:27 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:27.859 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-09-30T12:00:27.860 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-09-30T12:00:27.860 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 2/4 2023-09-30T12:00:27.860 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 3/4 2023-09-30T12:00:28.494 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 4/4 2023-09-30T12:00:28.494 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:28.494 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-09-30T12:00:28.494 INFO:teuthology.orchestra.run.smithi087.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-09-30T12:00:28.495 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-09-30T12:00:28.495 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-09-30T12:00:28.495 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-09-30T12:00:28.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: osdmap e43: 8 total, 8 up, 8 in 2023-09-30T12:00:28.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/3266047065' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:28 smithi087 ceph-mon[108050]: Deploying daemon haproxy.nfs.foo.smithi087.yjtvli on smithi087 2023-09-30T12:00:28.633 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-09-30T12:00:28.704 INFO:teuthology.orchestra.run.smithi087.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: osdmap e43: 8 total, 8 up, 8 in 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/3266047065' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-09-30T12:00:28.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:28.806 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:28 smithi123 ceph-mon[120275]: Deploying daemon haproxy.nfs.foo.smithi087.yjtvli on smithi087 2023-09-30T12:00:28.907 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T12:00:28.970 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/mon.smithi087/config 2023-09-30T12:00:29.083 INFO:teuthology.orchestra.run.smithi087.stderr:Using ceph image with id 'dda7fab67785' and tag '1d10b71792f3be8887a7631e69851ac2df3585af' created on 2023-09-29 17:58:24 +0000 UTC 2023-09-30T12:00:29.083 INFO:teuthology.orchestra.run.smithi087.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 2023-09-30T12:00:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:29 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-09-30T12:00:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:29 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-09-30T12:00:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:29 smithi087 ceph-mon[108050]: osdmap e44: 8 total, 8 up, 8 in 2023-09-30T12:00:29.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:29 smithi087 ceph-mon[108050]: pgmap v108: 129 pgs: 4 creating+activating, 4 creating+peering, 98 active+clean, 23 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 KiB/s wr, 10 op/s 2023-09-30T12:00:29.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:29 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2627873073' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-09-30T12:00:29.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:29 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-09-30T12:00:29.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:29 smithi123 ceph-mon[120275]: osdmap e44: 8 total, 8 up, 8 in 2023-09-30T12:00:29.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:29 smithi123 ceph-mon[120275]: pgmap v108: 129 pgs: 4 creating+activating, 4 creating+peering, 98 active+clean, 23 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 KiB/s wr, 10 op/s 2023-09-30T12:00:30.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:30 smithi087 ceph-mon[108050]: osdmap e45: 8 total, 8 up, 8 in 2023-09-30T12:00:30.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:30 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1709867289' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:30 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:30 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.348 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:30 smithi087 ceph-mon[108050]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:30.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:30 smithi123 ceph-mon[120275]: osdmap e45: 8 total, 8 up, 8 in 2023-09-30T12:00:30.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:30 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1709867289' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:30 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:30 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-09-30T12:00:30.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:30 smithi123 ceph-mon[120275]: from='mgr.14215 172.21.15.87:0/162201945' entity='mgr.smithi087.mkoher' 2023-09-30T12:00:31.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: osdmap e46: 8 total, 8 up, 8 in 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.123:0/1709867289' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: pgmap v111: 161 pgs: 7 creating+peering, 4 creating+activating, 113 active+clean, 37 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-09-30T12:00:31.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:31 smithi087 ceph-mon[108050]: osdmap e47: 8 total, 8 up, 8 in 2023-09-30T12:00:31.804 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: osdmap e46: 8 total, 8 up, 8 in 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.123:0/1709867289' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: pgmap v111: 161 pgs: 7 creating+peering, 4 creating+activating, 113 active+clean, 37 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? ' entity='client.rgw.foorgw.smithi123.dprwkr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: from='client.? 172.21.15.87:0/2489222476' entity='client.rgw.foorgw.smithi087.quforc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-09-30T12:00:31.805 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:31 smithi123 ceph-mon[120275]: osdmap e47: 8 total, 8 up, 8 in 2023-09-30T12:00:31.968 INFO:teuthology.run_tasks:Running task python... 2023-09-30T12:00:31.979 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.python' 2023-09-30T12:00:32.044 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ae482dd3db2c4b8a95226ed20ea0a366 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.python' 2023-09-30T12:00:32.046 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-09-30T12:00:32.056 INFO:tasks.vip:Removing 10.0.15.87 (and any VIPs) on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-09-30T12:00:32.057 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.15.87/16 dev enp3s0f1 2023-09-30T12:00:32.092 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.31.87/16 dev enp3s0f1 2023-09-30T12:00:32.158 INFO:teuthology.orchestra.run.smithi087.stderr:RTNETLINK answers: Cannot assign requested address 2023-09-30T12:00:32.159 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-09-30T12:00:32.159 INFO:tasks.vip:Removing 10.0.15.123 (and any VIPs) on smithi123.front.sepia.ceph.com iface enp3s0f1... 2023-09-30T12:00:32.159 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr del 10.0.15.123/16 dev enp3s0f1 2023-09-30T12:00:32.193 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr del 10.0.31.87/16 dev enp3s0f1 2023-09-30T12:00:32.260 INFO:teuthology.orchestra.run.smithi123.stderr:RTNETLINK answers: Cannot assign requested address 2023-09-30T12:00:32.261 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-09-30T12:00:32.261 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T12:00:32.271 INFO:tasks.cephadm:Teardown begin 2023-09-30T12:00:32.271 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:00:32.300 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:00:32.329 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T12:00:32.330 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:00:32.358 DEBUG:teuthology.orchestra.run.smithi123:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:00:32.387 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T12:00:32.387 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2023-09-30T12:00:32.388 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087 2023-09-30T12:00:32.654 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:32 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7... 2023-09-30T12:00:33.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:32 smithi087 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087[108027]: 2023-09-30T12:00:32.875+0000 7f2cb4d3d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:00:33.155 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:32 smithi087 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087[108027]: 2023-09-30T12:00:32.875+0000 7f2cb4d3d700 -1 mon.smithi087@0(leader) e2 *** Got Signal Terminated *** 2023-09-30T12:00:33.700 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service' 2023-09-30T12:00:33.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:33 smithi087 bash[174865]: ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi087 2023-09-30T12:00:33.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:33 smithi087 systemd[1]: ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi087.service: Succeeded. 2023-09-30T12:00:33.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Sep 30 12:00:33 smithi087 systemd[1]: Stopped Ceph mon.smithi087 for 29789f8c-5f88-11ee-8db4-212e2dc638e7. 2023-09-30T12:00:33.877 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:00:33.877 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2023-09-30T12:00:33.877 INFO:tasks.cephadm.mon.smithi123:Stopping mon.smithi123... 2023-09-30T12:00:33.877 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl stop ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi123 2023-09-30T12:00:34.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:33 smithi123 systemd[1]: Stopping Ceph mon.smithi123 for 29789f8c-5f88-11ee-8db4-212e2dc638e7... 2023-09-30T12:00:34.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:34 smithi123 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi123[120245]: 2023-09-30T12:00:34.118+0000 7facc9b54700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi123 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:00:34.305 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:34 smithi123 ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi123[120245]: 2023-09-30T12:00:34.118+0000 7facc9b54700 -1 mon.smithi123@1(peon) e2 *** Got Signal Terminated *** 2023-09-30T12:00:34.621 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Sep 30 12:00:34 smithi123 bash[150896]: ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7-mon-smithi123 2023-09-30T12:00:34.629 DEBUG:teuthology.orchestra.run.smithi123:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29789f8c-5f88-11ee-8db4-212e2dc638e7@mon.smithi123.service' 2023-09-30T12:00:34.675 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:00:34.676 INFO:tasks.cephadm.mon.smithi123:Stopped mon.smithi123 2023-09-30T12:00:34.676 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:00:34.847 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T12:01:30.462 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:01:30.659 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T12:02:12.824 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:02:12.863 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:02:12.893 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T12:02:12.895 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi087/crash 2023-09-30T12:02:12.896 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:02:12.947 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:02:12.947 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:02:12.949 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi123/crash 2023-09-30T12:02:12.950 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:02:12.997 INFO:teuthology.orchestra.run.smithi123.stderr:tar: /var/lib/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:02:12.997 INFO:teuthology.orchestra.run.smithi123.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:02:12.998 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T12:02:12.998 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T12:02:13.028 INFO:teuthology.orchestra.run.smithi087.stderr:grep: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T12:02:13.029 INFO:tasks.cephadm:Compressing logs... 2023-09-30T12:02:13.030 DEBUG:teuthology.orchestra.run.smithi087:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-09-30T12:02:13.072 DEBUG:teuthology.orchestra.run.smithi123:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-09-30T12:02:13.099 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:02:13.099 INFO:teuthology.orchestra.run.smithi087.stderr:: No such file or directory 2023-09-30T12:02:13.099 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi087.log 2023-09-30T12:02:13.099 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:02:13.100 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi087.mkoher.log 2023-09-30T12:02:13.102 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi087.log: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi087.quforc.log 2023-09-30T12:02:13.102 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi087.mkoher.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.3.log 2023-09-30T12:02:13.102 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi087.quforc.log: 58.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi087.quforc.log.gz 2023-09-30T12:02:13.102 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.7.log 2023-09-30T12:02:13.102 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi087.log 2023-09-30T12:02:13.103 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T12:02:13.103 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.6.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.2.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi123.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.0.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi123.log 2023-09-30T12:02:13.104 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi123.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi123.dprwkr.log 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi123.log: 93.0% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi123.log.gz 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi123.dprwkr.log: 58.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.rgw.foorgw.smithi123.dprwkr.log.gz 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.4.log 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi123.eijfbx.log 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi087.log: 92.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-client.ceph-exporter.smithi087.log.gz 2023-09-30T12:02:13.105 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.5.log 2023-09-30T12:02:13.106 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.1.log 2023-09-30T12:02:13.106 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.1.log: 86.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:02:13.106 INFO:teuthology.orchestra.run.smithi087.stderr: 92.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:02:13.107 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi123.eijfbx.log: 92.6% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:02:13.107 INFO:teuthology.orchestra.run.smithi123.stderr: 91.2% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi123.eijfbx.log.gz 2023-09-30T12:02:13.178 INFO:teuthology.orchestra.run.smithi123.stderr: 92.6% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi123.log.gz 2023-09-30T12:02:13.198 INFO:teuthology.orchestra.run.smithi087.stderr: 93.6% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.5.log.gz 2023-09-30T12:02:13.203 INFO:teuthology.orchestra.run.smithi087.stderr: 93.7% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.7.log.gz 2023-09-30T12:02:13.204 INFO:teuthology.orchestra.run.smithi087.stderr: 88.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mgr.smithi087.mkoher.log.gz 2023-09-30T12:02:13.234 INFO:teuthology.orchestra.run.smithi123.stderr: 93.5% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.4.log.gz 2023-09-30T12:02:13.262 INFO:teuthology.orchestra.run.smithi123.stderr: 93.4% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.6.log.gz 2023-09-30T12:02:13.270 INFO:teuthology.orchestra.run.smithi123.stderr: 93.5% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.2.log.gz 2023-09-30T12:02:13.302 INFO:teuthology.orchestra.run.smithi087.stderr: 93.9% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.3.log.gz 2023-09-30T12:02:13.306 INFO:teuthology.orchestra.run.smithi123.stderr: 93.7% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.0.log.gz 2023-09-30T12:02:13.308 INFO:teuthology.orchestra.run.smithi123.stderr: 2023-09-30T12:02:13.308 INFO:teuthology.orchestra.run.smithi123.stderr:real 0m0.219s 2023-09-30T12:02:13.308 INFO:teuthology.orchestra.run.smithi123.stderr:user 0m0.734s 2023-09-30T12:02:13.309 INFO:teuthology.orchestra.run.smithi123.stderr:sys 0m0.048s 2023-09-30T12:02:13.336 INFO:teuthology.orchestra.run.smithi087.stderr: 91.5% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-mon.smithi087.log.gz 2023-09-30T12:02:13.342 INFO:teuthology.orchestra.run.smithi087.stderr: 94.0% -- replaced with /var/log/ceph/29789f8c-5f88-11ee-8db4-212e2dc638e7/ceph-osd.1.log.gz 2023-09-30T12:02:13.344 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-09-30T12:02:13.344 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.256s 2023-09-30T12:02:13.344 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.961s 2023-09-30T12:02:13.344 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.058s 2023-09-30T12:02:13.345 INFO:tasks.cephadm:Archiving logs... 2023-09-30T12:02:13.345 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi087/log 2023-09-30T12:02:13.346 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T12:02:13.533 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi123/log 2023-09-30T12:02:13.534 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T12:02:13.657 INFO:tasks.cephadm:Removing cluster... 2023-09-30T12:02:13.658 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 --force 2023-09-30T12:02:13.833 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T12:02:13.978 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29789f8c-5f88-11ee-8db4-212e2dc638e7 --force 2023-09-30T12:02:14.150 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: 29789f8c-5f88-11ee-8db4-212e2dc638e7 2023-09-30T12:02:14.296 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T12:02:14.297 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T12:02:14.316 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T12:02:14.334 INFO:tasks.cephadm:Teardown complete 2023-09-30T12:02:14.335 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-09-30T12:02:14.348 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-09-30T12:02:14.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_1 2023-09-30T12:02:14.491 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-30T12:02:14.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:14.493 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-09-30T12:02:14.493 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_2 2023-09-30T12:02:14.619 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-30T12:02:14.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:14.621 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-09-30T12:02:14.621 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_3 2023-09-30T12:02:14.741 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-30T12:02:14.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:14.743 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-09-30T12:02:14.743 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_4 2023-09-30T12:02:14.860 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-30T12:02:14.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:14.861 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-09-30T12:02:14.861 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-09-30T12:02:14.888 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2023-09-30T12:02:14.889 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_1 2023-09-30T12:02:15.016 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-30T12:02:15.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.017 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2023-09-30T12:02:15.017 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_2 2023-09-30T12:02:15.136 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-30T12:02:15.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.138 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2023-09-30T12:02:15.138 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_3 2023-09-30T12:02:15.254 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-30T12:02:15.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.256 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2023-09-30T12:02:15.256 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_4 2023-09-30T12:02:15.370 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-30T12:02:15.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.372 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-09-30T12:02:15.372 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2023-09-30T12:02:15.399 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T12:02:15.409 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T12:02:15.410 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:02:15.412 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:02:15.428 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-09-30T12:02:15.434 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:02:15.434 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-09-30T12:02:15.434 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 3 -316us[ -316us] +/- 81ms 2023-09-30T12:02:15.435 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 5 -419us[ -419us] +/- 54ms 2023-09-30T12:02:15.435 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 +1104us[+1104us] +/- 60ms 2023-09-30T12:02:15.435 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:02:15.456 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-09-30T12:02:15.460 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:02:15.460 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-09-30T12:02:15.460 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 -427us[ -427us] +/- 81ms 2023-09-30T12:02:15.461 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 -521us[ -404us] +/- 54ms 2023-09-30T12:02:15.461 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 +995us[+1112us] +/- 60ms 2023-09-30T12:02:15.461 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:02:15.462 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T12:02:15.472 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T12:02:15.472 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T12:02:15.496 DEBUG:teuthology.orchestra.run.smithi087:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T12:02:15.589 DEBUG:teuthology.orchestra.run.smithi123:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T12:02:15.680 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:02:15.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.713 DEBUG:teuthology.orchestra.run.smithi123:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:02:15.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:15.745 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T12:02:15.755 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T12:02:15.772 INFO:teuthology.task.internal:Duration was 905.961149 seconds 2023-09-30T12:02:15.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T12:02:15.806 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T12:02:15.806 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T12:02:15.809 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T12:02:15.853 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:02:15.855 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:02:16.167 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T12:02:16.167 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2023-09-30T12:02:16.167 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T12:02:16.189 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2023-09-30T12:02:16.189 DEBUG:teuthology.orchestra.run.smithi123:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T12:02:16.213 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T12:02:16.213 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T12:02:16.232 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T12:02:16.298 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T12:02:16.298 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T12:02:16.301 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T12:02:16.422 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T12:02:16.433 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T12:02:16.434 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T12:02:16.461 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T12:02:16.488 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T12:02:16.499 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:02:16.504 DEBUG:teuthology.orchestra.run.smithi123:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:02:16.528 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2023-09-30T12:02:16.555 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2023-09-30T12:02:16.573 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:02:16.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:16.625 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:02:16.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:02:16.642 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T12:02:16.653 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T12:02:16.654 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi087 2023-09-30T12:02:16.654 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T12:02:16.707 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457/remote/smithi123 2023-09-30T12:02:16.707 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T12:02:16.745 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T12:02:16.745 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T12:02:16.748 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T12:02:16.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T12:02:16.809 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T12:02:16.810 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T12:02:16.830 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T12:02:16.830 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T12:02:16.833 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T12:02:16.848 INFO:teuthology.orchestra.run.smithi087.stdout: 525759 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 12:02 /home/ubuntu/cephtest 2023-09-30T12:02:16.855 INFO:teuthology.orchestra.run.smithi123.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 12:02 /home/ubuntu/cephtest 2023-09-30T12:02:16.856 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T12:02:16.867 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T12:02:16.931 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T12:02:16.962 DEBUG:teuthology.nuke:shortname: smithi087 2023-09-30T12:02:16.962 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T12:02:16.987 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 11:39:07.015993', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJL9B1ON0Gw3A01f9K1dLP3oZim+rnODVUa7szCWpzc9r5Od4lVhCGkuzAsxoKde9xN/3w9lcpzbuIG8yfkF1s8='} 2023-09-30T12:02:16.991 DEBUG:teuthology.nuke:shortname: smithi123 2023-09-30T12:02:16.991 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T12:02:17.012 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407457', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 11:39:07.014006', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCMTaNTtb0gVTqGVBUcCvdgFfBGTjDHuY8KKlpASYwdfFHz4NMQa6Lhpb4xOykHIIoubQEX/dsOtlwYsf7ZORiw='} 2023-09-30T12:02:17.041 INFO:teuthology.orchestra.console.smithi087:Power off 2023-09-30T12:02:17.042 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T12:02:17.066 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2023-09-30T12:02:17.066 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:17.082 INFO:teuthology.orchestra.console.smithi123:Power off 2023-09-30T12:02:17.082 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T12:02:17.090 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-09-30T12:02:17.103 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2023-09-30T12:02:17.103 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:17.125 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-09-30T12:02:21.091 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:21.127 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:21.201 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-09-30T12:02:21.237 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-09-30T12:02:25.206 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:25.238 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:25.316 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-09-30T12:02:25.349 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2023-09-30T12:02:25.449 INFO:teuthology.orchestra.console.smithi123:Power off completed 2023-09-30T12:02:29.318 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:02:29.427 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2023-09-30T12:02:29.528 INFO:teuthology.orchestra.console.smithi087:Power off completed 2023-09-30T12:02:29.632 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 905.9611485004425 failure_reason: No module named 'tasks.python' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ae482dd3db2c4b8a95226ed20ea0a366 status: fail success: false 2023-09-30T12:02:29.632 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T12:02:29.712 INFO:teuthology.run:FAIL