2023-10-08T21:11:34.153 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-08T21:11:34.153 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --name adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071 -- /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/orig.config.yaml 2023-10-08T21:11:34.190 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T21:11:34.272 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071 branch: wip-adk4-testing-2023-10-06-1539-reef description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: adking@redhat.com first_in_suite: false job_id: '7416071' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk4-testing-2023-10-06-1539-reef 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: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk4-testing-2023-10-06-1539-reef sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 465 sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk4-testing-2023-10-06-1539-reef suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 targets: smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:3.0 --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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/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 /foobucket - 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-10-06_23:08:11 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-08T21:11:34.272 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa; will attempt to use it 2023-10-08T21:11:34.273 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa/tasks 2023-10-08T21:11:34.273 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-08T21:11:34.274 INFO:teuthology.task.internal:Checking packages... 2023-10-08T21:11:34.297 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45' 2023-10-08T21:11:34.298 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-08T21:11:34.298 INFO:teuthology.packaging:ref: None 2023-10-08T21:11:34.298 INFO:teuthology.packaging:tag: None 2023-10-08T21:11:34.298 INFO:teuthology.packaging:branch: wip-adk4-testing-2023-10-06-1539-reef 2023-10-08T21:11:34.298 INFO:teuthology.packaging:sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T21:11:34.298 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk4-testing-2023-10-06-1539-reef 2023-10-08T21:11:34.444 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-623.gb92fa67a 2023-10-08T21:11:34.445 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-08T21:11:34.451 INFO:teuthology.task.internal:no buildpackages task found 2023-10-08T21:11:34.451 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-08T21:11:34.496 INFO:teuthology.task.internal:Saving configuration 2023-10-08T21:11:34.511 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-08T21:11:34.521 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T21:11:34.547 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-08 21:06:37.632426', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T21:11:34.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-08 21:06:37.630740', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T21:11:34.572 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-08T21:11:34.580 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-08T21:11:34.580 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-08T21:11:34.580 INFO:teuthology.run_tasks:Running task console_log... 2023-10-08T21:11:34.672 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5638bd3af0>, signals=[15]) 2023-10-08T21:11:34.673 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-08T21:11:34.680 INFO:teuthology.task.internal:Opening connections... 2023-10-08T21:11:34.680 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:11:34.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T21:11:34.750 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2023-10-08T21:11:34.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T21:11:34.816 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-08T21:11:34.823 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2023-10-08T21:11:34.845 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2023-10-08T21:11:34.845 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2023-10-08T21:11:34.905 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T21:11:34.905 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T21:11:34.905 INFO:teuthology.orchestra.run.smithi123.stdout:ID="rhel" 2023-10-08T21:11:34.905 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="fedora" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8.6" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T21:11:34.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T21:11:34.907 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T21:11:34.907 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2023-10-08T21:11:34.931 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2023-10-08T21:11:34.952 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2023-10-08T21:11:34.952 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2023-10-08T21:11:35.009 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T21:11:35.009 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T21:11:35.009 INFO:teuthology.orchestra.run.smithi136.stdout:ID="rhel" 2023-10-08T21:11:35.009 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="fedora" 2023-10-08T21:11:35.009 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="8.6" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el8" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T21:11:35.010 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T21:11:35.011 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T21:11:35.011 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2023-10-08T21:11:35.031 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-08T21:11:35.039 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-08T21:11:35.055 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-08T21:11:35.057 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2023-10-08T21:11:35.060 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2023-10-08T21:11:35.079 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-08T21:11:35.087 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-08T21:11:35.087 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2023-10-08T21:11:35.119 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2023-10-08T21:11:35.149 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-08T21:11:35.209 INFO:teuthology.run_tasks:Running task kernel... 2023-10-08T21:11:35.226 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-08T21:11:35.227 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-08T21:11:35.227 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T21:11:35.227 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T21:11:35.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:11:35.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:11:35.247 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2023-10-08T21:11:35.248 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-10-08T21:11:35.305 INFO:teuthology.orchestra.run.smithi136.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:35.306 INFO:teuthology.task.kernel:Running kernel on smithi136: 4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:35.306 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2023-10-08T21:11:35.307 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:35.307 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:35.307 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2023-10-08T21:11:36.449 INFO:teuthology.orchestra.run.smithi136.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:36.449 INFO:teuthology.orchestra.run.smithi136.stdout:Unable to read consumer identity 2023-10-08T21:11:36.568 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:36.568 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-08T21:11:37.926 INFO:teuthology.orchestra.run.smithi136.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-08T21:11:38.018 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-08T21:11:39.386 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-10-08T21:11:39.701 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2023-10-08T21:11:42.944 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 428 kB/s | 24 kB 00:00 2023-10-08T21:11:43.012 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:01 ago on Sun 08 Oct 2023 09:11:42 PM UTC. 2023-10-08T21:11:43.234 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 554 kB/s | 24 kB 00:00 2023-10-08T21:11:43.647 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T21:11:43.706 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-08T21:11:43.707 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-08T21:11:43.708 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-08T21:11:43.835 DEBUG:teuthology.orchestra.run.smithi123:> echo no | sudo yum reinstall kernel || true 2023-10-08T21:11:43.929 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T21:11:43.967 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-10-08T21:11:43.969 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2023-10-08T21:11:43.969 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-10-08T21:11:44.090 DEBUG:teuthology.orchestra.run.smithi136:> echo no | sudo yum reinstall kernel || true 2023-10-08T21:11:44.164 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:44.164 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-08T21:11:44.422 INFO:teuthology.orchestra.run.smithi136.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:44.422 INFO:teuthology.orchestra.run.smithi136.stdout:Unable to read consumer identity 2023-10-08T21:11:44.424 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 09:11:42 PM UTC. 2023-10-08T21:11:44.471 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T21:11:44.498 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-08T21:11:44.545 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum reinstall -y kernel || true 2023-10-08T21:11:44.692 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:01 ago on Sun 08 Oct 2023 09:11:43 PM UTC. 2023-10-08T21:11:44.733 INFO:teuthology.orchestra.run.smithi136.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T21:11:44.783 INFO:teuthology.orchestra.run.smithi136.stderr:Error: No packages marked for reinstall. 2023-10-08T21:11:44.830 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum reinstall -y kernel || true 2023-10-08T21:11:44.875 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:44.875 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-08T21:11:45.139 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:03 ago on Sun 08 Oct 2023 09:11:42 PM UTC. 2023-10-08T21:11:45.159 INFO:teuthology.orchestra.run.smithi136.stdout:Updating Subscription Management repositories. 2023-10-08T21:11:45.159 INFO:teuthology.orchestra.run.smithi136.stdout:Unable to read consumer identity 2023-10-08T21:11:45.186 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T21:11:45.205 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-08T21:11:45.257 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T21:11:45.337 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:45.337 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:45.337 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T21:11:45.337 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-08T21:11:45.338 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T21:11:45.368 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2023-10-08T21:11:45.384 DEBUG:teuthology.parallel:result is None 2023-10-08T21:11:45.417 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 09:11:43 PM UTC. 2023-10-08T21:11:45.459 INFO:teuthology.orchestra.run.smithi136.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T21:11:45.491 INFO:teuthology.orchestra.run.smithi136.stderr:Error: No packages marked for reinstall. 2023-10-08T21:11:45.539 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T21:11:45.622 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:45.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T21:11:45.622 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T21:11:45.622 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-08T21:11:45.623 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T21:11:45.650 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2023-10-08T21:11:45.663 DEBUG:teuthology.parallel:result is None 2023-10-08T21:11:45.664 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-08T21:11:45.671 INFO:teuthology.task.internal:Creating test directory... 2023-10-08T21:11:45.672 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T21:11:45.674 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T21:11:45.721 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-08T21:11:45.730 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-08T21:11:45.763 INFO:teuthology.task.internal:Creating archive directory... 2023-10-08T21:11:45.763 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T21:11:45.765 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T21:11:45.803 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-08T21:11:45.811 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-08T21:11:45.812 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-10-08T21:11:45.829 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:11:45.869 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T21:11:45.880 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T21:11:45.890 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T21:11:45.900 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T21:11:45.902 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-08T21:11:45.908 INFO:teuthology.task.internal:Configuring sudo... 2023-10-08T21:11:45.909 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-10-08T21:11:45.923 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T21:11:45.950 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-08T21:11:45.960 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-08T21:11:45.960 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T21:11:45.990 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T21:11:46.007 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T21:11:46.090 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T21:11:46.137 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T21:11:46.216 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T21:11:46.262 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:11:46.262 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T21:11:46.357 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T21:11:46.397 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T21:11:46.449 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T21:11:46.532 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T21:11:46.573 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:11:46.574 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T21:11:46.641 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2023-10-08T21:11:46.643 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2023-10-08T21:11:46.694 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T21:11:46.746 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T21:11:47.134 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-08T21:11:47.142 INFO:teuthology.task.internal:Starting timer... 2023-10-08T21:11:47.142 INFO:teuthology.run_tasks:Running task pcp... 2023-10-08T21:11:47.182 INFO:teuthology.run_tasks:Running task selinux... 2023-10-08T21:11:47.207 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-08T21:11:47.207 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2023-10-08T21:11:47.263 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2023-10-08T21:11:47.265 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2023-10-08T21:11:47.322 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2023-10-08T21:11:47.324 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-08T21:11:47.324 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2023-10-08T21:11:47.357 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2023-10-08T21:11:47.358 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2023-10-08T21:11:47.384 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2023-10-08T21:11:47.385 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi123.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive'} 2023-10-08T21:11:47.385 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-10-08T21:11:47.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:11:47.425 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:11:47.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:11:47.454 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-08T21:11:47.454 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2023-10-08T21:11:47.492 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2023-10-08T21:11:47.523 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-08T21:11:47.533 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-10-08T21:11:47.533 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-08T21:11:47.551 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-10-08T21:11:47.552 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi123.front.sepia.ceph.com,smithi136.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-08T21:20:46.433 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi123.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com')] 2023-10-08T21:20:46.434 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-10-08T21:20:46.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T21:20:46.504 DEBUG:teuthology.orchestra.run.smithi123:> true 2023-10-08T21:20:46.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-10-08T21:20:46.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-10-08T21:20:46.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T21:20:46.644 DEBUG:teuthology.orchestra.run.smithi136:> true 2023-10-08T21:20:46.712 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-10-08T21:20:46.712 INFO:teuthology.run_tasks:Running task clock... 2023-10-08T21:20:46.729 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-08T21:20:46.729 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T21:20:46.730 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-10-08T21:20:46.732 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T21:20:46.732 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:20:46.762 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T21:20:46.777 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T21:20:46.783 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T21:20:46.798 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T21:20:46.848 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2023-10-08T21:20:46.859 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2023-10-08T21:20:46.873 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T21:20:46.887 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T21:20:46.894 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2023-10-08T21:20:46.906 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2023-10-08T21:20:46.920 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T21:20:46.934 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T21:20:46.967 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:46.971 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:47.011 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:47.015 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:20:47.016 INFO:teuthology.run_tasks:Running task pexec... 2023-10-08T21:20:47.025 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-08T21:20:47.025 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:20:47.026 DEBUG:teuthology.orchestra.run.smithi123:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T21:20:47.026 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi136.front.sepia.ceph.com 2023-10-08T21:20:47.026 DEBUG:teuthology.orchestra.run.smithi136:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T21:20:47.398 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:20:47.427 INFO:teuthology.orchestra.run.smithi136.stdout:Updating Subscription Management repositories. 2023-10-08T21:20:48.220 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:24 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:48.235 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:24 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:49.948 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout:Resetting modules: 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools 2023-10-08T21:20:49.949 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:20:49.950 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2023-10-08T21:20:49.950 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-10-08T21:20:49.950 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:20:49.957 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout:Resetting modules: 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:20:49.958 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-08T21:20:49.959 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:20:49.959 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:20:50.926 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:27 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:50.941 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:27 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:53.938 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-10-08T21:20:53.945 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-08T21:20:54.405 INFO:teuthology.orchestra.run.smithi136.stdout:Updating Subscription Management repositories. 2023-10-08T21:20:54.409 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:20:55.286 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:31 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:55.287 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:31 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:20:56.979 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-10-08T21:20:57.009 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================================================== 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================================================== 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout:Installing group/module packages: 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-08T21:20:57.077 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout:Downgrading: 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-08T21:20:57.078 INFO:teuthology.orchestra.run.smithi136.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:Installing module profiles: 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools/common 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:Enabling module streams: 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools 3.0 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:========================================================================================================================== 2023-10-08T21:20:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:Install 7 Packages 2023-10-08T21:20:57.080 INFO:teuthology.orchestra.run.smithi136.stdout:Downgrade 12 Packages 2023-10-08T21:20:57.080 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:20:57.080 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 51 M 2023-10-08T21:20:57.080 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout:========================================================================================================================== 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout:========================================================================================================================== 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout:Installing group/module packages: 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-08T21:20:57.104 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout:Downgrading: 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-08T21:20:57.105 INFO:teuthology.orchestra.run.smithi123.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout:Installing module profiles: 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools/common 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling module streams: 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 3.0 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:20:57.106 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout:========================================================================================================================== 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout:Install 7 Packages 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout:Downgrade 12 Packages 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 51 M 2023-10-08T21:20:57.107 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-08T21:20:57.158 INFO:teuthology.orchestra.run.smithi136.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-10-08T21:20:57.180 INFO:teuthology.orchestra.run.smithi123.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 733 kB/s | 53 kB 00:00 2023-10-08T21:20:57.183 INFO:teuthology.orchestra.run.smithi136.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 518 kB/s | 53 kB 00:00 2023-10-08T21:20:57.205 INFO:teuthology.orchestra.run.smithi123.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 527 kB/s | 51 kB 00:00 2023-10-08T21:20:57.208 INFO:teuthology.orchestra.run.smithi136.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 403 kB/s | 51 kB 00:00 2023-10-08T21:20:57.223 INFO:teuthology.orchestra.run.smithi123.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 796 kB/s | 91 kB 00:00 2023-10-08T21:20:57.242 INFO:teuthology.orchestra.run.smithi136.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-10-08T21:20:57.248 INFO:teuthology.orchestra.run.smithi123.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-10-08T21:20:57.267 INFO:teuthology.orchestra.run.smithi136.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-10-08T21:20:57.290 INFO:teuthology.orchestra.run.smithi123.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-10-08T21:20:57.293 INFO:teuthology.orchestra.run.smithi136.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-10-08T21:20:57.315 INFO:teuthology.orchestra.run.smithi123.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.0 MB/s | 72 kB 00:00 2023-10-08T21:20:57.349 INFO:teuthology.orchestra.run.smithi123.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.6 MB/s | 56 kB 00:00 2023-10-08T21:20:57.361 INFO:teuthology.orchestra.run.smithi136.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 822 kB/s | 56 kB 00:00 2023-10-08T21:20:57.424 INFO:teuthology.orchestra.run.smithi123.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-10-08T21:20:57.435 INFO:teuthology.orchestra.run.smithi136.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-10-08T21:20:57.441 INFO:teuthology.orchestra.run.smithi123.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 556 kB/s | 51 kB 00:00 2023-10-08T21:20:57.460 INFO:teuthology.orchestra.run.smithi136.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 516 kB/s | 51 kB 00:00 2023-10-08T21:20:57.491 INFO:teuthology.orchestra.run.smithi123.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-10-08T21:20:57.502 INFO:teuthology.orchestra.run.smithi136.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 7.5 MB/s | 322 kB 00:00 2023-10-08T21:20:57.525 INFO:teuthology.orchestra.run.smithi123.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-10-08T21:20:57.544 INFO:teuthology.orchestra.run.smithi136.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 981 kB/s | 41 kB 00:00 2023-10-08T21:20:57.617 INFO:teuthology.orchestra.run.smithi123.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-10-08T21:20:57.652 INFO:teuthology.orchestra.run.smithi136.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 20 MB/s | 2.2 MB 00:00 2023-10-08T21:20:57.751 INFO:teuthology.orchestra.run.smithi123.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-10-08T21:20:57.769 INFO:teuthology.orchestra.run.smithi136.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-10-08T21:20:57.926 INFO:teuthology.orchestra.run.smithi123.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-10-08T21:20:57.928 INFO:teuthology.orchestra.run.smithi136.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 23 MB/s | 6.4 MB 00:00 2023-10-08T21:20:58.026 INFO:teuthology.orchestra.run.smithi123.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-10-08T21:20:58.028 INFO:teuthology.orchestra.run.smithi136.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 26 MB/s | 6.8 MB 00:00 2023-10-08T21:20:58.076 INFO:teuthology.orchestra.run.smithi123.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-10-08T21:20:58.078 INFO:teuthology.orchestra.run.smithi136.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-10-08T21:20:58.093 INFO:teuthology.orchestra.run.smithi123.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-10-08T21:20:58.104 INFO:teuthology.orchestra.run.smithi136.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-10-08T21:20:58.119 INFO:teuthology.orchestra.run.smithi123.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.2 MB/s | 51 kB 00:00 2023-10-08T21:20:58.138 INFO:teuthology.orchestra.run.smithi136.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 860 kB/s | 51 kB 00:00 2023-10-08T21:20:58.293 INFO:teuthology.orchestra.run.smithi123.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-10-08T21:20:58.294 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-08T21:20:58.294 INFO:teuthology.orchestra.run.smithi123.stdout:Total 43 MB/s | 51 MB 00:01 2023-10-08T21:20:58.355 INFO:teuthology.orchestra.run.smithi136.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-10-08T21:20:58.355 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2023-10-08T21:20:58.355 INFO:teuthology.orchestra.run.smithi136.stdout:Total 40 MB/s | 51 MB 00:01 2023-10-08T21:20:58.770 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-08T21:20:58.812 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-08T21:20:58.812 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-08T21:20:58.832 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2023-10-08T21:20:58.874 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2023-10-08T21:20:58.875 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2023-10-08T21:20:59.260 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-08T21:20:59.264 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-08T21:20:59.324 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2023-10-08T21:20:59.327 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2023-10-08T21:21:00.469 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2023-10-08T21:21:00.472 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-08T21:21:00.517 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-08T21:21:00.530 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-08T21:21:00.665 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T21:21:00.675 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T21:21:00.687 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T21:21:00.697 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T21:21:00.705 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:00.717 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:00.882 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:00.920 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:17.930 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:18.015 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T21:21:19.742 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-08T21:21:19.796 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-08T21:21:19.994 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-08T21:21:20.004 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-08T21:21:20.187 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-08T21:21:20.217 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-08T21:21:20.368 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-08T21:21:20.398 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-08T21:21:20.552 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-08T21:21:20.553 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-08T21:21:20.553 INFO:teuthology.orchestra.run.smithi136.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-08T21:21:20.553 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:21:20.610 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-08T21:21:20.610 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-08T21:21:20.610 INFO:teuthology.orchestra.run.smithi123.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-08T21:21:20.610 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:21:21.375 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-08T21:21:21.447 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-08T21:21:21.619 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-08T21:21:21.692 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-08T21:21:23.088 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-08T21:21:23.182 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-08T21:21:23.396 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-08T21:21:23.545 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-08T21:21:23.831 INFO:teuthology.orchestra.run.smithi136.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-08T21:21:23.914 INFO:teuthology.orchestra.run.smithi123.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-08T21:21:24.117 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-08T21:21:24.199 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-08T21:21:24.852 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-08T21:21:24.918 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-08T21:21:25.589 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-08T21:21:25.656 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-08T21:21:25.809 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-08T21:21:25.874 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-08T21:21:26.026 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-08T21:21:26.090 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-08T21:21:26.235 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-08T21:21:26.275 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-08T21:21:26.366 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-08T21:21:26.367 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T21:21:26.448 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-08T21:21:26.448 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T21:21:26.685 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T21:21:26.743 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T21:21:26.892 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-08T21:21:26.892 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T21:21:26.959 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-08T21:21:26.959 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T21:21:27.052 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T21:21:27.134 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T21:21:27.194 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T21:21:27.292 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T21:21:27.377 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-08T21:21:27.476 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-08T21:21:27.527 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-08T21:21:27.617 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-08T21:21:27.692 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-08T21:21:27.784 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-08T21:21:27.852 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-08T21:21:27.942 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-08T21:21:27.985 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-08T21:21:28.059 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-08T21:21:28.134 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-08T21:21:28.134 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:28.199 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-08T21:21:28.200 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:28.318 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:28.400 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:28.851 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-08T21:21:29.018 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-08T21:21:29.237 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-08T21:21:29.238 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-08T21:21:29.239 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-08T21:21:29.386 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T21:21:29.386 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-08T21:21:29.386 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-08T21:21:29.386 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-08T21:21:29.386 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-08T21:21:29.387 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-08T21:21:29.388 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-08T21:21:29.389 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-08T21:21:30.652 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-08T21:21:30.652 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:02:07 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:21:30.868 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-08T21:21:30.868 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:07 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:21:33.578 INFO:teuthology.orchestra.run.smithi136.stdout:Installed products updated. 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout:Downgraded: 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.784 INFO:teuthology.orchestra.run.smithi136.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:33.785 INFO:teuthology.orchestra.run.smithi136.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T21:21:33.786 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:21:33.786 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-10-08T21:21:33.826 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-08T21:21:33.967 DEBUG:teuthology.parallel:result is None 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout:Downgraded: 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.025 INFO:teuthology.orchestra.run.smithi123.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-08T21:21:34.026 INFO:teuthology.orchestra.run.smithi123.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T21:21:34.027 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:21:34.027 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-08T21:21:34.227 DEBUG:teuthology.parallel:result is None 2023-10-08T21:21:34.227 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-08T21:21:34.236 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-08T21:21:34.237 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:21:34.237 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:21:34.253 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-10-08T21:21:34.253 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_1 2023-10-08T21:21:34.310 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T21:21:34.310 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 393591 Links: 1 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:21:29.141119159 +0000 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:20:17.962848566 +0000 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:20:17.962848566 +0000 2023-10-08T21:21:34.311 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:21:34.311 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T21:21:34.374 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:21:34.375 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:21:34.375 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000250934 s, 2.0 MB/s 2023-10-08T21:21:34.376 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T21:21:34.433 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_2 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 394431 Links: 1 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:21:29.141119159 +0000 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:20:18.464836822 +0000 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:20:18.464836822 +0000 2023-10-08T21:21:34.490 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:21:34.490 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T21:21:34.555 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:21:34.555 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:21:34.555 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000238001 s, 2.2 MB/s 2023-10-08T21:21:34.556 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T21:21:34.614 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_3 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 385985 Links: 1 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:21:29.141119159 +0000 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:20:18.957825289 +0000 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:20:18.957825289 +0000 2023-10-08T21:21:34.670 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:21:34.671 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T21:21:34.735 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:21:34.735 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:21:34.735 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000284937 s, 1.8 MB/s 2023-10-08T21:21:34.736 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T21:21:34.793 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_4 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 395538 Links: 1 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:21:29.141119159 +0000 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:20:19.461813497 +0000 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:20:19.461813497 +0000 2023-10-08T21:21:34.850 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:21:34.851 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T21:21:34.915 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:21:34.915 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:21:34.915 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.00017976 s, 2.8 MB/s 2023-10-08T21:21:34.916 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T21:21:34.974 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-10-08T21:21:35.092 INFO:teuthology.orchestra.run.smithi123.stdout:loop 2023-10-08T21:21:35.093 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2023-10-08T21:21:35.094 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-10-08T21:21:35.128 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-10-08T21:21:35.163 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_11 2023-10-08T21:21:35.206 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2023-10-08T21:21:35.207 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-10-08T21:21:35.280 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-10-08T21:21:35.315 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_21 2023-10-08T21:21:35.355 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2023-10-08T21:21:35.355 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-10-08T21:21:35.430 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-10-08T21:21:35.465 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_31 2023-10-08T21:21:35.504 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2023-10-08T21:21:35.504 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-10-08T21:21:35.583 INFO:teuthology.orchestra.run.smithi123.stdout:1 2023-10-08T21:21:35.618 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_41 2023-10-08T21:21:35.708 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:21:35.708 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:21:35.770 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme list 2023-10-08T21:21:35.835 INFO:teuthology.orchestra.run.smithi123.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T21:21:35.835 INFO:teuthology.orchestra.run.smithi123.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T21:21:35.835 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme0n1 PHFT620400YK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-10-08T21:21:35.835 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme1n1 9159c805ac3f6be5a265 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:35.836 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme2n1 3e0e780e5123c6b67790 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:35.836 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme3n1 a679f0b3f4ebbde8f648 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:35.836 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme4n1 e1eea1a43fc234325b8d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:35.836 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T21:21:35.837 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:21:35.837 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2023-10-08T21:21:35.902 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:21:35.902 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:21:35.923 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-10-08T21:21:35.923 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2023-10-08T21:21:35.983 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T21:21:35.983 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:35.983 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 386788 Links: 1 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:21:28.987426891 +0000 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:20:17.898119780 +0000 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:20:17.898119780 +0000 2023-10-08T21:21:35.984 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:21:35.984 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T21:21:36.053 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:21:36.053 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:21:36.053 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.00028394 s, 1.8 MB/s 2023-10-08T21:21:36.054 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T21:21:36.114 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 386908 Links: 1 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:21:28.987426891 +0000 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:20:18.392108911 +0000 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:20:18.392108911 +0000 2023-10-08T21:21:36.174 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:21:36.175 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T21:21:36.241 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:21:36.241 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:21:36.241 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000241193 s, 2.1 MB/s 2023-10-08T21:21:36.242 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T21:21:36.301 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2023-10-08T21:21:36.359 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T21:21:36.359 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:36.359 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 391508 Links: 1 2023-10-08T21:21:36.359 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:36.359 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:36.360 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:21:28.987426891 +0000 2023-10-08T21:21:36.360 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:20:18.899097756 +0000 2023-10-08T21:21:36.360 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:20:18.899097756 +0000 2023-10-08T21:21:36.360 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:21:36.360 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T21:21:36.426 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:21:36.427 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:21:36.427 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000249596 s, 2.1 MB/s 2023-10-08T21:21:36.428 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T21:21:36.486 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 395102 Links: 1 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:21:28.987426891 +0000 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:20:19.399086755 +0000 2023-10-08T21:21:36.545 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:20:19.399086755 +0000 2023-10-08T21:21:36.546 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:21:36.546 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T21:21:36.612 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:21:36.612 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:21:36.612 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000230021 s, 2.2 MB/s 2023-10-08T21:21:36.613 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T21:21:36.672 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:21:36.815 INFO:teuthology.orchestra.run.smithi136.stdout:loop 2023-10-08T21:21:36.817 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_1... 2023-10-08T21:21:36.817 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:21:36.852 INFO:teuthology.orchestra.run.smithi136.stdout:1 2023-10-08T21:21:36.886 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_11 2023-10-08T21:21:36.934 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_2... 2023-10-08T21:21:36.934 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:21:37.010 INFO:teuthology.orchestra.run.smithi136.stdout:1 2023-10-08T21:21:37.045 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_21 2023-10-08T21:21:37.085 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_3... 2023-10-08T21:21:37.085 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:21:37.160 INFO:teuthology.orchestra.run.smithi136.stdout:1 2023-10-08T21:21:37.195 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_31 2023-10-08T21:21:37.234 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_4... 2023-10-08T21:21:37.234 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:21:37.311 INFO:teuthology.orchestra.run.smithi136.stdout:1 2023-10-08T21:21:37.346 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_41 2023-10-08T21:21:37.437 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:21:37.437 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:21:37.493 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme list 2023-10-08T21:21:37.558 INFO:teuthology.orchestra.run.smithi136.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T21:21:37.558 INFO:teuthology.orchestra.run.smithi136.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T21:21:37.558 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme0n1 CVPD514100122P0SGN INTEL SSDPEDMX020T4 1 2.00 TB / 2.00 TB 512 B + 0 B 8DV10171 2023-10-08T21:21:37.558 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme1n1 b734be25396559f56e3a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:37.558 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme2n1 f35be0dc52567572bdd0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:37.559 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme3n1 f88ffa01705fb8e9bd64 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:37.559 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme4n1 2558016c72557e39dbf9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T21:21:37.560 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T21:21:37.560 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:21:37.560 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/scratch_devs 2023-10-08T21:21:37.625 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-08T21:21:37.699 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': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45'} 2023-10-08T21:21:37.699 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T21:21:37.699 INFO:tasks.cephadm:Cluster fsid is aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:21:37.699 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-08T21:21:37.699 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-08T21:21:37.700 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi123': '172.21.15.123', 'mon.smithi136': '172.21.15.136'} 2023-10-08T21:21:37.700 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-08T21:21:37.700 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2023-10-08T21:21:37.733 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2023-10-08T21:21:37.760 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-08T21:21:37.761 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T21:21:37.986 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', '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/73084/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-623-gb92fa67a', 'node_name': '172.21.4.64+confusa02', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-623.gb92fa67a'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-07 01:39:28.000284', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-testing-2023-10-06-1539-reef', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}, {'status': 'ready', 'sha1': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73084/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-623-gb92fa67a', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-623.gb92fa67a'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-06 22:55:53.682126', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-testing-2023-10-06-1539-reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-10-08T21:21:38.128 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk4-testing-2023-10-06-1539-reef, sha1 b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T21:21:38.128 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/x86_64/flavors/default/cephadm 2023-10-08T21:21:38.128 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T21:21:38.759 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-rw-r--. 1 ubuntu ubuntu 690120 Oct 8 21:21 /home/ubuntu/cephtest/cephadm 2023-10-08T21:21:39.157 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T21:21:39.517 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r--. 1 ubuntu ubuntu 690120 Oct 8 21:21 /home/ubuntu/cephtest/cephadm 2023-10-08T21:21:39.663 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-10-08T21:21:39.685 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T21:21:39.714 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 on all hosts... 2023-10-08T21:21:39.714 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 pull 2023-10-08T21:21:39.727 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 pull 2023-10-08T21:21:41.309 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T21:21:41.411 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T21:22:21.469 INFO:teuthology.orchestra.run.smithi123.stdout:{ 2023-10-08T21:22:22.050 INFO:teuthology.orchestra.run.smithi123.stdout: "ceph_version": "ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable)", 2023-10-08T21:22:22.050 INFO:teuthology.orchestra.run.smithi123.stdout: "image_id": "1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242", 2023-10-08T21:22:22.050 INFO:teuthology.orchestra.run.smithi123.stdout: "repo_digests": [ 2023-10-08T21:22:22.051 INFO:teuthology.orchestra.run.smithi123.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a" 2023-10-08T21:22:22.051 INFO:teuthology.orchestra.run.smithi123.stdout: ] 2023-10-08T21:22:22.051 INFO:teuthology.orchestra.run.smithi123.stdout:} 2023-10-08T21:22:31.983 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2023-10-08T21:22:31.983 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable)", 2023-10-08T21:22:31.983 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242", 2023-10-08T21:22:31.984 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2023-10-08T21:22:31.984 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a" 2023-10-08T21:22:31.984 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2023-10-08T21:22:31.984 INFO:teuthology.orchestra.run.smithi136.stdout:} 2023-10-08T21:22:32.009 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /etc/ceph 2023-10-08T21:22:32.047 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2023-10-08T21:22:32.079 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 777 /etc/ceph 2023-10-08T21:22:32.120 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2023-10-08T21:22:32.147 INFO:tasks.cephadm:Writing seed config... 2023-10-08T21:22:32.148 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-08T21:22:32.149 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-08T21:22:32.150 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:22:32.150 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-08T21:22:32.180 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 = aa498434-6620-11ee-8db5-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-10-08T21:22:32.181 DEBUG:teuthology.orchestra.run.smithi123:mon.smithi123> sudo journalctl -f -n 0 -u ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service 2023-10-08T21:22:32.223 INFO:tasks.cephadm:Bootstrapping... 2023-10-08T21:22:32.223 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 -v bootstrap --fsid aa498434-6620-11ee-8db5-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.123 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:22:32.254 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:-- Logs begin at Sun 2023-10-08 21:10:39 UTC. -- 2023-10-08T21:22:32.402 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-08T21:22:32.402 INFO:teuthology.orchestra.run.smithi123.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', '-v', 'bootstrap', '--fsid', 'aa498434-6620-11ee-8db5-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.123', '--skip-admin-label'] 2023-10-08T21:22:32.464 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stdout 3.0.1 2023-10-08T21:22:32.464 INFO:teuthology.orchestra.run.smithi123.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-08T21:22:32.464 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying podman|docker is present... 2023-10-08T21:22:32.518 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stdout 3.0.1 2023-10-08T21:22:32.518 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying lvm2 is present... 2023-10-08T21:22:32.518 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying time synchronization is in place... 2023-10-08T21:22:32.525 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T21:22:32.525 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T21:22:32.531 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T21:22:32.531 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:22:32.536 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout enabled 2023-10-08T21:22:32.542 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout active 2023-10-08T21:22:32.542 INFO:teuthology.orchestra.run.smithi123.stdout:Unit chronyd.service is enabled and running 2023-10-08T21:22:32.542 INFO:teuthology.orchestra.run.smithi123.stdout:Repeating the final host check... 2023-10-08T21:22:32.599 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stdout 3.0.1 2023-10-08T21:22:32.599 INFO:teuthology.orchestra.run.smithi123.stdout:podman (/bin/podman) version 3.0.1 is present 2023-10-08T21:22:32.599 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl is present 2023-10-08T21:22:32.600 INFO:teuthology.orchestra.run.smithi123.stdout:lvcreate is present 2023-10-08T21:22:32.605 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T21:22:32.605 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T21:22:32.610 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T21:22:32.611 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:22:32.616 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout enabled 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout active 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:Unit chronyd.service is enabled and running 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:Host looks OK 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:Cluster fsid: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:Acquiring lock 140637315718616 on /run/cephadm/aa498434-6620-11ee-8db5-212e2dc638e7.lock 2023-10-08T21:22:32.622 INFO:teuthology.orchestra.run.smithi123.stdout:Lock 140637315718616 acquired on /run/cephadm/aa498434-6620-11ee-8db5-212e2dc638e7.lock 2023-10-08T21:22:32.623 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying IP 172.21.15.123 port 3300 ... 2023-10-08T21:22:32.623 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying IP 172.21.15.123 port 6789 ... 2023-10-08T21:22:32.623 INFO:teuthology.orchestra.run.smithi123.stdout:Base mon IP(s) is [172.21.15.123:3300, 172.21.15.123:6789], mon addrv is [v2:172.21.15.123:3300,v1:172.21.15.123:6789] 2023-10-08T21:22:32.626 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T21:22:32.626 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.123 metric 100 2023-10-08T21:22:32.629 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-08T21:22:32.629 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-10-08T21:22:32.629 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout inet6 fe80::dae8:1f8c:2586:f60/64 scope link noprefixroute 2023-10-08T21:22:32.632 INFO:teuthology.orchestra.run.smithi123.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T21:22:32.633 INFO:teuthology.orchestra.run.smithi123.stdout:Mon IP `172.21.15.123` is in CIDR network `172.21.0.0/20` 2023-10-08T21:22:32.633 INFO:teuthology.orchestra.run.smithi123.stdout:Mon IP `172.21.15.123` is in CIDR network `172.21.0.0/20` 2023-10-08T21:22:32.633 INFO:teuthology.orchestra.run.smithi123.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-08T21:22:32.633 INFO:teuthology.orchestra.run.smithi123.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-08T21:22:32.634 INFO:teuthology.orchestra.run.smithi123.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stdout 1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Getting image source signatures 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Copying blob sha256:4372c9b57a0b1c96c8612a3bafa9252fa30100530fbfdf39a05e19663dd4741a 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Copying blob sha256:be9ed931e0f930233626f1c4d225977fbcc33e056e1a8fc67c7f63553d9455a2 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Copying config sha256:1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-08T21:22:32.975 INFO:teuthology.orchestra.run.smithi123.stdout:/bin/podman: stderr Storing signatures 2023-10-08T21:22:34.006 INFO:teuthology.orchestra.run.smithi123.stdout:ceph: stdout ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable) 2023-10-08T21:22:34.006 INFO:teuthology.orchestra.run.smithi123.stdout:Ceph version: ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable) 2023-10-08T21:22:34.007 INFO:teuthology.orchestra.run.smithi123.stdout:Extracting ceph user uid/gid from container image... 2023-10-08T21:22:34.957 INFO:teuthology.orchestra.run.smithi123.stdout:stat: stdout 167 167 2023-10-08T21:22:34.957 INFO:teuthology.orchestra.run.smithi123.stdout:Creating initial keys... 2023-10-08T21:22:35.914 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph-authtool: stdout AQCbHSNlm7nPEhAAg+5pRqQLUsDOHy2KfSuLMg== 2023-10-08T21:22:36.953 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph-authtool: stdout AQCcHSNlJfP0EhAAm0aZ4nHjloKkOdNu3XMubA== 2023-10-08T21:22:37.858 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph-authtool: stdout AQCdHSNlZ1xHEBAA6zV3i/4Z7ASaoK2uzW7wPw== 2023-10-08T21:22:37.859 INFO:teuthology.orchestra.run.smithi123.stdout:Creating initial monmap... 2023-10-08T21:22:38.841 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:monmaptool for smithi123 [v2:172.21.15.123:3300,v1:172.21.15.123:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:setting min_mon_release = pacific 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: set fsid to aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:22:38.842 INFO:teuthology.orchestra.run.smithi123.stdout:Creating mon... 2023-10-08T21:22:39.836 INFO:teuthology.orchestra.run.smithi123.stdout:create mon.smithi123 on 2023-10-08T21:22:40.038 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-08T21:22:40.160 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target. 2023-10-08T21:22:40.160 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target. 2023-10-08T21:22:40.332 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123 2023-10-08T21:22:40.333 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Failed to reset failed state of unit ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service: Unit ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service not loaded. 2023-10-08T21:22:40.417 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target.wants/ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service → /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7@.service. 2023-10-08T21:22:40.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:40 smithi123 systemd[1]: Starting Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:22:41.037 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T21:22:41.037 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout disabled 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:firewalld.service is not enabled 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mon to start... 2023-10-08T21:22:41.045 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mon... 2023-10-08T21:22:41.276 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:41 smithi123 bash[95085]: 5d7f19b1bddd80359e73ffafac95049a47d4fdf0b3818a0e61ef32fce3ed5a72 2023-10-08T21:22:41.276 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:41 smithi123 systemd[1]: Started Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7. 2023-10-08T21:22:41.276 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:41 smithi123 ceph-mon[95151]: mkfs aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:41.276 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:41 smithi123 ceph-mon[95151]: mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2023-10-08T21:22:42.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout cluster: 2023-10-08T21:22:42.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout id: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:42.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-08T21:22:42.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:42.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout services: 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi123 (age 0.521065s) 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout data: 2023-10-08T21:22:42.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout pgs: 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:mon is available 2023-10-08T21:22:42.275 INFO:teuthology.orchestra.run.smithi123.stdout:Assimilating anything we can from ceph.conf... 2023-10-08T21:22:42.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2023-10-08T21:22:42.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: monmap e1: 1 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} removed_ranks: {} 2023-10-08T21:22:42.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: fsmap 2023-10-08T21:22:42.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T21:22:42.454 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: mgrmap e1: no daemons active 2023-10-08T21:22:42.454 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:42 smithi123 ceph-mon[95151]: from='client.? 172.21.15.123:0/926243769' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-08T21:22:43.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:43 smithi123 ceph-mon[95151]: from='client.? 172.21.15.123:0/1581856390' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T21:22:43.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:43 smithi123 ceph-mon[95151]: from='client.? 172.21.15.123:0/1581856390' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-08T21:22:43.297 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:43.297 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T21:22:43.297 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout fsid = aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:43.297 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.123:3300,v1:172.21.15.123:6789] 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T21:22:43.298 INFO:teuthology.orchestra.run.smithi123.stdout:Generating new minimal ceph.conf... 2023-10-08T21:22:44.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:44 smithi123 ceph-mon[95151]: from='client.? 172.21.15.123:0/3980828357' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:22:44.321 INFO:teuthology.orchestra.run.smithi123.stdout:Restarting the monitor... 2023-10-08T21:22:44.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:44 smithi123 systemd[1]: Stopping Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:22:44.886 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:44 smithi123 conmon[95127]: 2023-10-08T21:22:44.578+0000 7f0e9d607700 -1 received signal: Terminated from /dev/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-10-08T21:22:44.887 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:44 smithi123 conmon[95127]: 2023-10-08T21:22:44.578+0000 7f0e9d607700 -1 mon.smithi123@0(leader) e1 *** Got Signal Terminated *** 2023-10-08T21:22:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 bash[95706]: 5d7f19b1bddd80359e73ffafac95049a47d4fdf0b3818a0e61ef32fce3ed5a72 2023-10-08T21:22:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 systemd[1]: ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service: Succeeded. 2023-10-08T21:22:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 systemd[1]: Stopped Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7. 2023-10-08T21:22:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 systemd[1]: Starting Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:22:45.916 INFO:teuthology.orchestra.run.smithi123.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-08T21:22:46.163 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T21:22:46.163 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable), process ceph-mon, pid 7 2023-10-08T21:22:46.163 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: pidfile_write: ignore empty --pid-file 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 bash[96033]: c23d0832c582b1c38455f0ae3862634b28c8b900b2bdedd9c5a62174c722f4bb 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: load: jerasure load: lrc 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 systemd[1]: Started Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7. 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: RocksDB version: 7.9.2 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Git sha 0 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Compile date 2023-10-06 21:59:22 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: DB SUMMARY 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: DB Session ID: 87ON0IQWWUQY7AFKPX0Z 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: CURRENT file: CURRENT 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-08T21:22:46.164 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi123/store.db dir, Total Num: 1, files: 000008.sst 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi123/store.db: 000009.log size: 83710 ; 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.error_if_exists: 0 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.create_if_missing: 0 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.paranoid_checks: 1 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.env: 0x556d74968720 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.fs: PosixFileSystem 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.info_log: 0x556d7638b2c0 2023-10-08T21:22:46.165 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.statistics: (nil) 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.use_fsync: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_log_file_size: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_fallocate: 1 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.use_direct_reads: 0 2023-10-08T21:22:46.166 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T21:22:46.167 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T21:22:46.167 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.db_log_dir: 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.wal_dir: 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T21:22:46.168 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.write_buffer_manager: 0x556d7561a5a0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T21:22:46.169 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.unordered_write: 0 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.row_cache: None 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.wal_filter: None 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.two_write_queues: 0 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T21:22:46.170 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.wal_compression: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.atomic_flush: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.log_readahead_size: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T21:22:46.171 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T21:22:46.172 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_background_jobs: 2 2023-10-08T21:22:46.172 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_background_compactions: -1 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_subcompactions: 1 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T21:22:46.173 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_open_files: -1 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_background_flushes: -1 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Compression algorithms supported: 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kZSTD supported: 0 2023-10-08T21:22:46.174 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kXpressCompression supported: 0 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kZlibCompression supported: 1 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kSnappyCompression supported: 1 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kLZ4Compression supported: 1 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: kBZip2Compression supported: 0 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi123/store.db/MANIFEST-000010 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.merge_operator: 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_filter: None 2023-10-08T21:22:46.175 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556d7638b3c0) 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: cache_index_and_filter_blocks: 1 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: pin_top_level_index_and_filter: 1 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: index_type: 0 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: data_block_index_type: 0 2023-10-08T21:22:46.176 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: index_shortening: 1 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: checksum: 4 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: no_block_cache: 0 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_cache: 0x556d7569d1f0 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_cache_name: BinnedLRUCache 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_cache_options: 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: capacity : 536870912 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: num_shard_bits : 4 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: strict_capacity_limit : 0 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: high_pri_pool_ratio: 0.000 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_cache_compressed: (nil) 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: persistent_cache: (nil) 2023-10-08T21:22:46.177 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_size: 4096 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_size_deviation: 10 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_restart_interval: 16 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: index_block_restart_interval: 1 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: metadata_block_size: 4096 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: partition_filters: 0 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: use_delta_encoding: 1 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: filter_policy: bloomfilter 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: whole_key_filtering: 1 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: verify_compression: 0 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: read_amp_bytes_per_bit: 0 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: format_version: 5 2023-10-08T21:22:46.178 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: enable_index_compression: 1 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: block_align: 0 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: max_auto_readahead_size: 262144 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: prepopulate_block_cache: 0 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: initial_auto_readahead_size: 8192 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: num_file_reads_for_auto_readahead: 2 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression: NoCompression 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T21:22:46.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.num_levels: 7 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T21:22:46.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T21:22:46.181 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T21:22:46.182 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.arena_block_size: 1048576 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T21:22:46.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.table_properties_collectors: 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.inplace_update_support: 0 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T21:22:46.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.bloom_locality: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.max_successive_merges: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.ttl: 2592000 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enable_blob_files: false 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.min_blob_size: 0 2023-10-08T21:22:46.185 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.blob_file_starting_level: 0 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi123/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-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e0bf3119-e395-48d9-945b-947fbe265617 2023-10-08T21:22:46.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800165915699, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800165916950, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80482, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78665, "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": 9753, "raw_average_key_size": 47, "raw_value_size": 73085, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "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": 1696800165, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e0bf3119-e395-48d9-945b-947fbe265617", "db_session_id": "87ON0IQWWUQY7AFKPX0Z", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800165917045, "job": 1, "event": "recovery_finished"} 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi123/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556d75738000 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: DB pointer 0x556d75726000 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** DB Stats ** 2023-10-08T21:22:46.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T21:22:46.187 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-10-08T21:22:46.187 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-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T21:22:46.188 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-10-08T21:22:46.188 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-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** Compaction Stats [default] ** 2023-10-08T21:22:46.188 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-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:22:46.188 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 101.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:22:46.188 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** Compaction Stats [default] ** 2023-10-08T21:22:46.189 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-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T21:22:46.189 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 101.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.189 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-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T21:22:46.189 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Cumulative compaction: 0.00 GB write, 19.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Interval compaction: 0.00 GB write, 19.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T21:22:46.190 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-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: Block cache BinnedLRUCache@0x556d7569d1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.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-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: starting mon.smithi123 rank 0 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 aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???) e1 preinit fsid aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).mds e1 new map 2023-10-08T21:22:46.190 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).mds e1 print_map 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: e1 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T21:22:46.191 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} 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: legacy client fscid: -1 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout: No filesystems configured 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:22:46.191 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expand map: {default=false} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta from 'false' to 'false' 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expanded map: {default=false} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expand map: {default=info} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta from 'info' to 'info' 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expanded map: {default=info} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expand map: {default=daemon} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expanded map: {default=daemon} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expand map: {default=debug} 2023-10-08T21:22:46.192 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta from 'debug' to 'debug' 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: expand_channel_meta expanded map: {default=debug} 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: monmap e1: 1 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} removed_ranks: {} 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: fsmap 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T21:22:46.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:45 smithi123 ceph-mon[96098]: mgrmap e1: no daemons active 2023-10-08T21:22:46.987 INFO:teuthology.orchestra.run.smithi123.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-08T21:22:47.001 INFO:teuthology.orchestra.run.smithi123.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:22:47.002 INFO:teuthology.orchestra.run.smithi123.stdout:Creating mgr... 2023-10-08T21:22:47.002 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-08T21:22:47.002 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-08T21:22:47.003 INFO:teuthology.orchestra.run.smithi123.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-08T21:22:47.174 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mgr.smithi123.dicbzp 2023-10-08T21:22:47.174 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Failed to reset failed state of unit ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mgr.smithi123.dicbzp.service: Unit ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mgr.smithi123.dicbzp.service not loaded. 2023-10-08T21:22:47.262 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7.target.wants/ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mgr.smithi123.dicbzp.service → /etc/systemd/system/ceph-aa498434-6620-11ee-8db5-212e2dc638e7@.service. 2023-10-08T21:22:47.694 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:47 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1980503498' entity='client.admin' 2023-10-08T21:22:47.834 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T21:22:47.834 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout disabled 2023-10-08T21:22:47.841 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T21:22:47.841 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:22:47.841 INFO:teuthology.orchestra.run.smithi123.stdout:firewalld.service is not enabled 2023-10-08T21:22:47.841 INFO:teuthology.orchestra.run.smithi123.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T21:22:47.849 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T21:22:47.849 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout disabled 2023-10-08T21:22:47.856 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T21:22:47.856 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:22:47.857 INFO:teuthology.orchestra.run.smithi123.stdout:firewalld.service is not enabled 2023-10-08T21:22:47.857 INFO:teuthology.orchestra.run.smithi123.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-08T21:22:47.857 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mgr to start... 2023-10-08T21:22:47.857 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mgr... 2023-10-08T21:22:48.652 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:48 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2269923375' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsid": "aa498434-6620-11ee-8db5-212e2dc638e7", 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.067 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 0 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "smithi123" 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T21:22:49.068 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T21:22:49.069 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.070 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:49.071 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T21:22:41.046697+0000", 2023-10-08T21:22:49.072 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:49.072 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:49.072 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T21:22:49.072 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:22:49.072 INFO:teuthology.orchestra.run.smithi123.stdout:mgr not available, waiting (1/15)... 2023-10-08T21:22:52.172 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:52.172 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:22:52.172 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsid": "aa498434-6620-11ee-8db5-212e2dc638e7", 2023-10-08T21:22:52.172 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T21:22:52.172 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 0 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "smithi123" 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-08T21:22:52.173 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T21:22:52.174 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T21:22:52.178 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T21:22:52.179 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T21:22:41.046697+0000", 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:52.180 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T21:22:52.181 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:22:52.181 INFO:teuthology.orchestra.run.smithi123.stdout:mgr not available, waiting (2/15)... 2023-10-08T21:22:52.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:51 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2915326116' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T21:22:54.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: Activating manager daemon smithi123.dicbzp 2023-10-08T21:22:54.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: mgrmap e2: smithi123.dicbzp(active, starting, since 0.00284823s) 2023-10-08T21:22:54.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T21:22:54.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi123.dicbzp", "id": "smithi123.dicbzp"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: Manager daemon smithi123.dicbzp is now available 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/mirror_snapshot_schedule"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/trash_purge_schedule"}]: dispatch 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' 2023-10-08T21:22:54.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:54 smithi123 ceph-mon[96098]: from='mgr.14100 172.21.15.123:0/726414445' entity='mgr.smithi123.dicbzp' 2023-10-08T21:22:55.272 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsid": "aa498434-6620-11ee-8db5-212e2dc638e7", 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.273 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 0 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "smithi123" 2023-10-08T21:22:55.274 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T21:22:55.275 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T21:22:55.276 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T21:22:55.281 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T21:22:55.282 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T21:22:41.046697+0000", 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:22:55.283 INFO:teuthology.orchestra.run.smithi123.stdout:mgr not available, waiting (3/15)... 2023-10-08T21:22:55.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:55 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/756989751' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T21:22:55.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:55 smithi123 ceph-mon[96098]: mgrmap e3: smithi123.dicbzp(active, since 1.00591s) 2023-10-08T21:22:58.184 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:57 smithi123 ceph-mon[96098]: mgrmap e4: smithi123.dicbzp(active, since 2s) 2023-10-08T21:22:58.523 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsid": "aa498434-6620-11ee-8db5-212e2dc638e7", 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T21:22:58.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 0 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "smithi123" 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.526 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T21:22:58.527 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.528 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ], 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T21:22:41.046697+0000", 2023-10-08T21:22:58.529 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T21:22:58.530 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout }, 2023-10-08T21:22:58.530 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T21:22:58.530 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:22:58.530 INFO:teuthology.orchestra.run.smithi123.stdout:mgr is available 2023-10-08T21:22:59.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:58 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1866285063' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout fsid = aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T21:22:59.820 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T21:22:59.821 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling cephadm module... 2023-10-08T21:23:00.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:22:59 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1597891247' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T21:23:01.183 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:00 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1593142044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-08T21:23:02.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:01 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1593142044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-08T21:23:02.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:01 smithi123 ceph-mon[96098]: mgrmap e5: smithi123.dicbzp(active, since 6s) 2023-10-08T21:23:02.777 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:23:02.777 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-08T21:23:02.777 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T21:23:02.777 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "active_name": "smithi123.dicbzp", 2023-10-08T21:23:02.777 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T21:23:02.778 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:23:02.778 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for the mgr to restart... 2023-10-08T21:23:02.778 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mgr epoch 5... 2023-10-08T21:23:02.958 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:02 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1203262558' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: Active manager daemon smithi123.dicbzp restarted 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: Activating manager daemon smithi123.dicbzp 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: osdmap e2: 0 total, 0 up, 0 in 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: mgrmap e6: smithi123.dicbzp(active, starting, since 0.00320276s) 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi123.dicbzp", "id": "smithi123.dicbzp"}]: dispatch 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T21:23:07.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: Manager daemon smithi123.dicbzp is now available 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:07.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:07 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:08.960 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: Found migration_current of "None". Setting to last migration. 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/mirror_snapshot_schedule"}]: dispatch 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/trash_purge_schedule"}]: dispatch 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:08.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:08 smithi123 ceph-mon[96098]: mgrmap e7: smithi123.dicbzp(active, since 1.00514s) 2023-10-08T21:23:09.126 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:23:09.127 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-08T21:23:09.127 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T21:23:09.127 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:23:09.127 INFO:teuthology.orchestra.run.smithi123.stdout:mgr epoch 5 is available 2023-10-08T21:23:09.127 INFO:teuthology.orchestra.run.smithi123.stdout:Setting orchestrator backend to cephadm... 2023-10-08T21:23:09.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:08] ENGINE Bus STARTING 2023-10-08T21:23:09.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:08] ENGINE Serving on https://172.21.15.123:7150 2023-10-08T21:23:09.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:08] ENGINE Serving on http://172.21.15.123:8765 2023-10-08T21:23:09.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:08] ENGINE Bus STARTED 2023-10-08T21:23:09.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T21:23:09.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:09 smithi123 ceph-mon[96098]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T21:23:10.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:10 smithi123 ceph-mon[96098]: mgrmap e8: smithi123.dicbzp(active, since 2s) 2023-10-08T21:23:10.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:10 smithi123 ceph-mon[96098]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:10.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:10 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:10.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:10 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:11.525 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-08T21:23:11.526 INFO:teuthology.orchestra.run.smithi123.stdout:Generating ssh key... 2023-10-08T21:23:12.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:11 smithi123 ceph-mon[96098]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:13.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:13 smithi123 ceph-mon[96098]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:13.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:13 smithi123 ceph-mon[96098]: Generating ssh key... 2023-10-08T21:23:13.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:13 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:13.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:13 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:14.249 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7iZd2oLcOig6X1mLnDZDVcGScAY2qZfYEdYK1lOcrMqzxlpY5mKpc3HJ+vvGj1swhwKGvHAPfODP66kn3QKPHqHo8mTN4eqhoEp+6dvIuS3b4IP7I2Y6Lj5zR/Y37s6lhZ7i1YfSurZlt2TgEz4OhCipSewoXT8j9gACVkEUB5/OPlooSFR1/1zvEZz3CiaDfdERdmv2jB4+B0zBDej7YZal7yuyrdR77Gzko3ITdNvlDSRNx9tNyK1BZGAPS54wBZefzJMk2cm/7OqZ/RcJWZvul260S8ihA8q3O4gi5Pk2OYVwmsKHm5yh8KGSc1rmPUUQcKv+zfekf0ljRGKkbHpLjGoKGOTmYHm6uis9acZy4ORA8fT+W9QBQD9vhnkJmp+0xCsKXTSWTacV5ropT2wwciJd26oCmJc+1bhfsRyKdiMEHqKKdILyHPH7gphlCvloFdN7qr0IFz2LANIZsgyM65g+IUGC/tTbO4/MQtnigcxcthL47KP2PV96ayhs= ceph-aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:23:14.250 INFO:teuthology.orchestra.run.smithi123.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-08T21:23:14.250 INFO:teuthology.orchestra.run.smithi123.stdout:Adding key to root@localhost authorized_keys... 2023-10-08T21:23:14.251 INFO:teuthology.orchestra.run.smithi123.stdout:Adding host smithi123... 2023-10-08T21:23:14.514 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:14 smithi123 ceph-mon[96098]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:15.728 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:15 smithi123 ceph-mon[96098]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi123", "addr": "172.21.15.123", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:17.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:16 smithi123 ceph-mon[96098]: Deploying cephadm binary to smithi123 2023-10-08T21:23:17.749 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Added host 'smithi123' with addr '172.21.15.123' 2023-10-08T21:23:17.749 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying mon service with default placement... 2023-10-08T21:23:18.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:18 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:18.457 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:18 smithi123 ceph-mon[96098]: Added host smithi123 2023-10-08T21:23:18.457 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:18 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:19.299 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-08T21:23:19.299 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying mgr service with default placement... 2023-10-08T21:23:19.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:19 smithi123 ceph-mon[96098]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:19.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:19 smithi123 ceph-mon[96098]: Saving service mon spec with placement count:5 2023-10-08T21:23:19.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:19 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:19.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:19 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:19.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:19 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:20.886 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-08T21:23:20.886 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying crash service with default placement... 2023-10-08T21:23:21.138 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:21 smithi123 ceph-mon[96098]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:21.139 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:21 smithi123 ceph-mon[96098]: Saving service mgr spec with placement count:2 2023-10-08T21:23:21.139 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:21 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:21.139 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:21 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:22.307 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-08T21:23:22.307 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying ceph-exporter service with default placement... 2023-10-08T21:23:22.828 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:22 smithi123 ceph-mon[96098]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:22.828 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:22 smithi123 ceph-mon[96098]: Saving service crash spec with placement * 2023-10-08T21:23:22.828 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:22 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:22.828 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:22 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:23.915 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-08T21:23:23.915 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying prometheus service with default placement... 2023-10-08T21:23:24.146 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:24 smithi123 ceph-mon[96098]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:24.146 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:24 smithi123 ceph-mon[96098]: Saving service ceph-exporter spec with placement * 2023-10-08T21:23:24.146 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:24 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:25.231 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-08T21:23:25.386 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying grafana service with default placement... 2023-10-08T21:23:25.921 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:25 smithi123 ceph-mon[96098]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:25.921 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:25 smithi123 ceph-mon[96098]: Saving service prometheus spec with placement count:1 2023-10-08T21:23:25.921 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:25 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:26.448 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-08T21:23:26.448 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying node-exporter service with default placement... 2023-10-08T21:23:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:26 smithi123 ceph-mon[96098]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:26 smithi123 ceph-mon[96098]: Saving service grafana spec with placement count:1 2023-10-08T21:23:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:26 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:27.672 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-08T21:23:27.672 INFO:teuthology.orchestra.run.smithi123.stdout:Deploying alertmanager service with default placement... 2023-10-08T21:23:28.365 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:28 smithi123 ceph-mon[96098]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:28.365 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:28 smithi123 ceph-mon[96098]: Saving service node-exporter spec with placement * 2023-10-08T21:23:28.365 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:28 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:28.366 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:28 smithi123 ceph-mon[96098]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:23:28.905 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-08T21:23:29.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:29 smithi123 ceph-mon[96098]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:29.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:29 smithi123 ceph-mon[96098]: Saving service alertmanager spec with placement count:1 2023-10-08T21:23:29.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:29 smithi123 ceph-mon[96098]: from='mgr.14120 172.21.15.123:0/2637543437' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:30.929 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:30 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1707893644' entity='client.admin' 2023-10-08T21:23:30.929 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:30 smithi123 ceph-mon[96098]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:23:31.255 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling the dashboard module... 2023-10-08T21:23:32.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:31 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3019728274' entity='client.admin' 2023-10-08T21:23:33.198 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:32 smithi123 ceph-mon[96098]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:23:33.198 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:32 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2881467069' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-08T21:23:34.084 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:33 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2881467069' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-08T21:23:34.085 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:33 smithi123 ceph-mon[96098]: mgrmap e9: smithi123.dicbzp(active, since 25s) 2023-10-08T21:23:34.839 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:23:34.839 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-08T21:23:34.839 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T21:23:34.840 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "active_name": "smithi123.dicbzp", 2023-10-08T21:23:34.840 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T21:23:34.840 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:23:34.840 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for the mgr to restart... 2023-10-08T21:23:34.840 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for mgr epoch 9... 2023-10-08T21:23:35.105 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:34 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3021384840' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T21:23:39.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: Active manager daemon smithi123.dicbzp restarted 2023-10-08T21:23:39.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: Activating manager daemon smithi123.dicbzp 2023-10-08T21:23:39.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: osdmap e3: 0 total, 0 up, 0 in 2023-10-08T21:23:39.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: mgrmap e10: smithi123.dicbzp(active, starting, since 0.0055698s) 2023-10-08T21:23:39.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi123.dicbzp", "id": "smithi123.dicbzp"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: Manager daemon smithi123.dicbzp is now available 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:39.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:39 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:23:40.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:40 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/mirror_snapshot_schedule"}]: dispatch 2023-10-08T21:23:40.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:40 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/trash_purge_schedule"}]: dispatch 2023-10-08T21:23:40.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:40 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:39] ENGINE Bus STARTING 2023-10-08T21:23:40.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:40 smithi123 ceph-mon[96098]: mgrmap e11: smithi123.dicbzp(active, since 1.00575s) 2023-10-08T21:23:41.270 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout { 2023-10-08T21:23:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-08T21:23:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T21:23:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout } 2023-10-08T21:23:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:mgr epoch 9 is available 2023-10-08T21:23:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:Generating a dashboard self-signed certificate... 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:40] ENGINE Serving on https://172.21.15.123:7150 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:40] ENGINE Serving on http://172.21.15.123:8765 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: [08/Oct/2023:21:23:40] ENGINE Bus STARTED 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:41.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:41 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:42.794 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:42 smithi123 ceph-mon[96098]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:42.794 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:42 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:42.794 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:42 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:42.795 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:42 smithi123 ceph-mon[96098]: mgrmap e12: smithi123.dicbzp(active, since 2s) 2023-10-08T21:23:43.001 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-08T21:23:43.002 INFO:teuthology.orchestra.run.smithi123.stdout:Creating initial admin user... 2023-10-08T21:23:44.310 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:44 smithi123 ceph-mon[96098]: 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-10-08T21:23:44.720 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$cxTkDdnvPeRNqdGO7u0Rc.1U.dqUblzxIFBres4D1A5jYDqR43iXi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696800224, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-08T21:23:44.720 INFO:teuthology.orchestra.run.smithi123.stdout:Fetching dashboard port number... 2023-10-08T21:23:45.407 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:45 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:45.903 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stdout 8443 2023-10-08T21:23:45.913 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T21:23:45.914 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout disabled 2023-10-08T21:23:45.921 INFO:teuthology.orchestra.run.smithi123.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T21:23:45.921 INFO:teuthology.orchestra.run.smithi123.stdout:systemctl: stdout inactive 2023-10-08T21:23:45.921 INFO:teuthology.orchestra.run.smithi123.stdout:firewalld.service is not enabled 2023-10-08T21:23:45.921 INFO:teuthology.orchestra.run.smithi123.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-08T21:23:45.922 INFO:teuthology.orchestra.run.smithi123.stdout:Ceph Dashboard is now available at: 2023-10-08T21:23:45.922 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:45.923 INFO:teuthology.orchestra.run.smithi123.stdout: URL: https://smithi123.front.sepia.ceph.com:8443/ 2023-10-08T21:23:45.923 INFO:teuthology.orchestra.run.smithi123.stdout: User: admin 2023-10-08T21:23:45.923 INFO:teuthology.orchestra.run.smithi123.stdout: Password: hywk6cyk44 2023-10-08T21:23:45.923 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:45.924 INFO:teuthology.orchestra.run.smithi123.stdout:Saving cluster configuration to /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config directory 2023-10-08T21:23:45.924 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling autotune for osd_memory_target 2023-10-08T21:23:46.161 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2459486232' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-08T21:23:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:47 smithi123 ceph-mon[96098]: mgrmap e13: smithi123.dicbzp(active, since 6s) 2023-10-08T21:23:48.432 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-08T21:23:48.432 INFO:teuthology.orchestra.run.smithi123.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-08T21:23:48.432 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.432 INFO:teuthology.orchestra.run.smithi123.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:23:48.432 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout:Or, if you are only running a single cluster on this host: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: ceph telemetry on 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout:For more information see: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-08T21:23:48.433 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:23:48.434 INFO:teuthology.orchestra.run.smithi123.stdout:Bootstrap complete. 2023-10-08T21:23:48.470 INFO:tasks.cephadm:Fetching config... 2023-10-08T21:23:48.471 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:23:48.471 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-08T21:23:48.487 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-08T21:23:48.488 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:23:48.488 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-08T21:23:48.544 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-08T21:23:48.545 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:23:48.545 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/keyring of=/dev/stdout 2023-10-08T21:23:48.612 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-08T21:23:48.612 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:23:48.612 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-08T21:23:48.668 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-08T21:23:48.669 DEBUG:teuthology.orchestra.run.smithi123:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7iZd2oLcOig6X1mLnDZDVcGScAY2qZfYEdYK1lOcrMqzxlpY5mKpc3HJ+vvGj1swhwKGvHAPfODP66kn3QKPHqHo8mTN4eqhoEp+6dvIuS3b4IP7I2Y6Lj5zR/Y37s6lhZ7i1YfSurZlt2TgEz4OhCipSewoXT8j9gACVkEUB5/OPlooSFR1/1zvEZz3CiaDfdERdmv2jB4+B0zBDej7YZal7yuyrdR77Gzko3ITdNvlDSRNx9tNyK1BZGAPS54wBZefzJMk2cm/7OqZ/RcJWZvul260S8ihA8q3O4gi5Pk2OYVwmsKHm5yh8KGSc1rmPUUQcKv+zfekf0ljRGKkbHpLjGoKGOTmYHm6uis9acZy4ORA8fT+W9QBQD9vhnkJmp+0xCsKXTSWTacV5ropT2wwciJd26oCmJc+1bhfsRyKdiMEHqKKdILyHPH7gphlCvloFdN7qr0IFz2LANIZsgyM65g+IUGC/tTbO4/MQtnigcxcthL47KP2PV96ayhs= ceph-aa498434-6620-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T21:23:48.750 INFO:teuthology.orchestra.run.smithi123.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7iZd2oLcOig6X1mLnDZDVcGScAY2qZfYEdYK1lOcrMqzxlpY5mKpc3HJ+vvGj1swhwKGvHAPfODP66kn3QKPHqHo8mTN4eqhoEp+6dvIuS3b4IP7I2Y6Lj5zR/Y37s6lhZ7i1YfSurZlt2TgEz4OhCipSewoXT8j9gACVkEUB5/OPlooSFR1/1zvEZz3CiaDfdERdmv2jB4+B0zBDej7YZal7yuyrdR77Gzko3ITdNvlDSRNx9tNyK1BZGAPS54wBZefzJMk2cm/7OqZ/RcJWZvul260S8ihA8q3O4gi5Pk2OYVwmsKHm5yh8KGSc1rmPUUQcKv+zfekf0ljRGKkbHpLjGoKGOTmYHm6uis9acZy4ORA8fT+W9QBQD9vhnkJmp+0xCsKXTSWTacV5ropT2wwciJd26oCmJc+1bhfsRyKdiMEHqKKdILyHPH7gphlCvloFdN7qr0IFz2LANIZsgyM65g+IUGC/tTbO4/MQtnigcxcthL47KP2PV96ayhs= ceph-aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:23:48.762 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7iZd2oLcOig6X1mLnDZDVcGScAY2qZfYEdYK1lOcrMqzxlpY5mKpc3HJ+vvGj1swhwKGvHAPfODP66kn3QKPHqHo8mTN4eqhoEp+6dvIuS3b4IP7I2Y6Lj5zR/Y37s6lhZ7i1YfSurZlt2TgEz4OhCipSewoXT8j9gACVkEUB5/OPlooSFR1/1zvEZz3CiaDfdERdmv2jB4+B0zBDej7YZal7yuyrdR77Gzko3ITdNvlDSRNx9tNyK1BZGAPS54wBZefzJMk2cm/7OqZ/RcJWZvul260S8ihA8q3O4gi5Pk2OYVwmsKHm5yh8KGSc1rmPUUQcKv+zfekf0ljRGKkbHpLjGoKGOTmYHm6uis9acZy4ORA8fT+W9QBQD9vhnkJmp+0xCsKXTSWTacV5ropT2wwciJd26oCmJc+1bhfsRyKdiMEHqKKdILyHPH7gphlCvloFdN7qr0IFz2LANIZsgyM65g+IUGC/tTbO4/MQtnigcxcthL47KP2PV96ayhs= ceph-aa498434-6620-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T21:23:48.808 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7iZd2oLcOig6X1mLnDZDVcGScAY2qZfYEdYK1lOcrMqzxlpY5mKpc3HJ+vvGj1swhwKGvHAPfODP66kn3QKPHqHo8mTN4eqhoEp+6dvIuS3b4IP7I2Y6Lj5zR/Y37s6lhZ7i1YfSurZlt2TgEz4OhCipSewoXT8j9gACVkEUB5/OPlooSFR1/1zvEZz3CiaDfdERdmv2jB4+B0zBDej7YZal7yuyrdR77Gzko3ITdNvlDSRNx9tNyK1BZGAPS54wBZefzJMk2cm/7OqZ/RcJWZvul260S8ihA8q3O4gi5Pk2OYVwmsKHm5yh8KGSc1rmPUUQcKv+zfekf0ljRGKkbHpLjGoKGOTmYHm6uis9acZy4ORA8fT+W9QBQD9vhnkJmp+0xCsKXTSWTacV5ropT2wwciJd26oCmJc+1bhfsRyKdiMEHqKKdILyHPH7gphlCvloFdN7qr0IFz2LANIZsgyM65g+IUGC/tTbO4/MQtnigcxcthL47KP2PV96ayhs= ceph-aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:23:48.821 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-08T21:23:48.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:48 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2087877475' entity='client.admin' 2023-10-08T21:23:49.107 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:23:51.832 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-08T21:23:51.832 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-08T21:23:52.121 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:23:52.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:52 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1811663497' entity='client.admin' 2023-10-08T21:23:54.911 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:54.911 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi123", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 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-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 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-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:23:54.912 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: Deploying daemon ceph-exporter.smithi123 on smithi123 2023-10-08T21:23:54.913 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:54.914 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2023-10-08T21:23:54.914 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:23:54.914 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2023-10-08T21:23:54.936 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:23:54.936 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T21:23:54.995 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2023-10-08T21:23:54.996 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi136 2023-10-08T21:23:55.546 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:23:55.807 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:55 smithi123 ceph-mon[96098]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:58.437 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:58.437 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:58.437 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: Deploying daemon crash.smithi123 on smithi123 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:23:58.438 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:23:58 smithi123 ceph-mon[96098]: Deploying cephadm binary to smithi136 2023-10-08T21:23:59.699 INFO:teuthology.orchestra.run.smithi123.stdout:Added host 'smithi136' with addr '172.21.15.136' 2023-10-08T21:24:00.275 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-08T21:24:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: Deploying daemon node-exporter.smithi123 on smithi123 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:00.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:00 smithi123 ceph-mon[96098]: Added host smithi136 2023-10-08T21:24:00.600 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:24:02.372 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:24:02.372 INFO:teuthology.orchestra.run.smithi123.stdout:[{"addr": "172.21.15.123", "hostname": "smithi123", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2023-10-08T21:24:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:02 smithi123 ceph-mon[96098]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:03.850 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-08T21:24:03.850 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-10-08T21:24:04.201 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:03 smithi123 ceph-mon[96098]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:24:04.428 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:05.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:04 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:06.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:05 smithi123 ceph-mon[96098]: Deploying daemon alertmanager.smithi123 on smithi123 2023-10-08T21:24:06.967 INFO:teuthology.orchestra.run.smithi123.stderr:adjusted tunables profile to default 2023-10-08T21:24:07.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:06 smithi123 ceph-mon[96098]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:07.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:06 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/349145939' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T21:24:08.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:07 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/349145939' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T21:24:08.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:07 smithi123 ceph-mon[96098]: osdmap e4: 0 total, 0 up, 0 in 2023-10-08T21:24:08.897 INFO:tasks.cephadm:Adding mon.smithi123 on smithi123 2023-10-08T21:24:08.898 INFO:tasks.cephadm:Adding mon.smithi136 on smithi136 2023-10-08T21:24:08.898 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi123:172.21.15.123=smithi123;smithi136:172.21.15.136=smithi136' 2023-10-08T21:24:09.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:08 smithi123 ceph-mon[96098]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:09.228 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:09.331 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:10.994 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mon update... 2023-10-08T21:24:11.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:10 smithi123 ceph-mon[96098]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:11.628 DEBUG:teuthology.orchestra.run.smithi136:mon.smithi136> sudo journalctl -f -n 0 -u ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi136.service 2023-10-08T21:24:11.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:11.630 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:11.659 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:-- Logs begin at Sun 2023-10-08 21:10:45 UTC. -- 2023-10-08T21:24:11.962 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:12.077 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:12.298 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:11 smithi123 ceph-mon[96098]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi123:172.21.15.123=smithi123;smithi136:172.21.15.136=smithi136", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:24:12.298 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:11 smithi123 ceph-mon[96098]: Saving service mon spec with placement smithi123:172.21.15.123=smithi123;smithi136:172.21.15.136=smithi136;count:2 2023-10-08T21:24:12.298 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:11 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T21:24:13.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:12 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:13.695 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:13.695 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:13.697 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:14.301 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:14 smithi123 ceph-mon[96098]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T21:24:14.301 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:14 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T21:24:14.301 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:14 smithi123 ceph-mon[96098]: Deploying daemon grafana.smithi123 on smithi123 2023-10-08T21:24:14.301 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:14 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1056389689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:15.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:15.273 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:15 smithi123 ceph-mon[96098]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:15 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:15.595 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:15.706 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:17.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:16 smithi123 ceph-mon[96098]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:17.293 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:17.293 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:17.295 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:18.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:17 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2716071171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:18.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:18.899 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:19.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:18 smithi123 ceph-mon[96098]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:19.238 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:19.356 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:20.981 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:20.981 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:20.983 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:21.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:20 smithi123 ceph-mon[96098]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:22.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:21 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1515498067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:22.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:22.600 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:22.921 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:23.047 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:23.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:22 smithi123 ceph-mon[96098]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:24.653 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:24.653 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:24.655 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:25.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:24 smithi123 ceph-mon[96098]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:25.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:24 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1404219553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:26.211 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:26.212 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:26.542 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:26.651 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:27.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:26 smithi123 ceph-mon[96098]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:28.240 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:28.311 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:28.311 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:29.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:28 smithi123 ceph-mon[96098]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:29.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:28 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/3200040183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:29.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:29.847 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:30.186 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:30.302 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:31.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:30 smithi123 ceph-mon[96098]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:31.821 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:31.821 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:31.823 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:32.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:31 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1572916393' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:33.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:32 smithi123 ceph-mon[96098]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:33.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:33.469 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:33.790 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:33.907 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:35.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:34 smithi123 ceph-mon[96098]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:35.468 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:35.468 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:35.469 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:36.098 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:35 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1662564952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:37.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:37.067 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:37.309 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:36 smithi123 ceph-mon[96098]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:37.402 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:37.524 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.638 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:38.639 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: Deploying daemon prometheus.smithi123 on smithi123 2023-10-08T21:24:38.639 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:38 smithi123 ceph-mon[96098]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:39.265 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:39.265 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:39.267 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:39.709 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:39 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/958094918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:40.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:40.801 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:40.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:40 smithi123 ceph-mon[96098]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:40.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:40 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:41.131 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:41.250 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:42.894 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:42.894 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:42.896 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:43.042 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:42 smithi123 ceph-mon[96098]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:43.042 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:42 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/3631035196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:44.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:44.454 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:44.776 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:44.885 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:45.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:44 smithi123 ceph-mon[96098]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:46.591 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:46.591 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:46.593 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:47.160 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:46 smithi123 ceph-mon[96098]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:47.160 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/565167580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:48.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:48.220 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:48.553 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:48.667 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:49.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:48 smithi123 ceph-mon[96098]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:50.414 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:50.414 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:50.416 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:51.206 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:50 smithi123 ceph-mon[96098]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:51.206 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:50 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/4173018511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:52.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:52.075 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:52.412 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:52.522 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:53.120 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:52 smithi123 ceph-mon[96098]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:54.246 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:54.246 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:54.248 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:55.025 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1396743131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:55.026 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:54 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' 2023-10-08T21:24:55.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:55.889 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:56.218 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:56.339 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:24:56.402 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:56 smithi123 ceph-mon[96098]: from='mgr.14164 172.21.15.123:0/2030035674' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T21:24:56.402 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:56 smithi123 ceph-mon[96098]: mgrmap e14: smithi123.dicbzp(active, since 75s) 2023-10-08T21:24:58.011 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:24:58.012 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:24:58.014 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:24:58.248 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:24:58 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2781709078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:24:59.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:24:59.611 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:24:59.941 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:00.062 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:01.704 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:01.704 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:01.706 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:02.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:01 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/4023105405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: Active manager daemon smithi123.dicbzp restarted 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: Activating manager daemon smithi123.dicbzp 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: mgrmap e15: smithi123.dicbzp(active, starting, since 0.00379887s) 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:25:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi123.dicbzp", "id": "smithi123.dicbzp"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: Manager daemon smithi123.dicbzp is now available 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/mirror_snapshot_schedule"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.dicbzp/trash_purge_schedule"}]: dispatch 2023-10-08T21:25:03.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:03.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:03.325 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:03.645 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:03.761 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: [08/Oct/2023:21:25:02] ENGINE Bus STARTING 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: [08/Oct/2023:21:25:02] ENGINE Serving on http://172.21.15.123:8765 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: [08/Oct/2023:21:25:02] ENGINE Serving on https://172.21.15.123:7150 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: [08/Oct/2023:21:25:02] ENGINE Bus STARTED 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: mgrmap e16: smithi123.dicbzp(active, since 1.00753s) 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:05.961 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:05.961 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:05.963 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:06.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:05 smithi123 ceph-mon[96098]: mgrmap e17: smithi123.dicbzp(active, since 2s) 2023-10-08T21:25:06.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:06.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:07.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:06 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2477461243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:07.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:06 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:07.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:06 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:07.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:06 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi123", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:25:07.725 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:07.725 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:08.051 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:08.172 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T21:25:09.213 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: Updating smithi123:/etc/ceph/ceph.conf 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: Updating smithi136:/etc/ceph/ceph.conf 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: Updating smithi136:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:09.214 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:08 smithi123 ceph-mon[96098]: Updating smithi123:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:09.984 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:09.985 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:09.987 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2023-10-08T21:25:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: Updating smithi123:/etc/ceph/ceph.client.admin.keyring 2023-10-08T21:25:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: Updating smithi136:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T21:25:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: Updating smithi123:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T21:25:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi136", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi136", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:10.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:09 smithi123 ceph-mon[96098]: Deploying daemon ceph-exporter.smithi136 on smithi136 2023-10-08T21:25:11.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:10 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1972848439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:11.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:11.775 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:12.087 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:13 smithi123 ceph-mon[96098]: Deploying daemon crash.smithi136 on smithi136 2023-10-08T21:25:13.847 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:13.847 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:13.850 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:14.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:14 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/3292077786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:15.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:15.708 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:16.151 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:16 smithi123 ceph-mon[96098]: Deploying daemon node-exporter.smithi136 on smithi136 2023-10-08T21:25:18.013 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:18.014 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:18.016 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:18.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:18.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:18.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:18 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1230205812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:20.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:20.356 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:25:21.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T21:25:21.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:25:21.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:21.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:20 smithi123 ceph-mon[96098]: Deploying daemon mgr.smithi136.xuclya on smithi136 2023-10-08T21:25:21.349 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:23.268 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:23.268 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:22:38.211861Z","created":"2023-10-08T21:22:38.211861Z","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":"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]} 2023-10-08T21:25:23.272 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:25:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:24 smithi123 ceph-mon[96098]: Deploying daemon mon.smithi136 on smithi136 2023-10-08T21:25:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:24 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2639402373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:24.988 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T21:25:24.988 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T21:25:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:25 smithi123 ceph-mon[96098]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:25.882 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi136/config 2023-10-08T21:25:25.997 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:25 smithi136 systemd[1]: Starting Ceph mon.smithi136 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:25:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:26 smithi123 ceph-mon[96098]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:27.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 bash[112954]: b9170c3ee2ace0d4a8fd297ab960f07cadaec95b4dbc12c5c7bd82132fd548b6 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable), process ceph-mon, pid 7 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: pidfile_write: ignore empty --pid-file 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 systemd[1]: Started Ceph mon.smithi136 for aa498434-6620-11ee-8db5-212e2dc638e7. 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: load: jerasure load: lrc 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: RocksDB version: 7.9.2 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Git sha 0 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Compile date 2023-10-06 21:59:22 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: DB SUMMARY 2023-10-08T21:25:27.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: DB Session ID: MSZG4C63U87901Z527KY 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: CURRENT file: CURRENT 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 0, files: 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 000004.log size: 511 ; 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.error_if_exists: 0 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.create_if_missing: 0 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.paranoid_checks: 1 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T21:25:27.455 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.env: 0x559a5acc8720 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.fs: PosixFileSystem 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.info_log: 0x559a5d12d2c0 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.statistics: (nil) 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.use_fsync: 0 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_log_file_size: 0 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T21:25:27.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_fallocate: 1 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.use_direct_reads: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.db_log_dir: 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.wal_dir: 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T21:25:27.457 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.write_buffer_manager: 0x559a5c3bc5a0 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T21:25:27.458 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.unordered_write: 0 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.row_cache: None 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.wal_filter: None 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T21:25:27.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.two_write_queues: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.wal_compression: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.atomic_flush: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.log_readahead_size: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T21:25:27.460 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T21:25:27.462 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T21:25:27.462 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T21:25:27.462 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T21:25:27.462 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_background_jobs: 2 2023-10-08T21:25:27.462 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_background_compactions: -1 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_subcompactions: 1 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_open_files: -1 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T21:25:27.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_background_flushes: -1 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Compression algorithms supported: 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kZSTD supported: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kXpressCompression supported: 0 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kZlibCompression supported: 1 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kSnappyCompression supported: 1 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kLZ4Compression supported: 1 2023-10-08T21:25:27.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: kBZip2Compression supported: 0 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.merge_operator: 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_filter: None 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a5d12d3c0) 2023-10-08T21:25:27.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: cache_index_and_filter_blocks: 1 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: pin_top_level_index_and_filter: 1 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_type: 0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: data_block_index_type: 0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_shortening: 1 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: checksum: 4 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: no_block_cache: 0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache: 0x559a5c43f1f0 2023-10-08T21:25:27.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_name: BinnedLRUCache 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_options: 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: capacity : 536870912 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: num_shard_bits : 4 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: strict_capacity_limit : 0 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: high_pri_pool_ratio: 0.000 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_compressed: (nil) 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: persistent_cache: (nil) 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_size: 4096 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_size_deviation: 10 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_restart_interval: 16 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_block_restart_interval: 1 2023-10-08T21:25:27.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: metadata_block_size: 4096 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: partition_filters: 0 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: use_delta_encoding: 1 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: filter_policy: bloomfilter 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: whole_key_filtering: 1 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: verify_compression: 0 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: read_amp_bytes_per_bit: 0 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: format_version: 5 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: enable_index_compression: 1 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_align: 0 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: max_auto_readahead_size: 262144 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: prepopulate_block_cache: 0 2023-10-08T21:25:27.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: initial_auto_readahead_size: 8192 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: num_file_reads_for_auto_readahead: 2 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression: NoCompression 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.num_levels: 7 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T21:25:27.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T21:25:27.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T21:25:27.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T21:25:27.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T21:25:27.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T21:25:27.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T21:25:27.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T21:25:27.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.arena_block_size: 1048576 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T21:25:27.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T21:25:27.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T21:25:27.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T21:25:27.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T21:25:27.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T21:25:27.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.table_properties_collectors: 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.inplace_update_support: 0 2023-10-08T21:25:27.477 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T21:25:27.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T21:25:27.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T21:25:27.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T21:25:27.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.bloom_locality: 0 2023-10-08T21:25:27.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.max_successive_merges: 0 2023-10-08T21:25:27.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T21:25:27.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.ttl: 2592000 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T21:25:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enable_blob_files: false 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.min_blob_size: 0 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T21:25:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T21:25:27.482 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T21:25:27.482 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T21:25:27.482 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.blob_file_starting_level: 0 2023-10-08T21:25:27.482 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T21:25:27.482 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/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-10-08T21:25:27.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-08T21:25:27.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f166aa5-b2f2-4e43-adf7-25f984f96c9a 2023-10-08T21:25:27.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800327207769, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-08T21:25:27.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-08T21:25:27.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800327208362, "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": 1696800327, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7f166aa5-b2f2-4e43-adf7-25f984f96c9a", "db_session_id": "MSZG4C63U87901Z527KY", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696800327208482, "job": 1, "event": "recovery_finished"} 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi136/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559a5c4da000 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: DB pointer 0x559a5c4c8000 2023-10-08T21:25:27.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** DB Stats ** 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:25:27.486 INFO:journalctl@ceph.mon.smithi136.smithi136.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.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.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T21:25:27.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T21:25:27.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Block cache BinnedLRUCache@0x559a5c43f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2023-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.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-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T21:25:27.489 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136 does not exist in monmap, will attempt to join an existing cluster 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: using public_addr v2:172.21.15.136:0/0 -> [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: starting mon.smithi136 rank -1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi136 fsid aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(???) e0 preinit fsid aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).mds e1 new map 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).mds e1 print_map 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: e1 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T21:25:27.490 INFO:journalctl@ceph.mon.smithi136.smithi136.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} 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: legacy client fscid: -1 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: No filesystems configured 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T21:25:27.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/3292077786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: Deploying daemon node-exporter.smithi136 on smithi136 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/1230205812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: Deploying daemon mgr.smithi136.xuclya on smithi136 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: Deploying daemon mon.smithi136 on smithi136 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/2639402373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expand map: {default=false} 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta from 'false' to 'false' 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expanded map: {default=false} 2023-10-08T21:25:27.494 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expand map: {default=info} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta from 'info' to 'info' 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expanded map: {default=info} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expand map: {default=daemon} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expanded map: {default=daemon} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expand map: {default=debug} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta from 'debug' to 'debug' 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: expand_channel_meta expanded map: {default=debug} 2023-10-08T21:25:27.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:27 smithi136 ceph-mon[113084]: mon.smithi136@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: mon.smithi123 calling monitor election 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: mon.smithi136 calling monitor election 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.xuclya/crt"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: mon.smithi123 is new leader, mons smithi123,smithi136 in quorum (ranks 0,1) 2023-10-08T21:25:32.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: monmap e2: 2 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: fsmap 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: mgrmap e17: smithi123.dicbzp(active, since 30s) 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: Standby manager daemon smithi136.xuclya started 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: overall HEALTH_OK 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.xuclya/key"}]: dispatch 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:32.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:25:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: mon.smithi123 calling monitor election 2023-10-08T21:25:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: mon.smithi136 calling monitor election 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.xuclya/crt"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: mon.smithi123 is new leader, mons smithi123,smithi136 in quorum (ranks 0,1) 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: monmap e2: 2 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: fsmap 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: mgrmap e17: smithi123.dicbzp(active, since 30s) 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: Standby manager daemon smithi136.xuclya started 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: overall HEALTH_OK 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.xuclya/key"}]: dispatch 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.? 172.21.15.136:0/1074304282' entity='mgr.smithi136.xuclya' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:32.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: mgrmap e18: smithi123.dicbzp(active, since 30s), standbys: smithi136.xuclya 2023-10-08T21:25:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi136.xuclya", "id": "smithi136.xuclya"}]: dispatch 2023-10-08T21:25:33.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:25:33.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: mgrmap e18: smithi123.dicbzp(active, since 30s), standbys: smithi136.xuclya 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr metadata", "who": "smithi136.xuclya", "id": "smithi136.xuclya"}]: dispatch 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:25:33.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:25:33.911 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-10-08T21:25:33.911 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","modified":"2023-10-08T21:25:27.242064Z","created":"2023-10-08T21:22:38.211861Z","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":"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":"{}"},{"rank":1,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-08T21:25:33.914 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2023-10-08T21:25:34.558 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-08T21:25:34.558 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-08T21:25:34.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:34 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/3442908842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:34.603 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:34 smithi123 ceph-mon[96098]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:34.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:34 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/3442908842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T21:25:34.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:34 smithi136 ceph-mon[113084]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:34.904 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:25:35.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Updating smithi123:/etc/ceph/ceph.conf 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Updating smithi136:/etc/ceph/ceph.conf 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Updating smithi136:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Updating smithi123:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Reconfiguring mon.smithi123 (unknown last config time)... 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:35.713 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:35 smithi123 ceph-mon[96098]: Reconfiguring daemon mon.smithi123 on smithi123 2023-10-08T21:25:35.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Updating smithi123:/etc/ceph/ceph.conf 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Updating smithi136:/etc/ceph/ceph.conf 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Updating smithi136:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Updating smithi123:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Reconfiguring mon.smithi123 (unknown last config time)... 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:35.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:35 smithi136 ceph-mon[113084]: Reconfiguring daemon mon.smithi123 on smithi123 2023-10-08T21:25:37.108 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:36 smithi123 ceph-mon[96098]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:37.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:36 smithi136 ceph-mon[113084]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:37.384 INFO:teuthology.orchestra.run.smithi123.stdout:# minimal ceph.conf for aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:25:37.384 INFO:teuthology.orchestra.run.smithi123.stdout:[global] 2023-10-08T21:25:37.384 INFO:teuthology.orchestra.run.smithi123.stdout: fsid = aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:25:37.384 INFO:teuthology.orchestra.run.smithi123.stdout: mon_host = [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2023-10-08T21:25:38.015 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-08T21:25:38.015 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:25:38.015 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T21:25:38.044 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:25:38.044 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T21:25:38.112 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:25:38.112 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T21:25:38.149 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:25:38.150 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T21:25:38.219 INFO:tasks.cephadm:Deploying OSDs... 2023-10-08T21:25:38.220 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:25:38.220 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:25:38.237 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T21:25:38.237 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme1n1 2023-10-08T21:25:38.294 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme1n1 2023-10-08T21:25:38.295 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 428767 Links: 1 Device type: 103,1 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:23:52.349786271 +0000 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:21:35.215977756 +0000 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:21:35.215977756 +0000 2023-10-08T21:25:38.296 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:25:38.297 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T21:25:38.350 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.350 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/4267672093' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:38.351 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.351 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.351 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.dicbzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:25:38.351 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:25:38.351 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:38.361 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:25:38.361 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:25:38.361 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000257638 s, 2.0 MB/s 2023-10-08T21:25:38.363 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T21:25:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/4267672093' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi123.dicbzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:25:38.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:25:38.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:38.420 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme2n1 2023-10-08T21:25:38.478 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme2n1 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 428796 Links: 1 Device type: 103,2 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:23:52.361785992 +0000 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:21:35.363974311 +0000 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:21:35.363974311 +0000 2023-10-08T21:25:38.479 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:25:38.479 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T21:25:38.545 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:25:38.545 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:25:38.545 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000345239 s, 1.5 MB/s 2023-10-08T21:25:38.546 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T21:25:38.604 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme3n1 2023-10-08T21:25:38.661 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme3n1 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 428923 Links: 1 Device type: 103,3 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:23:52.373785713 +0000 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:21:35.512970843 +0000 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:21:35.512970843 +0000 2023-10-08T21:25:38.662 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:25:38.663 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T21:25:38.726 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:25:38.726 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:25:38.726 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000307206 s, 1.7 MB/s 2023-10-08T21:25:38.727 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T21:25:38.785 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/nvme4n1 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/nvme4n1 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 6h/6d Inode: 435419 Links: 1 Device type: 103,4 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2023-10-08 21:23:52.384785457 +0000 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2023-10-08 21:21:35.719966025 +0000 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2023-10-08 21:21:35.719966025 +0000 2023-10-08T21:25:38.843 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2023-10-08T21:25:38.844 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T21:25:38.910 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2023-10-08T21:25:38.910 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2023-10-08T21:25:38.910 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000180473 s, 2.8 MB/s 2023-10-08T21:25:38.911 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T21:25:38.969 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:25:38.970 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T21:25:38.991 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T21:25:38.991 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme1n1 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme1n1 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 424658 Links: 1 Device type: 103,1 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:39.051 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:25:06.877660529 +0000 2023-10-08T21:25:39.052 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:21:36.944252673 +0000 2023-10-08T21:25:39.052 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:21:36.944252673 +0000 2023-10-08T21:25:39.052 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:25:39.052 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T21:25:39.120 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:25:39.121 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:25:39.121 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000267572 s, 1.9 MB/s 2023-10-08T21:25:39.122 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T21:25:39.182 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme2n1 2023-10-08T21:25:39.241 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme2n1 2023-10-08T21:25:39.241 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:39.241 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 424661 Links: 1 Device type: 103,2 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:25:06.888660289 +0000 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:21:37.094249389 +0000 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:21:37.094249389 +0000 2023-10-08T21:25:39.242 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:25:39.242 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T21:25:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: Reconfiguring mgr.smithi123.dicbzp (unknown last config time)... 2023-10-08T21:25:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: Reconfiguring daemon mgr.smithi123.dicbzp on smithi123 2023-10-08T21:25:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:25:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:39.309 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:25:39.309 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:25:39.309 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000251718 s, 2.0 MB/s 2023-10-08T21:25:39.310 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T21:25:39.369 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme3n1 2023-10-08T21:25:39.391 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: Reconfiguring mgr.smithi123.dicbzp (unknown last config time)... 2023-10-08T21:25:39.391 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: Reconfiguring daemon mgr.smithi123.dicbzp on smithi123 2023-10-08T21:25:39.391 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:39.391 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:39.392 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:39.392 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:25:39.392 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme3n1 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 424664 Links: 1 Device type: 103,3 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:39.427 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:25:06.899660048 +0000 2023-10-08T21:25:39.428 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:21:37.244246105 +0000 2023-10-08T21:25:39.428 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:21:37.244246105 +0000 2023-10-08T21:25:39.428 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:25:39.428 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T21:25:39.493 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:25:39.493 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:25:39.494 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000213487 s, 2.4 MB/s 2023-10-08T21:25:39.495 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T21:25:39.552 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme4n1 2023-10-08T21:25:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme4n1 2023-10-08T21:25:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 424669 Links: 1 Device type: 103,4 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-10-08 21:25:06.909659830 +0000 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-10-08 21:21:37.450241594 +0000 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-10-08 21:21:37.450241594 +0000 2023-10-08T21:25:39.610 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-10-08T21:25:39.610 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T21:25:39.674 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-10-08T21:25:39.674 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-10-08T21:25:39.675 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000214806 s, 2.4 MB/s 2023-10-08T21:25:39.676 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T21:25:39.733 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-08T21:25:40.067 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi136/config 2023-10-08T21:25:40.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:40 smithi136 ceph-mon[113084]: Reconfiguring ceph-exporter.smithi123 (monmap changed)... 2023-10-08T21:25:40.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:40 smithi136 ceph-mon[113084]: Reconfiguring daemon ceph-exporter.smithi123 on smithi123 2023-10-08T21:25:40.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:40 smithi123 ceph-mon[96098]: Reconfiguring ceph-exporter.smithi123 (monmap changed)... 2023-10-08T21:25:40.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:40 smithi123 ceph-mon[96098]: Reconfiguring daemon ceph-exporter.smithi123 on smithi123 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: Reconfiguring crash.smithi123 (monmap changed)... 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:41.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:41 smithi123 ceph-mon[96098]: Reconfiguring daemon crash.smithi123 on smithi123 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: Reconfiguring crash.smithi123 (monmap changed)... 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:41 smithi136 ceph-mon[113084]: Reconfiguring daemon crash.smithi123 on smithi123 2023-10-08T21:25:41.745 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled osd.all-available-devices update... 2023-10-08T21:25:42.424 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-08T21:25:42.424 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:25:42.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: Reconfiguring alertmanager.smithi123 (dependencies changed)... 2023-10-08T21:25:42.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: Reconfiguring daemon alertmanager.smithi123 on smithi123 2023-10-08T21:25:42.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:25:42.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: Marking host: smithi123 for OSDSpec preview refresh. 2023-10-08T21:25:42.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: Marking host: smithi136 for OSDSpec preview refresh. 2023-10-08T21:25:42.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: Saving service osd.all-available-devices spec with placement * 2023-10-08T21:25:42.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:42 smithi136 ceph-mon[113084]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:42.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: Reconfiguring alertmanager.smithi123 (dependencies changed)... 2023-10-08T21:25:42.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: Reconfiguring daemon alertmanager.smithi123 on smithi123 2023-10-08T21:25:42.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:25:42.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: Marking host: smithi123 for OSDSpec preview refresh. 2023-10-08T21:25:42.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: Marking host: smithi136 for OSDSpec preview refresh. 2023-10-08T21:25:42.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: Saving service osd.all-available-devices spec with placement * 2023-10-08T21:25:42.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:42.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:42 smithi123 ceph-mon[96098]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:42.899 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:25:45.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:45 smithi123 ceph-mon[96098]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:45.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:45 smithi136 ceph-mon[113084]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:45.751 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:25:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:46 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/4184919350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:46.457 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/4184919350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:46.473 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:25:47.120 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:47 smithi123 ceph-mon[96098]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:47.120 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:47.120 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:47.120 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:47 smithi136 ceph-mon[113084]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:47.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:25:47.473 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:25:48.353 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:25:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:48 smithi136 ceph-mon[113084]: Reconfiguring grafana.smithi123 (dependencies changed)... 2023-10-08T21:25:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:48 smithi136 ceph-mon[113084]: Reconfiguring daemon grafana.smithi123 on smithi123 2023-10-08T21:25:48.406 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:48 smithi123 ceph-mon[96098]: Reconfiguring grafana.smithi123 (dependencies changed)... 2023-10-08T21:25:48.407 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:48 smithi123 ceph-mon[96098]: Reconfiguring daemon grafana.smithi123 on smithi123 2023-10-08T21:25:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:49 smithi136 ceph-mon[113084]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:49.399 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:49 smithi123 ceph-mon[96098]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:50.545 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:25:51.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:51 smithi123 ceph-mon[96098]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:51.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:51 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/656073415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:51.297 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:25:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:51 smithi136 ceph-mon[113084]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:51 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/656073415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:52.298 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:25:53.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:53.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:53.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:52 smithi136 ceph-mon[113084]: Reconfiguring prometheus.smithi123 (dependencies changed)... 2023-10-08T21:25:53.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:52 smithi136 ceph-mon[113084]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:53.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:52 smithi136 ceph-mon[113084]: Reconfiguring daemon prometheus.smithi123 on smithi123 2023-10-08T21:25:53.481 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:53.481 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:53.482 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:52 smithi123 ceph-mon[96098]: Reconfiguring prometheus.smithi123 (dependencies changed)... 2023-10-08T21:25:53.551 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:52 smithi123 ceph-mon[96098]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:53.551 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:52 smithi123 ceph-mon[96098]: Reconfiguring daemon prometheus.smithi123 on smithi123 2023-10-08T21:25:53.552 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:25:55.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:55 smithi123 ceph-mon[96098]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:55 smithi136 ceph-mon[113084]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:56.297 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:25:56.900 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:25:57.136 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:56 smithi123 ceph-mon[96098]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:57.136 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:56 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3192355947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:56 smithi136 ceph-mon[113084]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:56 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3192355947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:25:57.901 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:25:58.218 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:25:58.458 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:58.459 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:58.459 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: Reconfiguring ceph-exporter.smithi136 (monmap changed)... 2023-10-08T21:25:58.459 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi136", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T21:25:58.459 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:58.459 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:58 smithi123 ceph-mon[96098]: Reconfiguring daemon ceph-exporter.smithi136 on smithi136 2023-10-08T21:25:58.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:58.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:58.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: Reconfiguring ceph-exporter.smithi136 (monmap changed)... 2023-10-08T21:25:58.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi136", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T21:25:58.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:58.469 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:58 smithi136 ceph-mon[113084]: Reconfiguring daemon ceph-exporter.smithi136 on smithi136 2023-10-08T21:25:59.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:59 smithi136 ceph-mon[113084]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:59.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:59.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:59.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:25:59.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:25:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:59.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:59 smithi123 ceph-mon[96098]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:25:59.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:59.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:25:59.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T21:25:59.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:25:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:25:59.871 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:00.455 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: Reconfiguring crash.smithi136 (monmap changed)... 2023-10-08T21:26:00.455 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: Reconfiguring daemon crash.smithi136 on smithi136 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:00.456 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:00 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3466934729' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:00.469 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: Reconfiguring crash.smithi136 (monmap changed)... 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: Reconfiguring daemon crash.smithi136 on smithi136 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.xuclya", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:00.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:00 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3466934729' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: Reconfiguring mgr.smithi136.xuclya (monmap changed)... 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: Reconfiguring daemon mgr.smithi136.xuclya on smithi136 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:26:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T21:26:01.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:01 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:01.470 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:01.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: Reconfiguring mgr.smithi136.xuclya (monmap changed)... 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: Reconfiguring daemon mgr.smithi136.xuclya on smithi136 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T21:26:01.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:01 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:01.791 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:02.288 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:02 smithi123 ceph-mon[96098]: Reconfiguring mon.smithi136 (monmap changed)... 2023-10-08T21:26:02.288 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:02 smithi123 ceph-mon[96098]: Reconfiguring daemon mon.smithi136 on smithi136 2023-10-08T21:26:02.288 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:02.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:02 smithi136 ceph-mon[113084]: Reconfiguring mon.smithi136 (monmap changed)... 2023-10-08T21:26:02.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:02 smithi136 ceph-mon[113084]: Reconfiguring daemon mon.smithi136 on smithi136 2023-10-08T21:26:02.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi123.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi123.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi123.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T21:26:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:26:03.517 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:03.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:03.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi123.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi123.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi123.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T21:26:03.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:03.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:26:04.164 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi123.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi123.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi123.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T21:26:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1624723686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:04.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:04.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:04.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T21:26:04.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi123.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi123.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi123.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1624723686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:04.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:04.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:05.166 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:05 smithi123 ceph-mon[96098]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:05.594 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:05.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:05 smithi136 ceph-mon[113084]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:05.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:05 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:05.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:05 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:26:07.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:26:07.329 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:07.442 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:08.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:08 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1384001603' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:08.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:08 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1384001603' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:08.710 INFO:teuthology.orchestra.run.smithi123.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-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/754896869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]: dispatch 2023-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]: dispatch 2023-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]': finished 2023-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T21:26:09.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:09 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/754896869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]: dispatch 2023-10-08T21:26:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]: dispatch 2023-10-08T21:26:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "736101c5-a882-40eb-abc7-bc585c1dfd60"}]': finished 2023-10-08T21:26:09.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T21:26:09.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:09 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:09.713 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:10.029 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:10.313 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:10 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2835555245' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66de5160-d22d-4c72-a134-ca2e67c49d57"}]: dispatch 2023-10-08T21:26:10.313 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:10 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2835555245' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66de5160-d22d-4c72-a134-ca2e67c49d57"}]': finished 2023-10-08T21:26:10.313 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:10 smithi123 ceph-mon[96098]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T21:26:10.313 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:10 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:10.314 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:10 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:10 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2835555245' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66de5160-d22d-4c72-a134-ca2e67c49d57"}]: dispatch 2023-10-08T21:26:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:10 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2835555245' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66de5160-d22d-4c72-a134-ca2e67c49d57"}]': finished 2023-10-08T21:26:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:10 smithi136 ceph-mon[113084]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T21:26:10.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:10 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:10.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:10 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:11 smithi136 ceph-mon[113084]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:11 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/1001027016' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:11.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:11 smithi123 ceph-mon[96098]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:11.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:11 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1001027016' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:11.971 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:12.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:12 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3388367938' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:12.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:12 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/443926606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:12.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:12 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3388367938' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:12.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:12 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/443926606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:12.624 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696800369,"num_remapped_pgs":0} 2023-10-08T21:26:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/2930901215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]: dispatch 2023-10-08T21:26:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]: dispatch 2023-10-08T21:26:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]': finished 2023-10-08T21:26:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T21:26:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2930901215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]: dispatch 2023-10-08T21:26:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]: dispatch 2023-10-08T21:26:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2ff0d0c-6235-4279-ae63-e7acc6a161f0"}]': finished 2023-10-08T21:26:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T21:26:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:13.626 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:13.941 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/1612809306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3419666965' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a3ef98-4afb-4694-96dd-fe321c37eb22"}]: dispatch 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3419666965' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a3ef98-4afb-4694-96dd-fe321c37eb22"}]': finished 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:15 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1612809306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3419666965' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a3ef98-4afb-4694-96dd-fe321c37eb22"}]: dispatch 2023-10-08T21:26:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3419666965' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a3ef98-4afb-4694-96dd-fe321c37eb22"}]': finished 2023-10-08T21:26:15.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T21:26:15.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:15.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:15.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:15.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:15 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:15.945 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:16.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:16 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2738644653' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:16.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:16 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2424154952' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:16.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:16 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2738644653' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:16.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:16 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2424154952' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:16.633 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696800374,"num_remapped_pgs":0} 2023-10-08T21:26:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:17.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/2650487768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]: dispatch 2023-10-08T21:26:17.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]: dispatch 2023-10-08T21:26:17.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]': finished 2023-10-08T21:26:17.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T21:26:17.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:17.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:17.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:17.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:17.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:17.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2650487768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]: dispatch 2023-10-08T21:26:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]: dispatch 2023-10-08T21:26:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a"}]': finished 2023-10-08T21:26:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:17.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:17.634 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:17.932 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/1028061365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1148287857' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]': finished 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:19.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:19 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:19.396 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:19.396 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1028061365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:19.396 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1148287857' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b24e538-1f44-4fda-9cc8-4af1b740fcfd"}]': finished 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:19.397 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:19 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:19.827 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:20.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:20 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1732197328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:20.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:20 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1732197328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:20.557 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696800378,"num_remapped_pgs":0} 2023-10-08T21:26:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2610801455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/3048585898' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]': finished 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:21.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:21 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2610801455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/3048585898' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]: dispatch 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]: dispatch 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc85f7c5-386f-4585-891a-2bc5392601bc"}]': finished 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:21.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:21.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:21.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:21.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:21.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:21 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:21.559 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:21.857 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:22.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:22 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/1471094119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:22.376 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:22 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/1471094119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:23.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:23.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1418357808' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667b220d-b36a-47fc-b1da-fce8b877ee28"}]: dispatch 2023-10-08T21:26:23.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1418357808' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667b220d-b36a-47fc-b1da-fce8b877ee28"}]': finished 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:23.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:23.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1418357808' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667b220d-b36a-47fc-b1da-fce8b877ee28"}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1418357808' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667b220d-b36a-47fc-b1da-fce8b877ee28"}]': finished 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:23.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:23.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:23.630 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:24.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:24 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2032748105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:24.416 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:24 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2032748105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:24.433 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:25.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:25 smithi136 ceph-mon[113084]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:25.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:25 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2128898144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:25.435 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:25.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:25 smithi123 ceph-mon[96098]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:25.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:25 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2128898144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T21:26:25.747 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:27.310 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:26 smithi123 ceph-mon[96098]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:27.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:26 smithi136 ceph-mon[113084]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:27.436 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:28.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:27 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3914476187' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:28.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T21:26:28.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:28.244 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:28.365 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:27 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3914476187' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:28.365 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T21:26:28.366 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:28 smithi136 ceph-mon[113084]: Deploying daemon osd.0 on smithi136 2023-10-08T21:26:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:28 smithi136 ceph-mon[113084]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:29.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:28 smithi123 ceph-mon[96098]: Deploying daemon osd.0 on smithi136 2023-10-08T21:26:29.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:28 smithi123 ceph-mon[96098]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:29.245 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:29.759 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:31.304 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:31 smithi123 ceph-mon[96098]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:31.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:31 smithi136 ceph-mon[113084]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:31.721 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:32.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T21:26:32.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:32.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:32 smithi136 ceph-mon[113084]: Deploying daemon osd.1 on smithi123 2023-10-08T21:26:32.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:32 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3617677883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:32.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T21:26:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:32 smithi123 ceph-mon[96098]: Deploying daemon osd.1 on smithi123 2023-10-08T21:26:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:32 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3617677883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:32.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:32.937 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:33.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:33 smithi136 ceph-mon[113084]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:33.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:33.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:33.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T21:26:33.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:33.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:33 smithi123 ceph-mon[96098]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:33.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:33.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:33.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T21:26:33.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:33.938 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:34.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:34 smithi123 ceph-mon[96098]: Deploying daemon osd.2 on smithi136 2023-10-08T21:26:34.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:34 smithi136 ceph-mon[113084]: Deploying daemon osd.2 on smithi136 2023-10-08T21:26:34.418 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:35.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:35 smithi123 ceph-mon[96098]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:35.216 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:35 smithi136 ceph-mon[113084]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:36.129 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:36 smithi123 ceph-mon[96098]: from='osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T21:26:36.129 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:36 smithi123 ceph-mon[96098]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T21:26:36.280 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:36.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:36 smithi136 ceph-mon[113084]: from='osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T21:26:36.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:36 smithi136 ceph-mon[113084]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T21:26:37.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:37.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T21:26:37.179 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:37.180 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:37 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1066472907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:37.198 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:37.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:37.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T21:26:37.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:37.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:37 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1066472907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:38.198 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:38.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:38.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T21:26:38.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:38.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T21:26:38.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:38.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T21:26:38.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:38.333 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:38.334 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T21:26:38.335 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:39.138 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: Deploying daemon osd.4 on smithi136 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: Deploying daemon osd.3 on smithi123 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906] boot 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T21:26:39.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:39.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:39 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:39.417 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:39.417 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: Deploying daemon osd.4 on smithi136 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: Deploying daemon osd.3 on smithi123 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: osd.0 [v2:172.21.15.136:6800/155749906,v1:172.21.15.136:6801/155749906] boot 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:39.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:39.419 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:39.419 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:39 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:40.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T21:26:40.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:40.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:40.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:40.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:40.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:40.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:40.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:40.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:41.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:41 smithi136 ceph-mon[113084]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:41.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:41 smithi136 ceph-mon[113084]: from='osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T21:26:41.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:41 smithi136 ceph-mon[113084]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T21:26:41.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:41 smithi136 ceph-mon[113084]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T21:26:41.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:41 smithi123 ceph-mon[96098]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:41.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:41 smithi123 ceph-mon[96098]: from='osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T21:26:41.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:41 smithi123 ceph-mon[96098]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T21:26:41.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:41 smithi123 ceph-mon[96098]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T21:26:41.601 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:42.303 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1696800398,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2342056831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: osdmap e19: 8 total, 1 up, 8 in 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:42.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T21:26:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T21:26:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T21:26:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2342056831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:42.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: osdmap e19: 8 total, 1 up, 8 in 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:42.463 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:43.304 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:43.339 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:43.339 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:43.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:43.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T21:26:43.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:43.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:43.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:43 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:43 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:43.674 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:44.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: Deploying daemon osd.6 on smithi136 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307] boot 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021] boot 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:44.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:44.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:44.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:44.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:44.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:44 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:26:44.647 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:44.647 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:44.647 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:44.647 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:44.647 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: Deploying daemon osd.6 on smithi136 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: osd.2 [v2:172.21.15.136:6808/877484307,v1:172.21.15.136:6809/877484307] boot 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: osd.1 [v2:172.21.15.123:6802/2274826021,v1:172.21.15.123:6803/2274826021] boot 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:44.648 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:44 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:26:45.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:45.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:26:45.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T21:26:45.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:45.433 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:45 smithi123 ceph-mon[96098]: Deploying daemon osd.5 on smithi123 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 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-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:45.508 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:45.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:45 smithi136 ceph-mon[113084]: Deploying daemon osd.5 on smithi123 2023-10-08T21:26:45.549 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2797218379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T21:26:46.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-08T21:26:46.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:46.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:46.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2797218379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:46.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T21:26:46.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-08T21:26:46.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:46.640 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1696800403,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:47.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:47.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:47.624 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:47.641 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:47.669 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:47.670 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:26:48.016 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:48.543 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: osdmap e24: 8 total, 3 up, 8 in 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: mgrmap e19: smithi123.dicbzp(active, since 105s), standbys: smithi136.xuclya 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:48.544 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:48.545 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-08T21:26:48.545 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085] boot 2023-10-08T21:26:48.545 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T21:26:48.545 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: osdmap e25: 8 total, 4 up, 8 in 2023-10-08T21:26:48.545 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: osdmap e24: 8 total, 3 up, 8 in 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:48.610 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: mgrmap e19: smithi123.dicbzp(active, since 105s), standbys: smithi136.xuclya 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: osd.4 [v2:172.21.15.136:6816/38924085,v1:172.21.15.136:6817/38924085] boot 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: osdmap e25: 8 total, 4 up, 8 in 2023-10-08T21:26:48.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:49.420 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143498]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T21:26:49.420 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143498]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T21:26:49.420 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143498]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T21:26:49.420 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143498]: pam_unix(sudo:session): session closed for user root 2023-10-08T21:26:49.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:49.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:49.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:49 smithi136 ceph-mon[113084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T21:26:49.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143603]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T21:26:49.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143603]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T21:26:49.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143603]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 sudo[143603]: pam_unix(sudo:session): session closed for user root 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:49.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:49 smithi123 ceph-mon[96098]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T21:26:50.031 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: osdmap e26: 8 total, 4 up, 8 in 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:50.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:50.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:50.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T21:26:50.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:50 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1270129996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:50.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T21:26:50.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:26:50.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:26:50.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: osdmap e26: 8 total, 4 up, 8 in 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T21:26:50.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:50 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1270129996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:51.271 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1696800408,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010] boot 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:51.645 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T21:26:51.646 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:51.646 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:51.646 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:51.646 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T21:26:51.646 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:51 smithi123 ceph-mon[96098]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T21:26:51.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:51.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:51.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: osd.3 [v2:172.21.15.123:6810/2279777010,v1:172.21.15.123:6811/2279777010] boot 2023-10-08T21:26:51.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T21:26:51.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T21:26:51.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T21:26:51.874 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:51.875 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:51.875 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:51.875 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T21:26:51.875 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:51 smithi136 ceph-mon[113084]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T21:26:52.272 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:52.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128781]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T21:26:52.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128781]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T21:26:52.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128781]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T21:26:52.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128781]: pam_unix(sudo:session): session closed for user root 2023-10-08T21:26:52.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128784]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T21:26:52.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128784]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T21:26:52.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128784]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T21:26:52.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 sudo[128784]: pam_unix(sudo:session): session closed for user root 2023-10-08T21:26:52.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:52.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:52.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T21:26:52.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: Deploying daemon osd.7 on smithi123 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: osdmap e29: 8 total, 5 up, 8 in 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:52.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T21:26:52.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:52 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:53.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: Deploying daemon osd.7 on smithi123 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: osdmap e29: 8 total, 5 up, 8 in 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:53.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T21:26:53.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:52 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:53.241 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: osdmap e30: 8 total, 5 up, 8 in 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:54.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:54.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2023-10-08T21:26:54.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: osdmap e30: 8 total, 5 up, 8 in 2023-10-08T21:26:54.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:54.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:54.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:54.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:55.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:55.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:55.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888] boot 2023-10-08T21:26:55.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: osdmap e31: 8 total, 6 up, 8 in 2023-10-08T21:26:55.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:55.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:55.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:55.187 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:54 smithi123 ceph-mon[96098]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-08T21:26:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: osd.6 [v2:172.21.15.136:6824/1093874888,v1:172.21.15.136:6825/1093874888] boot 2023-10-08T21:26:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: osdmap e31: 8 total, 6 up, 8 in 2023-10-08T21:26:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T21:26:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:54 smithi136 ceph-mon[113084]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-08T21:26:55.839 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:26:56.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:55 smithi123 ceph-mon[96098]: osdmap e32: 8 total, 6 up, 8 in 2023-10-08T21:26:56.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:55 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:56.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:55 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:56.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:55 smithi123 ceph-mon[96098]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T21:26:56.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:55 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/688594015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:56.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:55 smithi136 ceph-mon[113084]: osdmap e32: 8 total, 6 up, 8 in 2023-10-08T21:26:56.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:55 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:56.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:55 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:56.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:55 smithi136 ceph-mon[113084]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T21:26:56.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:55 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/688594015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:26:56.840 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1696800413,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:26:57.292 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T21:26:57.292 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: osdmap e33: 8 total, 6 up, 8 in 2023-10-08T21:26:57.292 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:57.293 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:57.293 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:57.293 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:56 smithi123 ceph-mon[96098]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T21:26:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T21:26:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: osdmap e33: 8 total, 6 up, 8 in 2023-10-08T21:26:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:57.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:57.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:26:57.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:56 smithi136 ceph-mon[113084]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T21:26:57.841 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:26:58.176 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:26:58.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:58.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: osdmap e34: 8 total, 6 up, 8 in 2023-10-08T21:26:58.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:58.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:58.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:58.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:58.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:58.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:58 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:26:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: osdmap e34: 8 total, 6 up, 8 in 2023-10-08T21:26:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:58.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:58.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:26:58.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:58 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 325 KiB/s wr, 21 op/s; 143 KiB/s, 0 objects/s recovering 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451] boot 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: osdmap e35: 8 total, 7 up, 8 in 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:59.277 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:26:59 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:26:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:26:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:26:59.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 325 KiB/s wr, 21 op/s; 143 KiB/s, 0 objects/s recovering 2023-10-08T21:26:59.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: osd.5 [v2:172.21.15.123:6818/3116998451,v1:172.21.15.123:6819/3116998451] boot 2023-10-08T21:26:59.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: osdmap e35: 8 total, 7 up, 8 in 2023-10-08T21:26:59.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T21:26:59.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:26:59 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:00.310 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:00 smithi123 ceph-mon[96098]: osdmap e36: 8 total, 7 up, 8 in 2023-10-08T21:27:00.310 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:00 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:00 smithi136 ceph-mon[113084]: osdmap e36: 8 total, 7 up, 8 in 2023-10-08T21:27:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:00 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:00.376 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:01.205 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1696800417,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":0} 2023-10-08T21:27:01.291 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:01 smithi123 ceph-mon[96098]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:01.291 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:01 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3199669043' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:27:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:01 smithi136 ceph-mon[113084]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:01 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3199669043' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:27:02.206 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T21:27:02.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:02 smithi123 ceph-mon[96098]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T21:27:02.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:02.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:02.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:27:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:02 smithi136 ceph-mon[113084]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T21:27:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:27:02.839 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T21:27:03.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: osdmap e37: 8 total, 7 up, 8 in 2023-10-08T21:27:03.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:03.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:27:03.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T21:27:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: osdmap e37: 8 total, 7 up, 8 in 2023-10-08T21:27:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]: dispatch 2023-10-08T21:27:03.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: osdmap e38: 8 total, 7 up, 8 in 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:04.298 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:04 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: from='osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi123", "root=default"]}]': finished 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: osdmap e38: 8 total, 7 up, 8 in 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:04 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:04.962 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: purged_snaps scrub starts 2023-10-08T21:27:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: purged_snaps scrub ok 2023-10-08T21:27:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519] boot 2023-10-08T21:27:05.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T21:27:05.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:05.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:05 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/537770554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:27:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: purged_snaps scrub starts 2023-10-08T21:27:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: purged_snaps scrub ok 2023-10-08T21:27:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail 2023-10-08T21:27:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:05.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: osd.7 [v2:172.21.15.123:6826/2430491519,v1:172.21.15.123:6827/2430491519] boot 2023-10-08T21:27:05.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T21:27:05.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T21:27:05.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:05 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/537770554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T21:27:05.763 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1696800424,"num_in_osds":8,"osd_in_since":1696800382,"num_remapped_pgs":1} 2023-10-08T21:27:05.764 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T21:27:06.171 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:06.370 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:06 smithi123 ceph-mon[96098]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T21:27:06.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:06 smithi136 ceph-mon[113084]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T21:27:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:07 smithi136 ceph-mon[113084]: pgmap v90: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:07 smithi136 ceph-mon[113084]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T21:27:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:07 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:07.387 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:07 smithi123 ceph-mon[96098]: pgmap v90: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:07.387 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:07 smithi123 ceph-mon[96098]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T21:27:07.387 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:07.387 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:07 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:07.802 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:07.803 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":42,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","created":"2023-10-08T21:22:41.046105+0000","modified":"2023-10-08T21:27:07.056908+0000","last_up_change":"2023-10-08T21:27:04.032684+0000","last_in_change":"2023-10-08T21:26:22.980176+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-10-08T21:26:44.305056+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":"23","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":"736101c5-a882-40eb-abc7-bc585c1dfd60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6801","nonce":155749906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6803","nonce":155749906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6807","nonce":155749906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6805","nonce":155749906}]},"public_addr":"172.21.15.136:6801/155749906","cluster_addr":"172.21.15.136:6803/155749906","heartbeat_back_addr":"172.21.15.136:6807/155749906","heartbeat_front_addr":"172.21.15.136:6805/155749906","state":["exists","up"]},{"osd":1,"uuid":"66de5160-d22d-4c72-a134-ca2e67c49d57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6803","nonce":2274826021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6805","nonce":2274826021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6809","nonce":2274826021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6807","nonce":2274826021}]},"public_addr":"172.21.15.123:6803/2274826021","cluster_addr":"172.21.15.123:6805/2274826021","heartbeat_back_addr":"172.21.15.123:6809/2274826021","heartbeat_front_addr":"172.21.15.123:6807/2274826021","state":["exists","up"]},{"osd":2,"uuid":"f2ff0d0c-6235-4279-ae63-e7acc6a161f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6809","nonce":877484307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6811","nonce":877484307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6815","nonce":877484307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6813","nonce":877484307}]},"public_addr":"172.21.15.136:6809/877484307","cluster_addr":"172.21.15.136:6811/877484307","heartbeat_back_addr":"172.21.15.136:6815/877484307","heartbeat_front_addr":"172.21.15.136:6813/877484307","state":["exists","up"]},{"osd":3,"uuid":"26a3ef98-4afb-4694-96dd-fe321c37eb22","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:6810","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6811","nonce":2279777010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6813","nonce":2279777010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6817","nonce":2279777010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6815","nonce":2279777010}]},"public_addr":"172.21.15.123:6811/2279777010","cluster_addr":"172.21.15.123:6813/2279777010","heartbeat_back_addr":"172.21.15.123:6817/2279777010","heartbeat_front_addr":"172.21.15.123:6815/2279777010","state":["exists","up"]},{"osd":4,"uuid":"4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6817","nonce":38924085}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6819","nonce":38924085}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6823","nonce":38924085}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6821","nonce":38924085}]},"public_addr":"172.21.15.136:6817/38924085","cluster_addr":"172.21.15.136:6819/38924085","heartbeat_back_addr":"172.21.15.136:6823/38924085","heartbeat_front_addr":"172.21.15.136:6821/38924085","state":["exists","up"]},{"osd":5,"uuid":"5b24e538-1f44-4fda-9cc8-4af1b740fcfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6819","nonce":3116998451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6821","nonce":3116998451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6824","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6825","nonce":3116998451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6823","nonce":3116998451}]},"public_addr":"172.21.15.123:6819/3116998451","cluster_addr":"172.21.15.123:6821/3116998451","heartbeat_back_addr":"172.21.15.123:6825/3116998451","heartbeat_front_addr":"172.21.15.123:6823/3116998451","state":["exists","up"]},{"osd":6,"uuid":"fc85f7c5-386f-4585-891a-2bc5392601bc","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.136:6824","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6825","nonce":1093874888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6827","nonce":1093874888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6831","nonce":1093874888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6829","nonce":1093874888}]},"public_addr":"172.21.15.136:6825/1093874888","cluster_addr":"172.21.15.136:6827/1093874888","heartbeat_back_addr":"172.21.15.136:6831/1093874888","heartbeat_front_addr":"172.21.15.136:6829/1093874888","state":["exists","up"]},{"osd":7,"uuid":"667b220d-b36a-47fc-b1da-fce8b877ee28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6827","nonce":2430491519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6829","nonce":2430491519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6832","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6833","nonce":2430491519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6831","nonce":2430491519}]},"public_addr":"172.21.15.123:6827/2430491519","cluster_addr":"172.21.15.123:6829/2430491519","heartbeat_back_addr":"172.21.15.123:6833/2430491519","heartbeat_front_addr":"172.21.15.123:6831/2430491519","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-10-08T21:26:36.709220+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-10-08T21:26:41.973365+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-10-08T21:26:41.790437+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-10-08T21:26:48.826649+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-10-08T21:26:46.880611+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-10-08T21:26:55.979362+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-10-08T21:26:52.158317+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-10-08T21:27:02.170913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.123:0/4037037985":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/1156442128":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6801/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/2031611466":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/3236901176":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6801/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/1150913566":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6800/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/2983629127":"2023-10-09T21:23:07.571165+0000","172.21.15.123:6801/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/405196816":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/3362313060":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/3582695823":"2023-10-09T21:23:07.571165+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-10-08T21:27:08.342 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T21:27:08.342 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.342 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.343 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:08 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/543221987' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:08.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T21:27:08.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:08.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:08 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/543221987' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:08.957 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-08T21:26:44.305056+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': '23', '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-10-08T21:27:08.958 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-08T21:27:09.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:09 smithi123 ceph-mon[96098]: Detected new or changed devices on smithi136 2023-10-08T21:27:09.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:09 smithi123 ceph-mon[96098]: Adjusting osd_memory_target on smithi136 to 3748M 2023-10-08T21:27:09.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:09 smithi123 ceph-mon[96098]: pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:09.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:09 smithi123 ceph-mon[96098]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T21:27:09.310 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:09 smithi136 ceph-mon[113084]: Detected new or changed devices on smithi136 2023-10-08T21:27:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:09 smithi136 ceph-mon[113084]: Adjusting osd_memory_target on smithi136 to 3748M 2023-10-08T21:27:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:09 smithi136 ceph-mon[113084]: pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:09 smithi136 ceph-mon[113084]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T21:27:11.199 INFO:teuthology.orchestra.run.smithi123.stdout:pg_num: 1 2023-10-08T21:27:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:11 smithi136 ceph-mon[113084]: pgmap v95: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:11.376 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:11 smithi123 ceph-mon[96098]: pgmap v95: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:12.110 INFO:tasks.cephadm:Setting up client nodes... 2023-10-08T21:27:12.111 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T21:27:12.137 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:12 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/215036499' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T21:27:12.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:12 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/215036499' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T21:27:12.483 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:27:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T21:27:13.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:27:14.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:14 smithi136 ceph-mon[113084]: Detected new or changed devices on smithi123 2023-10-08T21:27:14.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:14 smithi136 ceph-mon[113084]: Adjusting osd_memory_target on smithi123 to 2980M 2023-10-08T21:27:14.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:14 smithi123 ceph-mon[96098]: Detected new or changed devices on smithi123 2023-10-08T21:27:14.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:14 smithi123 ceph-mon[96098]: Adjusting osd_memory_target on smithi123 to 2980M 2023-10-08T21:27:14.720 INFO:teuthology.orchestra.run.smithi123.stdout:[client.0] 2023-10-08T21:27:14.720 INFO:teuthology.orchestra.run.smithi123.stdout: key = AQCyHiNlLSqoKhAAOsTJA8EfwsQSIXLzId4AJA== 2023-10-08T21:27:15.286 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:15 smithi123 ceph-mon[96098]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T21:27:15.286 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:15 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1338411936' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T21:27:15.286 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:15 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1338411936' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T21:27:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:15 smithi136 ceph-mon[113084]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T21:27:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:15 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1338411936' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T21:27:15.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:15 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1338411936' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T21:27:15.541 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:27:15.541 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-08T21:27:15.541 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-08T21:27:15.623 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T21:27:15.952 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi136/config 2023-10-08T21:27:17.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:16 smithi123 ceph-mon[96098]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-08T21:27:17.257 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:16 smithi136 ceph-mon[113084]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-08T21:27:18.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:18.245 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:18.275 INFO:teuthology.orchestra.run.smithi136.stdout:[client.1] 2023-10-08T21:27:18.275 INFO:teuthology.orchestra.run.smithi136.stdout: key = AQC2HiNloO8jEBAAqSdIe8gzTM2lRIa7vqYqww== 2023-10-08T21:27:19.194 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:27:19.194 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-08T21:27:19.194 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-08T21:27:19.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:18 smithi136 ceph-mon[113084]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-08T21:27:19.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:18 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/701050136' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T21:27:19.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:18 smithi136 ceph-mon[113084]: 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-10-08T21:27:19.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:18 smithi136 ceph-mon[113084]: 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-10-08T21:27:19.236 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-08T21:27:19.236 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-08T21:27:19.236 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-08T21:27:19.263 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:18 smithi123 ceph-mon[96098]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-08T21:27:19.263 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:18 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/701050136' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T21:27:19.264 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:18 smithi123 ceph-mon[96098]: 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-10-08T21:27:19.264 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:18 smithi123 ceph-mon[96098]: 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-10-08T21:27:19.804 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:21.143 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:21 smithi123 ceph-mon[96098]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T21:27:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:21 smithi136 ceph-mon[113084]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T21:27:21.952 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:22.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:22 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1659186393' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T21:27:22.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:22 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1659186393' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T21:27:22.590 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":19,"active_gid":14223,"active_name":"smithi123.dicbzp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6800","nonce":1981009627},{"type":"v1","addr":"172.21.15.123:6801","nonce":1981009627}]},"active_addr":"172.21.15.123:6801/1981009627","active_change":"2023-10-08T21:25:01.979245+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14244,"name":"smithi136.xuclya","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":[]},"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:v18","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.2","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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":[]},"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:v18","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.2","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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.123:8443/","prometheus":"http://172.21.15.123: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.123:0","nonce":3347197638}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.123:0","nonce":3761631078}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.123:0","nonce":1020517269}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.123:0","nonce":3104088522}]}]} 2023-10-08T21:27:22.595 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-08T21:27:22.595 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-08T21:27:22.595 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T21:27:22.952 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:23.409 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:23 smithi123 ceph-mon[96098]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T21:27:23.409 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:23.409 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:23 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:23.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:23 smithi136 ceph-mon[113084]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T21:27:23.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:23.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:23 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:25.126 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:25.126 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":43,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","created":"2023-10-08T21:22:41.046105+0000","modified":"2023-10-08T21:27:08.061784+0000","last_up_change":"2023-10-08T21:27:04.032684+0000","last_in_change":"2023-10-08T21:26:22.980176+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-10-08T21:26:44.305056+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":"23","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":"736101c5-a882-40eb-abc7-bc585c1dfd60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6801","nonce":155749906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6803","nonce":155749906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6807","nonce":155749906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6805","nonce":155749906}]},"public_addr":"172.21.15.136:6801/155749906","cluster_addr":"172.21.15.136:6803/155749906","heartbeat_back_addr":"172.21.15.136:6807/155749906","heartbeat_front_addr":"172.21.15.136:6805/155749906","state":["exists","up"]},{"osd":1,"uuid":"66de5160-d22d-4c72-a134-ca2e67c49d57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6803","nonce":2274826021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6805","nonce":2274826021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6809","nonce":2274826021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6807","nonce":2274826021}]},"public_addr":"172.21.15.123:6803/2274826021","cluster_addr":"172.21.15.123:6805/2274826021","heartbeat_back_addr":"172.21.15.123:6809/2274826021","heartbeat_front_addr":"172.21.15.123:6807/2274826021","state":["exists","up"]},{"osd":2,"uuid":"f2ff0d0c-6235-4279-ae63-e7acc6a161f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6809","nonce":877484307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6811","nonce":877484307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6815","nonce":877484307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6813","nonce":877484307}]},"public_addr":"172.21.15.136:6809/877484307","cluster_addr":"172.21.15.136:6811/877484307","heartbeat_back_addr":"172.21.15.136:6815/877484307","heartbeat_front_addr":"172.21.15.136:6813/877484307","state":["exists","up"]},{"osd":3,"uuid":"26a3ef98-4afb-4694-96dd-fe321c37eb22","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:6810","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6811","nonce":2279777010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6813","nonce":2279777010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6817","nonce":2279777010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6815","nonce":2279777010}]},"public_addr":"172.21.15.123:6811/2279777010","cluster_addr":"172.21.15.123:6813/2279777010","heartbeat_back_addr":"172.21.15.123:6817/2279777010","heartbeat_front_addr":"172.21.15.123:6815/2279777010","state":["exists","up"]},{"osd":4,"uuid":"4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6817","nonce":38924085}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6819","nonce":38924085}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6823","nonce":38924085}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6821","nonce":38924085}]},"public_addr":"172.21.15.136:6817/38924085","cluster_addr":"172.21.15.136:6819/38924085","heartbeat_back_addr":"172.21.15.136:6823/38924085","heartbeat_front_addr":"172.21.15.136:6821/38924085","state":["exists","up"]},{"osd":5,"uuid":"5b24e538-1f44-4fda-9cc8-4af1b740fcfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6819","nonce":3116998451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6821","nonce":3116998451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6824","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6825","nonce":3116998451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6823","nonce":3116998451}]},"public_addr":"172.21.15.123:6819/3116998451","cluster_addr":"172.21.15.123:6821/3116998451","heartbeat_back_addr":"172.21.15.123:6825/3116998451","heartbeat_front_addr":"172.21.15.123:6823/3116998451","state":["exists","up"]},{"osd":6,"uuid":"fc85f7c5-386f-4585-891a-2bc5392601bc","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.136:6824","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6825","nonce":1093874888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6827","nonce":1093874888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6831","nonce":1093874888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6829","nonce":1093874888}]},"public_addr":"172.21.15.136:6825/1093874888","cluster_addr":"172.21.15.136:6827/1093874888","heartbeat_back_addr":"172.21.15.136:6831/1093874888","heartbeat_front_addr":"172.21.15.136:6829/1093874888","state":["exists","up"]},{"osd":7,"uuid":"667b220d-b36a-47fc-b1da-fce8b877ee28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6827","nonce":2430491519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6829","nonce":2430491519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6832","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6833","nonce":2430491519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6831","nonce":2430491519}]},"public_addr":"172.21.15.123:6827/2430491519","cluster_addr":"172.21.15.123:6829/2430491519","heartbeat_back_addr":"172.21.15.123:6833/2430491519","heartbeat_front_addr":"172.21.15.123:6831/2430491519","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-10-08T21:26:36.709220+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-10-08T21:26:41.973365+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-10-08T21:26:41.790437+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-10-08T21:26:48.826649+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-10-08T21:26:46.880611+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-10-08T21:26:55.979362+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-10-08T21:26:52.158317+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-10-08T21:27:02.170913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.123:0/4037037985":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/1156442128":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6801/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/2031611466":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/3236901176":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6801/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/1150913566":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6800/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/2983629127":"2023-10-09T21:23:07.571165+0000","172.21.15.123:6801/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/405196816":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/3362313060":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/3582695823":"2023-10-09T21:23:07.571165+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-10-08T21:27:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:25 smithi123 ceph-mon[96098]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:25 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:25 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:25 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2499106111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:25.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:25 smithi136 ceph-mon[113084]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:25.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:25 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:25.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:25 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:27:25.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:25 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2499106111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:25.847 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-08T21:27:25.847 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T21:27:26.153 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:27.193 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:26 smithi123 ceph-mon[96098]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:27.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:26 smithi136 ceph-mon[113084]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:27.844 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:27.845 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":43,"fsid":"aa498434-6620-11ee-8db5-212e2dc638e7","created":"2023-10-08T21:22:41.046105+0000","modified":"2023-10-08T21:27:08.061784+0000","last_up_change":"2023-10-08T21:27:04.032684+0000","last_in_change":"2023-10-08T21:26:22.980176+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-10-08T21:26:44.305056+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":"23","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":"736101c5-a882-40eb-abc7-bc585c1dfd60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6801","nonce":155749906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6803","nonce":155749906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6807","nonce":155749906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":155749906},{"type":"v1","addr":"172.21.15.136:6805","nonce":155749906}]},"public_addr":"172.21.15.136:6801/155749906","cluster_addr":"172.21.15.136:6803/155749906","heartbeat_back_addr":"172.21.15.136:6807/155749906","heartbeat_front_addr":"172.21.15.136:6805/155749906","state":["exists","up"]},{"osd":1,"uuid":"66de5160-d22d-4c72-a134-ca2e67c49d57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6802","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6803","nonce":2274826021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6804","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6805","nonce":2274826021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6808","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6809","nonce":2274826021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6806","nonce":2274826021},{"type":"v1","addr":"172.21.15.123:6807","nonce":2274826021}]},"public_addr":"172.21.15.123:6803/2274826021","cluster_addr":"172.21.15.123:6805/2274826021","heartbeat_back_addr":"172.21.15.123:6809/2274826021","heartbeat_front_addr":"172.21.15.123:6807/2274826021","state":["exists","up"]},{"osd":2,"uuid":"f2ff0d0c-6235-4279-ae63-e7acc6a161f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6809","nonce":877484307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6811","nonce":877484307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6815","nonce":877484307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":877484307},{"type":"v1","addr":"172.21.15.136:6813","nonce":877484307}]},"public_addr":"172.21.15.136:6809/877484307","cluster_addr":"172.21.15.136:6811/877484307","heartbeat_back_addr":"172.21.15.136:6815/877484307","heartbeat_front_addr":"172.21.15.136:6813/877484307","state":["exists","up"]},{"osd":3,"uuid":"26a3ef98-4afb-4694-96dd-fe321c37eb22","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:6810","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6811","nonce":2279777010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6812","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6813","nonce":2279777010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6816","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6817","nonce":2279777010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6814","nonce":2279777010},{"type":"v1","addr":"172.21.15.123:6815","nonce":2279777010}]},"public_addr":"172.21.15.123:6811/2279777010","cluster_addr":"172.21.15.123:6813/2279777010","heartbeat_back_addr":"172.21.15.123:6817/2279777010","heartbeat_front_addr":"172.21.15.123:6815/2279777010","state":["exists","up"]},{"osd":4,"uuid":"4cfdfaa0-dd30-48c6-886d-bd792ef4dc1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6817","nonce":38924085}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6819","nonce":38924085}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6823","nonce":38924085}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":38924085},{"type":"v1","addr":"172.21.15.136:6821","nonce":38924085}]},"public_addr":"172.21.15.136:6817/38924085","cluster_addr":"172.21.15.136:6819/38924085","heartbeat_back_addr":"172.21.15.136:6823/38924085","heartbeat_front_addr":"172.21.15.136:6821/38924085","state":["exists","up"]},{"osd":5,"uuid":"5b24e538-1f44-4fda-9cc8-4af1b740fcfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6818","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6819","nonce":3116998451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6820","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6821","nonce":3116998451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6824","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6825","nonce":3116998451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6822","nonce":3116998451},{"type":"v1","addr":"172.21.15.123:6823","nonce":3116998451}]},"public_addr":"172.21.15.123:6819/3116998451","cluster_addr":"172.21.15.123:6821/3116998451","heartbeat_back_addr":"172.21.15.123:6825/3116998451","heartbeat_front_addr":"172.21.15.123:6823/3116998451","state":["exists","up"]},{"osd":6,"uuid":"fc85f7c5-386f-4585-891a-2bc5392601bc","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.136:6824","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6825","nonce":1093874888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6827","nonce":1093874888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6831","nonce":1093874888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":1093874888},{"type":"v1","addr":"172.21.15.136:6829","nonce":1093874888}]},"public_addr":"172.21.15.136:6825/1093874888","cluster_addr":"172.21.15.136:6827/1093874888","heartbeat_back_addr":"172.21.15.136:6831/1093874888","heartbeat_front_addr":"172.21.15.136:6829/1093874888","state":["exists","up"]},{"osd":7,"uuid":"667b220d-b36a-47fc-b1da-fce8b877ee28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6826","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6827","nonce":2430491519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6828","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6829","nonce":2430491519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6832","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6833","nonce":2430491519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:6830","nonce":2430491519},{"type":"v1","addr":"172.21.15.123:6831","nonce":2430491519}]},"public_addr":"172.21.15.123:6827/2430491519","cluster_addr":"172.21.15.123:6829/2430491519","heartbeat_back_addr":"172.21.15.123:6833/2430491519","heartbeat_front_addr":"172.21.15.123:6831/2430491519","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-10-08T21:26:36.709220+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-10-08T21:26:41.973365+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-10-08T21:26:41.790437+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-10-08T21:26:48.826649+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-10-08T21:26:46.880611+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-10-08T21:26:55.979362+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-10-08T21:26:52.158317+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-10-08T21:27:02.170913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.123:0/4037037985":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/1156442128":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6801/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/2031611466":"2023-10-09T21:23:39.631258+0000","172.21.15.123:0/3236901176":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6801/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/1150913566":"2023-10-09T21:25:01.979122+0000","172.21.15.123:6800/3056546743":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/965695755":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/2983629127":"2023-10-09T21:23:07.571165+0000","172.21.15.123:6801/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/405196816":"2023-10-09T21:23:39.631258+0000","172.21.15.123:6800/1882544699":"2023-10-09T21:25:01.979122+0000","172.21.15.123:0/3362313060":"2023-10-09T21:23:07.571165+0000","172.21.15.123:0/3582695823":"2023-10-09T21:23:07.571165+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-10-08T21:27:28.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:27 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1230447667' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:28.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:27 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1230447667' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T21:27:28.508 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-08T21:27:28.508 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-08T21:27:28.509 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-08T21:27:28.509 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-08T21:27:28.510 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-08T21:27:28.510 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-08T21:27:28.511 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-08T21:27:28.511 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-08T21:27:29.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:28 smithi136 ceph-mon[113084]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:28 smithi123 ceph-mon[96098]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:29.856 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:30.009 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:30.189 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:30.363 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:31.067 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:31.278 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:31.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:31 smithi136 ceph-mon[113084]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:31.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:31 smithi123 ceph-mon[96098]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:32.021 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:32.058 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:32.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:32.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:33.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:33 smithi136 ceph-mon[113084]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:33.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:33 smithi123 ceph-mon[96098]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:35.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:35 smithi136 ceph-mon[113084]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:35.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:35 smithi123 ceph-mon[96098]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:36.188 INFO:teuthology.orchestra.run.smithi123.stdout:167503724552 2023-10-08T21:27:36.188 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-08T21:27:37.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:36 smithi123 ceph-mon[96098]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:37.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:36 smithi136 ceph-mon[113084]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:38.560 INFO:teuthology.orchestra.run.smithi123.stdout:107374182411 2023-10-08T21:27:38.561 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-08T21:27:38.676 INFO:teuthology.orchestra.run.smithi123.stdout:150323855371 2023-10-08T21:27:38.676 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-08T21:27:39.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:39 smithi123 ceph-mon[96098]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:39.418 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:39 smithi136 ceph-mon[113084]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:39.511 INFO:teuthology.orchestra.run.smithi123.stdout:68719476751 2023-10-08T21:27:39.511 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-08T21:27:40.385 INFO:teuthology.orchestra.run.smithi123.stdout:85899345935 2023-10-08T21:27:40.386 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-08T21:27:41.143 INFO:teuthology.orchestra.run.smithi123.stdout:133143986188 2023-10-08T21:27:41.144 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-08T21:27:41.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:41 smithi136 ceph-mon[113084]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:41.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:41 smithi123 ceph-mon[96098]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:42.016 INFO:teuthology.orchestra.run.smithi123.stdout:115964117005 2023-10-08T21:27:42.017 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-08T21:27:42.075 INFO:teuthology.orchestra.run.smithi123.stdout:85899345934 2023-10-08T21:27:42.075 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-08T21:27:42.303 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:42.305 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:42.308 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:42.309 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:42.311 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:42.366 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:43.123 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:43.126 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:43.262 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:43 smithi123 ceph-mon[96098]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:43.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:43 smithi136 ceph-mon[113084]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:45.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:45 smithi136 ceph-mon[113084]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:45 smithi123 ceph-mon[96098]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:47.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:46 smithi123 ceph-mon[96098]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:47.375 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:46 smithi136 ceph-mon[113084]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:47.607 INFO:teuthology.orchestra.run.smithi123.stdout:150323855373 2023-10-08T21:27:48.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:48.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:47 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3640577965' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T21:27:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:27:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:47 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3640577965' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T21:27:48.619 INFO:teuthology.orchestra.run.smithi123.stdout:133143986189 2023-10-08T21:27:48.924 INFO:teuthology.orchestra.run.smithi123.stdout:68719476753 2023-10-08T21:27:49.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:48 smithi123 ceph-mon[96098]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:49.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:48 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/4114616949' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T21:27:49.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:48 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/2549420460' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T21:27:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:48 smithi136 ceph-mon[113084]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:48 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/4114616949' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T21:27:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:48 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/2549420460' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T21:27:50.607 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986189 for osd.6 2023-10-08T21:27:50.608 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:50.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476753 for osd.0 2023-10-08T21:27:50.779 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:50.987 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855371 got 150323855373 for osd.5 2023-10-08T21:27:50.987 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:51.010 INFO:teuthology.orchestra.run.smithi123.stdout:167503724555 2023-10-08T21:27:51.228 INFO:teuthology.orchestra.run.smithi123.stdout:115964117006 2023-10-08T21:27:51.317 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:51 smithi123 ceph-mon[96098]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:51.318 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:51 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1755470368' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T21:27:51.318 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:51 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/544781338' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T21:27:51.365 INFO:teuthology.orchestra.run.smithi123.stdout:107374182414 2023-10-08T21:27:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:51 smithi136 ceph-mon[113084]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:51 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1755470368' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T21:27:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:51 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/544781338' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T21:27:51.472 INFO:teuthology.orchestra.run.smithi123.stdout:85899345937 2023-10-08T21:27:52.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:52 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/4077781027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T21:27:52.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:52 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/925811704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T21:27:52.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:52 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/4077781027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T21:27:52.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:52 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/925811704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T21:27:52.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345935 got 85899345937 for osd.1 2023-10-08T21:27:52.818 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:52.819 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182411 got 107374182414 for osd.4 2023-10-08T21:27:52.819 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:53.299 INFO:teuthology.orchestra.run.smithi123.stdout:85899345936 2023-10-08T21:27:53.326 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:53 smithi123 ceph-mon[96098]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:53.326 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:53 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/261248868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T21:27:53.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:53 smithi136 ceph-mon[113084]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:53.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:53 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/261248868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T21:27:53.556 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117005 got 115964117006 for osd.3 2023-10-08T21:27:53.556 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:53.881 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345936 for osd.2 2023-10-08T21:27:53.881 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:53.904 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724552 got 167503724555 for osd.7 2023-10-08T21:27:53.904 DEBUG:teuthology.parallel:result is None 2023-10-08T21:27:53.904 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-08T21:27:53.905 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T21:27:54.253 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:55 smithi136 ceph-mon[113084]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:55.404 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:55 smithi123 ceph-mon[96098]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:55.774 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:55.775 INFO:teuthology.orchestra.run.smithi123.stderr:dumped all 2023-10-08T21:27:56.385 INFO:teuthology.orchestra.run.smithi123.stdout:{"pg_ready":true,"pg_map":{"version":117,"stamp":"2023-10-08T21:27:54.010873+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":197,"ondisk_log_size":197,"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":220780,"kb_used_data":5164,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707668,"statfs":{"total":767926730752,"available":767700652032,"internally_reserved":0,"allocated":5287936,"data_stored":3192920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.002233"},"pg_stats":[{"pgid":"1.0","version":"29'197","reported_seq":294,"reported_epoch":43,"state":"active+clean","last_fresh":"2023-10-08T21:27:08.069619+0000","last_change":"2023-10-08T21:27:08.069299+0000","last_active":"2023-10-08T21:27:08.069619+0000","last_peered":"2023-10-08T21:27:08.069619+0000","last_clean":"2023-10-08T21:27:08.069619+0000","last_became_active":"2023-10-08T21:27:08.068989+0000","last_became_peered":"2023-10-08T21:27:08.068989+0000","last_unstale":"2023-10-08T21:27:08.069619+0000","last_undegraded":"2023-10-08T21:27:08.069619+0000","last_fullsized":"2023-10-08T21:27:08.069619+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T21:26:44.305564+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T21:26:44.305564+0000","last_clean_scrub_stamp":"2023-10-08T21:26:44.305564+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-10T02:47:37.112471+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724556,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.27200000000000002}]},{"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.32400000000000001}]},{"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.36399999999999999}]},{"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.35199999999999998}]},{"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.39500000000000002}]},{"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.45500000000000002}]},{"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.46800000000000003}]}]},{"osd":5,"up_from":35,"seq":150323855375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.495}]},{"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":1.2509999999999999}]},{"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":1.357}]},{"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":1.1060000000000001}]},{"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":1.3939999999999999}]},{"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.51100000000000001}]},{"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":1.2969999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.63300000000000001}]},{"osd":2,"last update":"Sun Oct 8 21:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.64400000000000002}]},{"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.49099999999999999}]},{"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.65600000000000003}]},{"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.46700000000000003}]},{"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.628}]},{"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.56799999999999995}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:47 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":6.6299999999999999,"5min":6.6299999999999999,"15min":6.6299999999999999},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":4.1189999999999998,"5min":4.1189999999999998,"15min":4.1189999999999998},"last":0.35299999999999998}]},{"osd":2,"last update":"Sun Oct 8 21:27:47 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.46899999999999997}]},{"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.39200000000000002}]},{"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.44800000000000001}]},{"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.53000000000000003}]},{"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.50800000000000001}]},{"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.54600000000000004}]}]},{"osd":2,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:45 2023","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.379},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.35699999999999998}]},{"osd":1,"last update":"Sun Oct 8 21:27:45 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.50800000000000001}]},{"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.45800000000000002}]},{"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.56699999999999995}]},{"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.46800000000000003}]},{"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.53800000000000003}]},{"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.55100000000000005}]}]},{"osd":4,"up_from":25,"seq":107374182415,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.36299999999999999}]},{"osd":1,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.52400000000000002}]},{"osd":2,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.51500000000000001}]},{"osd":3,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":4.1980000000000004,"5min":4.1980000000000004,"15min":4.1980000000000004},"last":0.501}]},{"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.55500000000000005}]},{"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.45700000000000002}]},{"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.48999999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117007,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.42499999999999999}]},{"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.23499999999999999}]},{"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.51300000000000001}]},{"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.52700000000000002}]},{"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.31}]},{"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.40200000000000002}]}]},{"osd":6,"up_from":31,"seq":133143986191,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.41099999999999998}]},{"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.50800000000000001}]},{"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.53700000000000003}]},{"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.57199999999999995}]},{"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.54900000000000004}]},{"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.66200000000000003}]},{"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.67200000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T21:27:56.386 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T21:27:56.688 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:57.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:56 smithi123 ceph-mon[96098]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:27:57.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:56 smithi123 ceph-mon[96098]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:56 smithi136 ceph-mon[113084]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:27:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:56 smithi136 ceph-mon[113084]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:58.318 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:27:58.320 INFO:teuthology.orchestra.run.smithi123.stderr:dumped all 2023-10-08T21:27:58.960 INFO:teuthology.orchestra.run.smithi123.stdout:{"pg_ready":true,"pg_map":{"version":119,"stamp":"2023-10-08T21:27:58.011519+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":197,"ondisk_log_size":197,"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":220780,"kb_used_data":5164,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707668,"statfs":{"total":767926730752,"available":767700652032,"internally_reserved":0,"allocated":5287936,"data_stored":3192920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.001968"},"pg_stats":[{"pgid":"1.0","version":"29'197","reported_seq":294,"reported_epoch":43,"state":"active+clean","last_fresh":"2023-10-08T21:27:08.069619+0000","last_change":"2023-10-08T21:27:08.069299+0000","last_active":"2023-10-08T21:27:08.069619+0000","last_peered":"2023-10-08T21:27:08.069619+0000","last_clean":"2023-10-08T21:27:08.069619+0000","last_became_active":"2023-10-08T21:27:08.068989+0000","last_became_peered":"2023-10-08T21:27:08.068989+0000","last_unstale":"2023-10-08T21:27:08.069619+0000","last_undegraded":"2023-10-08T21:27:08.069619+0000","last_fullsized":"2023-10-08T21:27:08.069619+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T21:26:44.305564+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T21:26:44.305564+0000","last_clean_scrub_stamp":"2023-10-08T21:26:44.305564+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-10T02:47:37.112471+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.44700000000000001}]},{"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.26000000000000001}]},{"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.503}]},{"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.313}]},{"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.46999999999999997}]},{"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.29299999999999998}]},{"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":5,"up_from":35,"seq":150323855375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.495}]},{"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":1.2509999999999999}]},{"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":1.357}]},{"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":1.1060000000000001}]},{"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":1.3939999999999999}]},{"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.51100000000000001}]},{"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":1.2969999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.45500000000000002}]},{"osd":2,"last update":"Sun Oct 8 21:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.438},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.41499999999999998}]},{"osd":3,"last update":"Sun Oct 8 21:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.33200000000000002}]},{"osd":4,"last update":"Sun Oct 8 21:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.53400000000000003}]},{"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.36699999999999999}]},{"osd":6,"last update":"Sun Oct 8 21:27:53 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.49199999999999999}]},{"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.39600000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:47 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":6.6299999999999999,"5min":6.6299999999999999,"15min":6.6299999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":4.1189999999999998,"5min":4.1189999999999998,"15min":4.1189999999999998},"last":0.44600000000000001}]},{"osd":2,"last update":"Sun Oct 8 21:27:47 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.55700000000000005}]},{"osd":3,"last update":"Sun Oct 8 21:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":4.3280000000000003,"5min":4.3280000000000003,"15min":4.3280000000000003},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":4.3419999999999996,"5min":4.3419999999999996,"15min":4.3419999999999996},"last":0.51500000000000001}]},{"osd":4,"last update":"Sun Oct 8 21:27:49 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.48799999999999999}]},{"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.58599999999999997}]},{"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.46800000000000003}]},{"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.60299999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:45 2023","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.44600000000000001}]},{"osd":1,"last update":"Sun Oct 8 21:27:45 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.63200000000000001}]},{"osd":3,"last update":"Sun Oct 8 21:27:53 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.56399999999999995}]},{"osd":4,"last update":"Sun Oct 8 21:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.47199999999999998}]},{"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.55000000000000004}]},{"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.60499999999999998}]},{"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.58999999999999997}]}]},{"osd":4,"up_from":25,"seq":107374182415,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.36299999999999999}]},{"osd":1,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.52400000000000002}]},{"osd":2,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.51500000000000001}]},{"osd":3,"last update":"Sun Oct 8 21:27:51 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":4.1980000000000004,"5min":4.1980000000000004,"15min":4.1980000000000004},"last":0.501}]},{"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.55500000000000005}]},{"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.45700000000000002}]},{"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.48999999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117008,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":1008,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":1032192,"data_stored":768095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.42499999999999999}]},{"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.23499999999999999}]},{"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.51300000000000001}]},{"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.52700000000000002}]},{"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.31}]},{"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.40200000000000002}]}]},{"osd":6,"up_from":31,"seq":133143986191,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":438272,"data_stored":177727,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"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.41099999999999998}]},{"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.50800000000000001}]},{"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.53700000000000003}]},{"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.57199999999999995}]},{"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.54900000000000004}]},{"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.66200000000000003}]},{"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.67200000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T21:27:58.962 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-08T21:27:58.962 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-08T21:27:58.962 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-08T21:27:58.962 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-10-08T21:27:59.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:27:59 smithi123 ceph-mon[96098]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:27:59.270 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:27:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:27:59 smithi136 ceph-mon[113084]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:00.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:00 smithi123 ceph-mon[96098]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:28:00.837 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:00 smithi136 ceph-mon[113084]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:28:00.938 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:00.938 INFO:teuthology.orchestra.run.smithi123.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-08T21:28:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:01 smithi136 ceph-mon[113084]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:01 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1186510310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T21:28:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:01 smithi123 ceph-mon[96098]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:01 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1186510310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T21:28:01.568 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-08T21:28:01.569 INFO:tasks.cephadm:Setup complete, yielding 2023-10-08T21:28:01.569 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T21:28:01.577 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:01.578 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-08T21:28:01.879 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:02.418 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:03.123 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:03 smithi123 ceph-mon[96098]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:03 smithi136 ceph-mon[113084]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:03.535 INFO:teuthology.orchestra.run.smithi123.stdout:Backend: cephadm 2023-10-08T21:28:03.535 INFO:teuthology.orchestra.run.smithi123.stdout:Available: Yes 2023-10-08T21:28:03.535 INFO:teuthology.orchestra.run.smithi123.stdout:Paused: No 2023-10-08T21:28:04.217 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-08T21:28:04.518 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:05 smithi136 ceph-mon[113084]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:05 smithi136 ceph-mon[113084]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:05 smithi123 ceph-mon[96098]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:05.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:05 smithi123 ceph-mon[96098]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:06.177 INFO:teuthology.orchestra.run.smithi123.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T21:28:06.177 INFO:teuthology.orchestra.run.smithi123.stdout:alertmanager.smithi123 smithi123 *:9093,9094 running (2m) 59s ago 3m 26.4M - 0.25.0 c8568f914cd2 5e0bfbbf5158 2023-10-08T21:28:06.177 INFO:teuthology.orchestra.run.smithi123.stdout:ceph-exporter.smithi123 smithi123 running (4m) 59s ago 4m 7914k - 18.2.0-623-gb92fa67a 1405cee9b201 e99d350c0860 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:ceph-exporter.smithi136 smithi136 running (2m) 62s ago 2m 10.2M - 18.2.0-623-gb92fa67a 1405cee9b201 30d924e132c9 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:crash.smithi123 smithi123 running (4m) 59s ago 4m 7486k - 18.2.0-623-gb92fa67a 1405cee9b201 f5991d97f17c 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:crash.smithi136 smithi136 running (2m) 62s ago 2m 7448k - 18.2.0-623-gb92fa67a 1405cee9b201 912d8b44cac2 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:grafana.smithi123 smithi123 *:3000 running (2m) 59s ago 3m 89.5M - 9.4.7 2c41d148cca3 fe829e2c2de8 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:mgr.smithi123.dicbzp smithi123 *:9283,8765,8443 running (5m) 59s ago 5m 501M - 18.2.0-623-gb92fa67a 1405cee9b201 1efc89728746 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:mgr.smithi136.xuclya smithi136 *:8443,9283,8765 running (2m) 62s ago 2m 450M - 18.2.0-623-gb92fa67a 1405cee9b201 2237a0c9d9db 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:mon.smithi123 smithi123 running (5m) 59s ago 5m 72.6M 2048M 18.2.0-623-gb92fa67a 1405cee9b201 c23d0832c582 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:mon.smithi136 smithi136 running (2m) 62s ago 2m 53.0M 2048M 18.2.0-623-gb92fa67a 1405cee9b201 b9170c3ee2ac 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:node-exporter.smithi123 smithi123 *:9100 running (4m) 59s ago 4m 16.3M - 1.5.0 0da6a335fe13 666a6a49892d 2023-10-08T21:28:06.178 INFO:teuthology.orchestra.run.smithi123.stdout:node-exporter.smithi136 smithi136 *:9100 running (2m) 62s ago 2m 18.0M - 1.5.0 0da6a335fe13 1f936bf4b8ca 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.0 smithi136 running (94s) 62s ago 93s 46.6M 3748M 18.2.0-623-gb92fa67a 1405cee9b201 bfe078398cb3 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.1 smithi123 running (88s) 59s ago 88s 52.6M 2980M 18.2.0-623-gb92fa67a 1405cee9b201 3d2b10c9c178 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.2 smithi136 running (88s) 62s ago 88s 46.9M 3748M 18.2.0-623-gb92fa67a 1405cee9b201 55293fc6fb47 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.3 smithi123 running (82s) 59s ago 81s 43.7M 2980M 18.2.0-623-gb92fa67a 1405cee9b201 eccc1fcda251 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.4 smithi136 running (83s) 62s ago 83s 34.1M 3748M 18.2.0-623-gb92fa67a 1405cee9b201 4793621a2bb4 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.5 smithi123 running (74s) 59s ago 74s 32.9M 2980M 18.2.0-623-gb92fa67a 1405cee9b201 9307d96bc74e 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.6 smithi136 running (78s) 62s ago 78s 36.8M 3748M 18.2.0-623-gb92fa67a 1405cee9b201 a85b2832344a 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:osd.7 smithi123 running (68s) 59s ago 68s 27.4M 2980M 18.2.0-623-gb92fa67a 1405cee9b201 21c00a40d7e2 2023-10-08T21:28:06.179 INFO:teuthology.orchestra.run.smithi123.stdout:prometheus.smithi123 smithi123 *:9095 running (2m) 59s ago 3m 41.0M - 2.43.0 a07b618ecd1d 19943744001e 2023-10-08T21:28:06.725 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-08T21:28:07.025 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:07.244 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:06 smithi123 ceph-mon[96098]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:07.245 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:06 smithi123 ceph-mon[96098]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:06 smithi136 ceph-mon[113084]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:06 smithi136 ceph-mon[113084]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:08.608 INFO:teuthology.orchestra.run.smithi123.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-08T21:28:08.608 INFO:teuthology.orchestra.run.smithi123.stdout:alertmanager ?:9093,9094 1/1 62s ago 4m count:1 2023-10-08T21:28:08.608 INFO:teuthology.orchestra.run.smithi123.stdout:ceph-exporter 2/2 64s ago 4m * 2023-10-08T21:28:08.608 INFO:teuthology.orchestra.run.smithi123.stdout:crash 2/2 64s ago 4m * 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:grafana ?:3000 1/1 62s ago 4m count:1 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:mgr 2/2 64s ago 4m count:2 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:mon 2/2 64s ago 3m smithi123:172.21.15.123=smithi123;smithi136:172.21.15.136=smithi136;count:2 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:node-exporter ?:9100 2/2 64s ago 4m * 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:osd.all-available-devices 8 64s ago 2m * 2023-10-08T21:28:08.609 INFO:teuthology.orchestra.run.smithi123.stdout:prometheus ?:9095 1/1 62s ago 4m count:1 2023-10-08T21:28:09.258 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-08T21:28:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:09 smithi136 ceph-mon[113084]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:09 smithi123 ceph-mon[96098]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:09.564 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:10 smithi136 ceph-mon[113084]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:10.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:10 smithi123 ceph-mon[96098]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:11.215 INFO:teuthology.orchestra.run.smithi123.stdout:HOST ADDR LABELS STATUS 2023-10-08T21:28:11.215 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 172.21.15.123 2023-10-08T21:28:11.215 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 172.21.15.136 2023-10-08T21:28:11.215 INFO:teuthology.orchestra.run.smithi123.stdout:2 hosts in cluster 2023-10-08T21:28:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:11 smithi136 ceph-mon[113084]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:11.408 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:11 smithi123 ceph-mon[96098]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:11.849 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-08T21:28:12.152 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:12.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:12 smithi123 ceph-mon[96098]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:12.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:12 smithi136 ceph-mon[113084]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:13 smithi136 ceph-mon[113084]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:13.401 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:13 smithi123 ceph-mon[96098]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400YK400BGN 372G No 61s ago Has a FileSystem, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme1n1 ssd Linux_9159c805ac3f6be5a265 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme2n1 ssd Linux_3e0e780e5123c6b67790 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme3n1 ssd Linux_a679f0b3f4ebbde8f648 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme4n1 ssd Linux_e1eea1a43fc234325b8d 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme0n1 ssd INTEL_SSDPEDMX020T4_CVPD514100122P0SGN 1863G No 66s ago Has a FileSystem, LVM detected 2023-10-08T21:28:13.800 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme1n1 ssd Linux_b734be25396559f56e3a 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.801 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme2n1 ssd Linux_f35be0dc52567572bdd0 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.801 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme3n1 ssd Linux_f88ffa01705fb8e9bd64 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:13.801 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme4n1 ssd Linux_2558016c72557e39dbf9 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:14.490 INFO:teuthology.run_tasks:Running task vip... 2023-10-08T21:28:14.501 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-08T21:28:14.501 INFO:tasks.vip:peername 172.21.15.123 2023-10-08T21:28:14.504 INFO:tasks.vip:172.21.15.123 in 172.21.0.0/20, pos 3962 2023-10-08T21:28:14.508 INFO:tasks.vip:smithi123.front.sepia.ceph.com static 10.0.15.123, vnet 10.0.0.0/16 2023-10-08T21:28:14.508 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-08T21:28:14.509 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip route ls 2023-10-08T21:28:14.538 INFO:teuthology.orchestra.run.smithi123.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T21:28:14.539 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-10-08T21:28:14.540 INFO:tasks.vip:Configuring 10.0.15.123 on smithi123.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T21:28:14.540 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr add 10.0.15.123/16 dev enp3s0f1 2023-10-08T21:28:14.610 INFO:tasks.vip:peername 172.21.15.136 2023-10-08T21:28:14.613 INFO:tasks.vip:172.21.15.136 in 172.21.0.0/20, pos 3975 2023-10-08T21:28:14.617 INFO:tasks.vip:smithi136.front.sepia.ceph.com static 10.0.15.136, vnet 10.0.0.0/16 2023-10-08T21:28:14.617 DEBUG:teuthology.orchestra.run.smithi136:> sudo ip route ls 2023-10-08T21:28:14.654 INFO:teuthology.orchestra.run.smithi136.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T21:28:14.654 INFO:teuthology.orchestra.run.smithi136.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.136 metric 100 2023-10-08T21:28:14.655 INFO:tasks.vip:Configuring 10.0.15.136 on smithi136.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T21:28:14.656 DEBUG:teuthology.orchestra.run.smithi136:> sudo ip addr add 10.0.15.136/16 dev enp3s0f1 2023-10-08T21:28:14.727 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T21:28:14.736 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:14.736 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-08T21:28:15.037 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:15 smithi136 ceph-mon[113084]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:15 smithi136 ceph-mon[113084]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:15 smithi123 ceph-mon[96098]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:15.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:15 smithi123 ceph-mon[96098]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:16.729 INFO:teuthology.orchestra.run.smithi123.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400YK400BGN 372G No 64s ago Has a FileSystem, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme1n1 ssd Linux_9159c805ac3f6be5a265 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme2n1 ssd Linux_3e0e780e5123c6b67790 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme3n1 ssd Linux_a679f0b3f4ebbde8f648 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/nvme4n1 ssd Linux_e1eea1a43fc234325b8d 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme0n1 ssd INTEL_SSDPEDMX020T4_CVPD514100122P0SGN 1863G No 69s ago Has a FileSystem, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme1n1 ssd Linux_b734be25396559f56e3a 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme2n1 ssd Linux_f35be0dc52567572bdd0 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme3n1 ssd Linux_f88ffa01705fb8e9bd64 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:16.730 INFO:teuthology.orchestra.run.smithi123.stdout:smithi136 /dev/nvme4n1 ssd Linux_2558016c72557e39dbf9 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T21:28:17.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:16 smithi123 ceph-mon[96098]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:17.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:28:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:16 smithi136 ceph-mon[113084]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:16 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:28:17.377 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T21:28:17.387 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:17.387 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T21:28:17.417 INFO:teuthology.orchestra.run.smithi123.stderr:+ systemctl stop nfs-server 2023-10-08T21:28:17.426 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi136.front.sepia.ceph.com 2023-10-08T21:28:17.427 DEBUG:teuthology.orchestra.run.smithi136:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T21:28:17.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ systemctl stop nfs-server 2023-10-08T21:28:17.466 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T21:28:17.475 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:17.476 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-10-08T21:28:17.933 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:18.249 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:17 smithi123 ceph-mon[96098]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:18.250 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:18.320 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:17 smithi136 ceph-mon[113084]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:18.321 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:18 smithi136 ceph-mon[113084]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:18 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:18 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:19.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:18 smithi123 ceph-mon[96098]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:19.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:19.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.059 INFO:teuthology.orchestra.run.smithi123.stdout:Scheduled rgw.foorgw update... 2023-10-08T21:28:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:20.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:21.055 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.123/16' 2023-10-08T21:28:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:21 smithi123 ceph-mon[96098]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:21.872 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:21 smithi123 ceph-mon[96098]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:22.023 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:21 smithi123 ceph-mon[96098]: Saving service rgw.foorgw spec with placement count:2 2023-10-08T21:28:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:21 smithi136 ceph-mon[113084]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:21 smithi136 ceph-mon[113084]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:21 smithi136 ceph-mon[113084]: Saving service rgw.foorgw spec with placement count:2 2023-10-08T21:28:22.024 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:23.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:22 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:22 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:22 smithi136 ceph-mon[113084]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:23.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:22 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:22 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.124 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:22 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.124 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:22 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.125 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:22 smithi123 ceph-mon[96098]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:23.125 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:22 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:23.125 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:22 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:24 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:24 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:24 smithi123 ceph-mon[96098]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.123/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:24.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:24 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T21:28:24.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:24 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:24.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:24 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:24.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:24 smithi136 ceph-mon[113084]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.123/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:24.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:24 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T21:28:25.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:25 smithi136 ceph-mon[113084]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:25.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:25 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T21:28:25.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:25 smithi136 ceph-mon[113084]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T21:28:25.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:25 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T21:28:25.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:25 smithi123 ceph-mon[96098]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:25.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:25 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T21:28:25.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:25 smithi123 ceph-mon[96098]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T21:28:25.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:25 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T21:28:25.838 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T21:28:25.851 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:25.851 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-10-08T21:28:25.881 INFO:teuthology.orchestra.run.smithi123.stderr:+ dnf install -y python3-boto3 2023-10-08T21:28:26.224 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: Saving service nfs.foo spec with placement count:1 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T21:28:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:26 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:26.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T21:28:26.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T21:28:26.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: Saving service nfs.foo spec with placement count:1 2023-10-08T21:28:26.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:26.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T21:28:26.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:26 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.080 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:09:03 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:28:27.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: pgmap v135: 33 pgs: 4 creating+peering, 21 unknown, 8 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:27.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T21:28:27.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi136.eulprw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi136.eulprw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:27.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: pgmap v135: 33 pgs: 4 creating+peering, 21 unknown, 8 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:27.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T21:28:27.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi136.eulprw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi136.eulprw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:27.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:28.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:28 smithi136 ceph-mon[113084]: Deploying daemon rgw.foorgw.smithi136.eulprw on smithi136 2023-10-08T21:28:28.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:28 smithi136 ceph-mon[113084]: mgrmap e20: smithi123.dicbzp(active, since 3m), standbys: smithi136.xuclya 2023-10-08T21:28:28.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:28 smithi123 ceph-mon[96098]: Deploying daemon rgw.foorgw.smithi136.eulprw on smithi136 2023-10-08T21:28:28.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:28 smithi123 ceph-mon[96098]: mgrmap e20: smithi123.dicbzp(active, since 3m), standbys: smithi136.xuclya 2023-10-08T21:28:28.479 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-08T21:28:28.480 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:28:28.480 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-08T21:28:28.480 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:28:28.480 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout:Install 4 Packages 2023-10-08T21:28:28.481 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:28.482 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 4.8 M 2023-10-08T21:28:28.482 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 49 M 2023-10-08T21:28:28.482 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-08T21:28:29.012 INFO:teuthology.orchestra.run.smithi123.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 618 kB/s | 108 kB 00:00 2023-10-08T21:28:29.037 INFO:teuthology.orchestra.run.smithi123.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 761 kB/s | 152 kB 00:00 2023-10-08T21:28:29.087 INFO:teuthology.orchestra.run.smithi123.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 598 kB/s | 45 kB 00:00 2023-10-08T21:28:29.205 INFO:teuthology.orchestra.run.smithi123.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 12 MB/s | 4.5 MB 00:00 2023-10-08T21:28:29.205 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-08T21:28:29.205 INFO:teuthology.orchestra.run.smithi123.stdout:Total 6.6 MB/s | 4.8 MB 00:00 2023-10-08T21:28:29.216 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-08T21:28:29.224 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-08T21:28:29.224 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-08T21:28:29.295 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-08T21:28:29.298 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: pgmap v137: 33 pgs: 4 creating+peering, 21 unknown, 8 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.yodyqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.yodyqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:29 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:29.562 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-08T21:28:29.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: pgmap v137: 33 pgs: 4 creating+peering, 21 unknown, 8 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:28:29.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.yodyqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi123.yodyqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:29.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:29 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:30.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:30 smithi123 ceph-mon[96098]: Deploying daemon rgw.foorgw.smithi123.yodyqd on smithi123 2023-10-08T21:28:30.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:30 smithi123 ceph-mon[96098]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T21:28:30.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:30 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T21:28:30.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:30 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T21:28:30.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:30 smithi136 ceph-mon[113084]: Deploying daemon rgw.foorgw.smithi123.yodyqd on smithi123 2023-10-08T21:28:30.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:30 smithi136 ceph-mon[113084]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T21:28:30.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:30 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T21:28:30.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:30 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T21:28:31.320 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-10-08T21:28:31.434 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:31 smithi123 ceph-mon[96098]: pgmap v139: 65 pgs: 32 unknown, 4 creating+peering, 29 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:28:31.435 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:31 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-08T21:28:31.435 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:31 smithi123 ceph-mon[96098]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T21:28:31.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:31 smithi136 ceph-mon[113084]: pgmap v139: 65 pgs: 32 unknown, 4 creating+peering, 29 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:28:31.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:31 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-08T21:28:31.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:31 smithi136 ceph-mon[113084]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T21:28:31.647 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-10-08T21:28:31.886 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-10-08T21:28:32.187 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-10-08T21:28:32.442 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-10-08T21:28:32.442 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-10-08T21:28:32.442 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-10-08T21:28:32.442 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: pgmap v142: 97 pgs: 9 creating+peering, 55 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T21:28:32.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T21:28:32.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:32.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:32.963 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:33.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T21:28:33.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: pgmap v142: 97 pgs: 9 creating+peering, 55 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T21:28:33.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi123.qzllhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T21:28:33.124 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:28:33.580 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-10-08T21:28:33.580 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:09:10 ago on Sun 08 Oct 2023 09:19:23 PM UTC. 2023-10-08T21:28:33.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Saving service rgw.foorgw spec with placement count:2 2023-10-08T21:28:33.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Creating key for client.nfs.foo.0.0.smithi123.qzllhh 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Rados config object exists: conf-nfs.foo 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Creating key for client.nfs.foo.0.0.smithi123.qzllhh-rgw 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Bind address in nfs.foo.0.0.smithi123.qzllhh's ganesha conf is defaulting to empty 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: Deploying daemon nfs.foo.0.0.smithi123.qzllhh on smithi123 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-08T21:28:33.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:33 smithi136 ceph-mon[113084]: osdmap e50: 8 total, 8 up, 8 in 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Saving service rgw.foorgw spec with placement count:2 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Creating key for client.nfs.foo.0.0.smithi123.qzllhh 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Rados config object exists: conf-nfs.foo 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Creating key for client.nfs.foo.0.0.smithi123.qzllhh-rgw 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Bind address in nfs.foo.0.0.smithi123.qzllhh's ganesha conf is defaulting to empty 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: Deploying daemon nfs.foo.0.0.smithi123.qzllhh on smithi123 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-08T21:28:33.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:33 smithi123 ceph-mon[96098]: osdmap e50: 8 total, 8 up, 8 in 2023-10-08T21:28:34.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:34 smithi123 ceph-mon[96098]: osdmap e51: 8 total, 8 up, 8 in 2023-10-08T21:28:34.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:34 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:34.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:34 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:34.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:34 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:34.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:34 smithi123 ceph-mon[96098]: pgmap v145: 129 pgs: 16 creating+peering, 57 unknown, 56 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2023-10-08T21:28:35.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:34 smithi136 ceph-mon[113084]: osdmap e51: 8 total, 8 up, 8 in 2023-10-08T21:28:35.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:34 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:35.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:34 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/143636472' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:35.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:34 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T21:28:35.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:34 smithi136 ceph-mon[113084]: pgmap v145: 129 pgs: 16 creating+peering, 57 unknown, 56 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2023-10-08T21:28:35.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:35 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T21:28:35.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:35 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T21:28:35.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:35 smithi123 ceph-mon[96098]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T21:28:36.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:35 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T21:28:36.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:35 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T21:28:36.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:35 smithi136 ceph-mon[113084]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T21:28:36.699 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-08T21:28:36.891 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:36.892 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-08T21:28:36.892 INFO:teuthology.orchestra.run.smithi123.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-10-08T21:28:36.892 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-10-08T21:28:36.892 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:36.892 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2042657483' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:36.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:36.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:36.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:36.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: Deploying daemon haproxy.nfs.foo.smithi123.tfxhta on smithi123 2023-10-08T21:28:36.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:36 smithi123 ceph-mon[96098]: pgmap v148: 161 pgs: 21 creating+peering, 36 unknown, 104 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-10-08T21:28:37.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T21:28:37.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/2042657483' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: Deploying daemon haproxy.nfs.foo.smithi123.tfxhta on smithi123 2023-10-08T21:28:37.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:36 smithi136 ceph-mon[113084]: pgmap v148: 161 pgs: 21 creating+peering, 36 unknown, 104 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-10-08T21:28:37.173 DEBUG:teuthology.orchestra.run.smithi123:> 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-10-08T21:28:37.244 INFO:teuthology.orchestra.run.smithi123.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-10-08T21:28:37.536 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring fsid aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:28:37.653 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:37.960 INFO:teuthology.orchestra.run.smithi123.stderr:Using ceph image with id '1405cee9b201' and tag 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45' created on 2023-10-06 22:57:03 +0000 UTC 2023-10-08T21:28:37.960 INFO:teuthology.orchestra.run.smithi123.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: osdmap e54: 8 total, 8 up, 8 in 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? 172.21.15.136:0/2042657483' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:37.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:37.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:37.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:37.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:37.962 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:37 smithi123 ceph-mon[96098]: osdmap e55: 8 total, 8 up, 8 in 2023-10-08T21:28:38.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T21:28:38.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T21:28:38.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: osdmap e54: 8 total, 8 up, 8 in 2023-10-08T21:28:38.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:38.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? 172.21.15.136:0/2042657483' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:38.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:38.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:38.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:38.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: from='client.? ' entity='client.rgw.foorgw.smithi136.eulprw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:38.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:37 smithi136 ceph-mon[113084]: osdmap e55: 8 total, 8 up, 8 in 2023-10-08T21:28:38.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:38 smithi136 ceph-mon[113084]: pgmap v151: 161 pgs: 21 creating+peering, 36 unknown, 104 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-10-08T21:28:38.960 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:38 smithi123 ceph-mon[96098]: pgmap v151: 161 pgs: 21 creating+peering, 36 unknown, 104 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-10-08T21:28:41.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:41 smithi136 ceph-mon[113084]: pgmap v152: 161 pgs: 9 unknown, 152 active+clean; 581 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 6.0 KiB/s wr, 228 op/s 2023-10-08T21:28:41.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:41 smithi123 ceph-mon[96098]: pgmap v152: 161 pgs: 9 unknown, 152 active+clean; 581 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 6.0 KiB/s wr, 228 op/s 2023-10-08T21:28:43.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:43 smithi123 ceph-mon[96098]: pgmap v153: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 6.1 KiB/s wr, 253 op/s 2023-10-08T21:28:43.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:43 smithi136 ceph-mon[113084]: pgmap v153: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 6.1 KiB/s wr, 253 op/s 2023-10-08T21:28:44.215 INFO:teuthology.run_tasks:Running task python... 2023-10-08T21:28:44.226 INFO:tasks.python:Running python on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:44.226 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-10-08T21:28:44.226 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-10-08T21:28:45.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:45 smithi136 ceph-mon[113084]: pgmap v154: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 5.1 KiB/s wr, 202 op/s 2023-10-08T21:28:45.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:45 smithi123 ceph-mon[96098]: pgmap v154: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 5.1 KiB/s wr, 202 op/s 2023-10-08T21:28:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: osdmap e56: 8 total, 8 up, 8 in 2023-10-08T21:28:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-08T21:28:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-08T21:28:46.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: osdmap e57: 8 total, 8 up, 8 in 2023-10-08T21:28:46.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:46 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:46.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: osdmap e56: 8 total, 8 up, 8 in 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: osdmap e57: 8 total, 8 up, 8 in 2023-10-08T21:28:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:46 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T21:28:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: Deploying daemon haproxy.nfs.foo.smithi136.dtforq on smithi136 2023-10-08T21:28:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: pgmap v156: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 4.9 KiB/s wr, 193 op/s 2023-10-08T21:28:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:47.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:47 smithi136 ceph-mon[113084]: osdmap e58: 8 total, 8 up, 8 in 2023-10-08T21:28:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: Deploying daemon haproxy.nfs.foo.smithi136.dtforq on smithi136 2023-10-08T21:28:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: pgmap v156: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 4.9 KiB/s wr, 193 op/s 2023-10-08T21:28:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:28:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:47.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/1668950093' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T21:28:47.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:47 smithi123 ceph-mon[96098]: osdmap e58: 8 total, 8 up, 8 in 2023-10-08T21:28:49.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:49 smithi123 ceph-mon[96098]: pgmap v159: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T21:28:49.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:49 smithi123 ceph-mon[96098]: osdmap e59: 8 total, 8 up, 8 in 2023-10-08T21:28:49.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:49 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-08T21:28:49.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:49 smithi136 ceph-mon[113084]: pgmap v159: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T21:28:49.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:49 smithi136 ceph-mon[113084]: osdmap e59: 8 total, 8 up, 8 in 2023-10-08T21:28:49.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:49 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-08T21:28:50.167 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T21:28:50.178 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:28:50.179 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-10-08T21:28:50.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:50 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-08T21:28:50.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:50 smithi136 ceph-mon[113084]: osdmap e60: 8 total, 8 up, 8 in 2023-10-08T21:28:50.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:50 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-08T21:28:50.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:50 smithi136 ceph-mon[113084]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-08T21:28:50.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:50 smithi136 ceph-mon[113084]: osdmap e61: 8 total, 8 up, 8 in 2023-10-08T21:28:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:50 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-08T21:28:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:50 smithi123 ceph-mon[96098]: osdmap e60: 8 total, 8 up, 8 in 2023-10-08T21:28:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:50 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-08T21:28:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:50 smithi123 ceph-mon[96098]: from='client.? 172.21.15.123:0/3356844261' entity='client.rgw.foorgw.smithi123.yodyqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-08T21:28:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:50 smithi123 ceph-mon[96098]: osdmap e61: 8 total, 8 up, 8 in 2023-10-08T21:28:50.497 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:51.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:51 smithi123 ceph-mon[96098]: pgmap v162: 225 pgs: 1 creating+activating, 31 creating+peering, 8 unknown, 185 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 4 op/s 2023-10-08T21:28:51.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:51 smithi136 ceph-mon[113084]: pgmap v162: 225 pgs: 1 creating+activating, 31 creating+peering, 8 unknown, 185 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 4 op/s 2023-10-08T21:28:52.767 INFO:teuthology.orchestra.run.smithi123.stdout:{ 2023-10-08T21:28:52.767 INFO:teuthology.orchestra.run.smithi123.stdout: "bind": "/foobucket", 2023-10-08T21:28:52.767 INFO:teuthology.orchestra.run.smithi123.stdout: "cluster": "foo", 2023-10-08T21:28:52.768 INFO:teuthology.orchestra.run.smithi123.stdout: "mode": "RW", 2023-10-08T21:28:52.768 INFO:teuthology.orchestra.run.smithi123.stdout: "path": "foobucket", 2023-10-08T21:28:52.768 INFO:teuthology.orchestra.run.smithi123.stdout: "squash": "none" 2023-10-08T21:28:52.768 INFO:teuthology.orchestra.run.smithi123.stdout:} 2023-10-08T21:28:53.451 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:53 smithi123 ceph-mon[96098]: pgmap v164: 225 pgs: 1 creating+activating, 25 creating+peering, 199 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 414 B/s rd, 622 B/s wr, 4 op/s 2023-10-08T21:28:53.452 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.452 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.452 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.452 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:53 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:53 smithi136 ceph-mon[113084]: pgmap v164: 225 pgs: 1 creating+activating, 25 creating+peering, 199 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 414 B/s rd, 622 B/s wr, 4 op/s 2023-10-08T21:28:53.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:53 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:28:53.861 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T21:28:53.871 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-08T21:28:53.872 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:28:54.203 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:54.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:54 smithi123 ceph-mon[96098]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:54.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:54 smithi123 ceph-mon[96098]: 10.0.31.123 is in 10.0.0.0/16 on smithi136 interface enp3s0f1 2023-10-08T21:28:54.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:54 smithi123 ceph-mon[96098]: 10.0.31.123 is in 10.0.0.0/16 on smithi123 interface enp3s0f1 2023-10-08T21:28:54.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:54 smithi123 ceph-mon[96098]: Deploying daemon keepalived.nfs.foo.smithi136.aapqvf on smithi136 2023-10-08T21:28:54.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:54 smithi136 ceph-mon[113084]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T21:28:54.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:54 smithi136 ceph-mon[113084]: 10.0.31.123 is in 10.0.0.0/16 on smithi136 interface enp3s0f1 2023-10-08T21:28:54.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:54 smithi136 ceph-mon[113084]: 10.0.31.123 is in 10.0.0.0/16 on smithi123 interface enp3s0f1 2023-10-08T21:28:54.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:54 smithi136 ceph-mon[113084]: Deploying daemon keepalived.nfs.foo.smithi136.aapqvf on smithi136 2023-10-08T21:28:55.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:55 smithi123 ceph-mon[96098]: pgmap v165: 225 pgs: 1 creating+activating, 12 creating+peering, 212 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 682 B/s wr, 7 op/s 2023-10-08T21:28:55.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:55 smithi136 ceph-mon[113084]: pgmap v165: 225 pgs: 1 creating+activating, 12 creating+peering, 212 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 682 B/s wr, 7 op/s 2023-10-08T21:28:55.981 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:55.981 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:28:21.852518Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:28:18.590923Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:28:18.591007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:28:21.852595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:28:18.591145Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:28:18.591218Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:28:18.591086Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:28:18.591278Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:28:21.852654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-08T21:28:56.591 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T21:28:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:57 smithi136 ceph-mon[113084]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:28:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:57 smithi136 ceph-mon[113084]: pgmap v166: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 1.0 KiB/s wr, 10 op/s 2023-10-08T21:28:57.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:57 smithi123 ceph-mon[96098]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:28:57.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:57 smithi123 ceph-mon[96098]: pgmap v166: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 1.0 KiB/s wr, 10 op/s 2023-10-08T21:28:57.592 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:28:57.914 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:28:59.303 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:28:59 smithi123 ceph-mon[96098]: pgmap v167: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 689 B/s wr, 8 op/s 2023-10-08T21:28:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:28:59 smithi136 ceph-mon[113084]: pgmap v167: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 689 B/s wr, 8 op/s 2023-10-08T21:28:59.730 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:28:59.731 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:28:21.852518Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:28:18.590923Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:28:18.591007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:28:21.852595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:28:18.591145Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:28:18.591218Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:28:18.591086Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:28:18.591278Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:28:21.852654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-08T21:29:00.358 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T21:29:01.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:01 smithi136 ceph-mon[113084]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:01.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:01 smithi136 ceph-mon[113084]: pgmap v168: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 511 B/s wr, 6 op/s 2023-10-08T21:29:01.359 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:29:01.392 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:01 smithi123 ceph-mon[96098]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:01.393 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:01 smithi123 ceph-mon[96098]: pgmap v168: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 511 B/s wr, 6 op/s 2023-10-08T21:29:01.694 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: 10.0.31.123 is in 10.0.0.0/16 on smithi123 interface enp3s0f1 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: 10.0.31.123 is in 10.0.0.0/16 on smithi136 interface enp3s0f1 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: Deploying daemon keepalived.nfs.foo.smithi123.qupbve on smithi123 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]: dispatch 2023-10-08T21:29:02.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]: dispatch 2023-10-08T21:29:02.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: pgmap v169: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 429 B/s wr, 5 op/s 2023-10-08T21:29:02.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:02.712 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:02.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: 10.0.31.123 is in 10.0.0.0/16 on smithi123 interface enp3s0f1 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: 10.0.31.123 is in 10.0.0.0/16 on smithi136 interface enp3s0f1 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: Deploying daemon keepalived.nfs.foo.smithi123.qupbve on smithi123 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]: dispatch 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]: dispatch 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: pgmap v169: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 429 B/s wr, 5 op/s 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:02.873 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:03.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]': finished 2023-10-08T21:29:03.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]': finished 2023-10-08T21:29:03.556 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:03 smithi123 ceph-mon[96098]: osdmap e62: 8 total, 8 up, 8 in 2023-10-08T21:29:03.776 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:29:03.776 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:28:21.852518Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:28:18.590923Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:28:18.591007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:28:21.852595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:28:18.591145Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:28:18.591218Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:28:18.591086Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:28:18.591278Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:28:21.852654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-08T21:29:03.799 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]': finished 2023-10-08T21:29:03.800 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]': finished 2023-10-08T21:29:03.800 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:03 smithi136 ceph-mon[113084]: osdmap e62: 8 total, 8 up, 8 in 2023-10-08T21:29:04.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:04 smithi136 ceph-mon[113084]: osdmap e63: 8 total, 8 up, 8 in 2023-10-08T21:29:04.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:04 smithi136 ceph-mon[113084]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:04.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:04 smithi136 ceph-mon[113084]: pgmap v172: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:04.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:04 smithi123 ceph-mon[96098]: osdmap e63: 8 total, 8 up, 8 in 2023-10-08T21:29:04.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:04 smithi123 ceph-mon[96098]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:04.961 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:04 smithi123 ceph-mon[96098]: pgmap v172: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:05.151 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T21:29:06.152 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:29:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:07 smithi136 ceph-mon[113084]: pgmap v173: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:07.392 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:29:07.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:07 smithi123 ceph-mon[96098]: pgmap v173: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:09.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:09 smithi136 ceph-mon[113084]: pgmap v174: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:09 smithi123 ceph-mon[96098]: pgmap v174: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:11.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:11 smithi123 ceph-mon[96098]: pgmap v175: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:11 smithi136 ceph-mon[113084]: pgmap v175: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:12.185 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:29:12.186 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:28:21.852518Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:28:18.590923Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:28:18.591007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:28:21.852595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:28:18.591145Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:28:18.591218Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:28:18.591086Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:28:18.591278Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:28:21.852654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-08T21:29:13.165 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T21:29:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: pgmap v176: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 322 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:13 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: pgmap v176: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 322 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:13 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:29:14.166 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:29:14.595 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:29:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:15 smithi136 ceph-mon[113084]: pgmap v177: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 583 B/s rd, 291 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:15.453 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:15 smithi123 ceph-mon[96098]: pgmap v177: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 583 B/s rd, 291 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2023-10-08T21:29:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:16 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:16.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:16 smithi123 ceph-mon[96098]: pgmap v178: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:16.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:16 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:16.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:16 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:16.872 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:16 smithi136 ceph-mon[113084]: pgmap v178: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:17.282 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:29:17.283 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:28:21.852518Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:28:21.852311Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:28:21.852391Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:28:21.852595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "last_refresh": "2023-10-08T21:29:15.494224Z", "ports": [2049, 9049], "running": 2, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:28:21.852242Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:28:21.852156Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:28:21.852456Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:28:21.852713Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:28:21.852654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "last_refresh": "2023-10-08T21:29:15.494128Z", "ports": [8800], "running": 1, "size": 2}}] 2023-10-08T21:29:18.060 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:18.060 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:18 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:18.155 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T21:29:18.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:18 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:18.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:18 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:19.156 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:29:19.357 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:19 smithi123 ceph-mon[96098]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:19.357 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:19 smithi123 ceph-mon[96098]: pgmap v179: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:19 smithi136 ceph-mon[113084]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:19 smithi136 ceph-mon[113084]: pgmap v179: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:19.503 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:29:20.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:29:20.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: Checking dashboard <-> RGW credentials 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:29:20.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:20 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: Checking dashboard <-> RGW credentials 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:20.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:29:20.462 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:20 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:21.317 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:21 smithi123 ceph-mon[96098]: Reconfiguring prometheus.smithi123 (dependencies changed)... 2023-10-08T21:29:21.317 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:21 smithi123 ceph-mon[96098]: Reconfiguring daemon prometheus.smithi123 on smithi123 2023-10-08T21:29:21.317 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:21 smithi123 ceph-mon[96098]: pgmap v180: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:21 smithi136 ceph-mon[113084]: Reconfiguring prometheus.smithi123 (dependencies changed)... 2023-10-08T21:29:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:21 smithi136 ceph-mon[113084]: Reconfiguring daemon prometheus.smithi123 on smithi123 2023-10-08T21:29:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:21 smithi136 ceph-mon[113084]: pgmap v180: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T21:29:22.319 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:29:22.319 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:29:19.051786Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:29:15.493161Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:29:15.493288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:29:19.051842Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "last_refresh": "2023-10-08T21:29:15.494224Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:29:15.493526Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:29:15.493637Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "last_refresh": "2023-10-08T21:29:19.052241Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:29:15.493414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:29:15.493745Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:29:19.051899Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "last_refresh": "2023-10-08T21:29:15.494128Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-08T21:29:23.186 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:23 smithi123 ceph-mon[96098]: pgmap v181: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:23.204 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-08T21:29:23.205 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T21:29:23.215 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-08T21:29:23.216 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aa498434-6620-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T21:29:23.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:23 smithi136 ceph-mon[113084]: pgmap v181: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:23.897 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/mon.smithi123/config 2023-10-08T21:29:24.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:24 smithi136 ceph-mon[113084]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:24 smithi123 ceph-mon[96098]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:25.213 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:25 smithi123 ceph-mon[96098]: pgmap v182: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:25.394 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:25 smithi136 ceph-mon[113084]: pgmap v182: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:26.109 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-08T21:29:26.109 INFO:teuthology.orchestra.run.smithi123.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T21:23:28.335882Z", "last_refresh": "2023-10-08T21:29:19.051786Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:12.096106Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-08T21:23:22.997095Z", "last_refresh": "2023-10-08T21:29:15.493161Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:15.429794Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T21:23:21.658819Z", "last_refresh": "2023-10-08T21:29:15.493288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T21:23:25.889170Z", "last_refresh": "2023-10-08T21:29:19.051842Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:25.177124Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.123/16"}, "status": {"created": "2023-10-08T21:28:25.174353Z", "last_refresh": "2023-10-08T21:29:15.494224Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.123/16"}}, {"events": ["2023-10-08T21:25:22.948589Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T21:23:20.006931Z", "last_refresh": "2023-10-08T21:29:15.493526Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:32.347053Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi123:172.21.15.123=smithi123", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T21:24:10.990716Z", "last_refresh": "2023-10-08T21:29:15.493637Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T21:28:25.173190Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-08T21:28:25.169565Z", "last_refresh": "2023-10-08T21:29:19.052241Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:25:19.912691Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T21:23:27.090596Z", "last_refresh": "2023-10-08T21:29:15.493414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T21:25:41.744795Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-08T21:25:41.741084Z", "last_refresh": "2023-10-08T21:29:15.493745Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T21:25:32.356758Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T21:23:24.623187Z", "last_refresh": "2023-10-08T21:29:19.051899Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T21:28:20.058540Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-08T21:28:32.371421Z", "last_refresh": "2023-10-08T21:29:15.494128Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-08T21:29:26.813 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-08T21:29:26.813 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T21:29:26.823 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:29:26.824 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-08T21:29:26.856 INFO:teuthology.orchestra.run.smithi123.stderr:+ mkdir /mnt/foo 2023-10-08T21:29:26.861 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-08T21:29:26.927 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 5 2023-10-08T21:29:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: pgmap v183: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:27.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:27.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:29:27.212 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:27 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:29:27.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: pgmap v183: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 597 B/s wr, 2 op/s 2023-10-08T21:29:27.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T21:29:27.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:27.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:27.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:29:27.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:27 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:29:28.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:28 smithi136 ceph-mon[113084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:29:28.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:28 smithi123 ceph-mon[96098]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T21:29:29.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:29 smithi123 ceph-mon[96098]: pgmap v184: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 255 B/s wr, 1 op/s 2023-10-08T21:29:29.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:29 smithi136 ceph-mon[113084]: pgmap v184: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 255 B/s wr, 1 op/s 2023-10-08T21:29:30.655 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:30 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:30.656 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:30 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:30.656 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:30 smithi123 ceph-mon[96098]: pgmap v185: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 255 B/s wr, 1 op/s 2023-10-08T21:29:31.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:30 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:31.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:30 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:31.123 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:30 smithi136 ceph-mon[113084]: pgmap v185: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 255 B/s wr, 1 op/s 2023-10-08T21:29:31.930 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.123:/foobucket /mnt/foo' 2023-10-08T21:29:31.999 INFO:teuthology.orchestra.run.smithi123.stderr:+ mount -t nfs 10.0.31.123:/foobucket /mnt/foo 2023-10-08T21:29:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:29:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:29:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:29:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:32.710 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:32.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:33.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:33 smithi123 ceph-mon[96098]: pgmap v186: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 263 B/s wr, 1 op/s 2023-10-08T21:29:33.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:33 smithi123 ceph-mon[96098]: Checking dashboard <-> RGW credentials 2023-10-08T21:29:33.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:33 smithi123 ceph-mon[96098]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-08T21:29:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:33 smithi136 ceph-mon[113084]: pgmap v186: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 263 B/s wr, 1 op/s 2023-10-08T21:29:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:33 smithi136 ceph-mon[113084]: Checking dashboard <-> RGW credentials 2023-10-08T21:29:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:33 smithi136 ceph-mon[113084]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-08T21:29:35.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:35 smithi136 ceph-mon[113084]: pgmap v187: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 702 B/s rd, 87 B/s wr, 0 op/s 2023-10-08T21:29:35.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:35 smithi123 ceph-mon[96098]: pgmap v187: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 702 B/s rd, 87 B/s wr, 0 op/s 2023-10-08T21:29:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:37 smithi136 ceph-mon[113084]: pgmap v188: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:37.710 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:37 smithi123 ceph-mon[96098]: pgmap v188: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:39.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:39 smithi136 ceph-mon[113084]: pgmap v189: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:39.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:39 smithi123 ceph-mon[96098]: pgmap v189: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:40.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:40 smithi136 ceph-mon[113084]: pgmap v190: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:40.711 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:40 smithi123 ceph-mon[96098]: pgmap v190: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2023-10-08T21:29:43.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:43 smithi136 ceph-mon[113084]: pgmap v191: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 439 B/s wr, 2 op/s 2023-10-08T21:29:43.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:43 smithi123 ceph-mon[96098]: pgmap v191: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 439 B/s wr, 2 op/s 2023-10-08T21:29:45.370 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:45 smithi123 ceph-mon[96098]: pgmap v192: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 426 B/s wr, 2 op/s 2023-10-08T21:29:45.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:45 smithi136 ceph-mon[113084]: pgmap v192: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 426 B/s wr, 2 op/s 2023-10-08T21:29:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:47 smithi136 ceph-mon[113084]: pgmap v193: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-08T21:29:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:47 smithi123 ceph-mon[96098]: pgmap v193: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-08T21:29:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:48.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:29:48.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:29:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:49 smithi136 ceph-mon[113084]: pgmap v194: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T21:29:49.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:49 smithi123 ceph-mon[96098]: pgmap v194: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T21:29:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:51 smithi136 ceph-mon[113084]: pgmap v195: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:29:51.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:51 smithi123 ceph-mon[96098]: pgmap v195: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:29:53.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:53 smithi136 ceph-mon[113084]: pgmap v196: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:29:53.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:53 smithi123 ceph-mon[96098]: pgmap v196: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:29:55.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:55 smithi136 ceph-mon[113084]: pgmap v197: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:29:55.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:55 smithi123 ceph-mon[96098]: pgmap v197: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:29:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:57 smithi136 ceph-mon[113084]: pgmap v198: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:29:57.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:57 smithi123 ceph-mon[96098]: pgmap v198: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:29:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:29:59 smithi136 ceph-mon[113084]: pgmap v199: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:29:59.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:29:59 smithi123 ceph-mon[96098]: pgmap v199: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:30:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:00 smithi136 ceph-mon[113084]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-08T21:30:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:00 smithi136 ceph-mon[113084]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-08T21:30:00.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:00 smithi136 ceph-mon[113084]: daemon nfs.foo.0.0.smithi123.qzllhh on smithi123 is in unknown state 2023-10-08T21:30:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:00 smithi123 ceph-mon[96098]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-08T21:30:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:00 smithi123 ceph-mon[96098]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-08T21:30:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:00 smithi123 ceph-mon[96098]: daemon nfs.foo.0.0.smithi123.qzllhh on smithi123 is in unknown state 2023-10-08T21:30:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:01 smithi136 ceph-mon[113084]: pgmap v200: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-08T21:30:01.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:01 smithi123 ceph-mon[96098]: pgmap v200: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-08T21:30:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:02.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:03.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:03 smithi123 ceph-mon[96098]: pgmap v201: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:03 smithi136 ceph-mon[113084]: pgmap v201: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:05 smithi136 ceph-mon[113084]: pgmap v202: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:05.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:05 smithi123 ceph-mon[96098]: pgmap v202: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:07 smithi136 ceph-mon[113084]: pgmap v203: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:07.631 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:07 smithi123 ceph-mon[96098]: pgmap v203: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:09.210 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:09 smithi123 ceph-mon[96098]: pgmap v204: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:09 smithi136 ceph-mon[113084]: pgmap v204: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:11 smithi136 ceph-mon[113084]: pgmap v205: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:11.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:11 smithi123 ceph-mon[96098]: pgmap v205: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:13.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:13 smithi136 ceph-mon[113084]: pgmap v206: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:30:13.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:13 smithi123 ceph-mon[96098]: pgmap v206: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:30:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:15 smithi136 ceph-mon[113084]: pgmap v207: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:15.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:15 smithi123 ceph-mon[96098]: pgmap v207: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:17 smithi136 ceph-mon[113084]: pgmap v208: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:17 smithi123 ceph-mon[96098]: pgmap v208: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:19 smithi136 ceph-mon[113084]: pgmap v209: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:19.390 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:19 smithi123 ceph-mon[96098]: pgmap v209: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:21.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:21 smithi123 ceph-mon[96098]: pgmap v210: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:21.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:21 smithi136 ceph-mon[113084]: pgmap v210: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:23.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:23 smithi123 ceph-mon[96098]: pgmap v211: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T21:30:23.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:23 smithi136 ceph-mon[113084]: pgmap v211: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T21:30:25.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:25 smithi123 ceph-mon[96098]: pgmap v212: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:25.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:25 smithi136 ceph-mon[113084]: pgmap v212: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:27.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:27 smithi123 ceph-mon[96098]: pgmap v213: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:27.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:27 smithi136 ceph-mon[113084]: pgmap v213: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:29.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:29 smithi123 ceph-mon[96098]: pgmap v214: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:29.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:29 smithi136 ceph-mon[113084]: pgmap v214: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:31.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:31 smithi123 ceph-mon[96098]: pgmap v215: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:31.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:31 smithi136 ceph-mon[113084]: pgmap v215: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T21:30:32.417 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:30:32.417 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:30:32.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:33.400 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:33 smithi123 ceph-mon[96098]: pgmap v216: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:30:33.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:33 smithi136 ceph-mon[113084]: pgmap v216: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:30:35.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:35 smithi123 ceph-mon[96098]: pgmap v217: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:35.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:35.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:35 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:35.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:35 smithi136 ceph-mon[113084]: pgmap v217: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:35.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:35.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:35 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: pgmap v218: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:30:37.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:37 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: pgmap v218: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:30:37.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:37.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:30:37.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:37 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:30:38.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:38 smithi123 ceph-mon[96098]: pgmap v219: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 451 B/s rd, 271 B/s wr, 0 op/s 2023-10-08T21:30:38.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:38 smithi123 ceph-mon[96098]: pgmap v220: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 329 B/s wr, 0 op/s 2023-10-08T21:30:38.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:38 smithi136 ceph-mon[113084]: pgmap v219: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 451 B/s rd, 271 B/s wr, 0 op/s 2023-10-08T21:30:38.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:38 smithi136 ceph-mon[113084]: pgmap v220: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 329 B/s wr, 0 op/s 2023-10-08T21:30:40.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:40 smithi123 ceph-mon[96098]: pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 329 B/s wr, 0 op/s 2023-10-08T21:30:40.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:40 smithi136 ceph-mon[113084]: pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 329 B/s wr, 0 op/s 2023-10-08T21:30:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:42 smithi136 ceph-mon[113084]: pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:30:42.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:42 smithi123 ceph-mon[96098]: pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:30:44.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:44 smithi136 ceph-mon[113084]: pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:30:44.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:44 smithi123 ceph-mon[96098]: pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T21:30:46.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:46 smithi136 ceph-mon[113084]: pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:30:46.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:46 smithi123 ceph-mon[96098]: pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:30:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:47 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:47.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:47 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:30:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:48 smithi136 ceph-mon[113084]: pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 0 op/s 2023-10-08T21:30:48.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:48 smithi123 ceph-mon[96098]: pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 0 op/s 2023-10-08T21:30:50.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:50 smithi136 ceph-mon[113084]: pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:50.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:50 smithi123 ceph-mon[96098]: pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:30:52.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:52 smithi136 ceph-mon[113084]: pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:52.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:52 smithi123 ceph-mon[96098]: pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:54.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:54 smithi136 ceph-mon[113084]: pgmap v228: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:54.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:54 smithi123 ceph-mon[96098]: pgmap v228: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:56.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:56 smithi136 ceph-mon[113084]: pgmap v229: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:56.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:56 smithi123 ceph-mon[96098]: pgmap v229: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:30:58.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:30:58 smithi136 ceph-mon[113084]: pgmap v230: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:30:58.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:30:58 smithi123 ceph-mon[96098]: pgmap v230: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:31:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:00 smithi136 ceph-mon[113084]: pgmap v231: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:00.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:00 smithi123 ceph-mon[96098]: pgmap v231: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:02 smithi136 ceph-mon[113084]: pgmap v232: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:02.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:02 smithi123 ceph-mon[96098]: pgmap v232: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:03 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:03 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:04.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:04 smithi136 ceph-mon[113084]: pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:04.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:04 smithi123 ceph-mon[96098]: pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:06.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:06 smithi136 ceph-mon[113084]: pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:06.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:06 smithi123 ceph-mon[96098]: pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:08.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:08 smithi136 ceph-mon[113084]: pgmap v235: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:08.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:08 smithi123 ceph-mon[96098]: pgmap v235: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:10.211 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:10 smithi123 ceph-mon[96098]: pgmap v236: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-08T21:31:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:10 smithi136 ceph-mon[113084]: pgmap v236: 225 pgs: 225 active+clean; 583 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-08T21:31:12.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:12 smithi136 ceph-mon[113084]: pgmap v237: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:12.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:12 smithi123 ceph-mon[96098]: pgmap v237: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:14.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:14 smithi136 ceph-mon[113084]: pgmap v238: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:14.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:14 smithi123 ceph-mon[96098]: pgmap v238: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:16.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:16 smithi136 ceph-mon[113084]: pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:16.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:16 smithi123 ceph-mon[96098]: pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:17.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:18.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:18 smithi136 ceph-mon[113084]: pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:18.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:18 smithi123 ceph-mon[96098]: pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:20.419 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:20 smithi123 ceph-mon[96098]: pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:20.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:20 smithi136 ceph-mon[113084]: pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:22.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:22 smithi136 ceph-mon[113084]: pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:31:22.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:22 smithi123 ceph-mon[96098]: pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T21:31:24.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:24 smithi136 ceph-mon[113084]: pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:24.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:24 smithi123 ceph-mon[96098]: pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:26.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:26 smithi136 ceph-mon[113084]: pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:26.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:26 smithi123 ceph-mon[96098]: pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:28.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:28 smithi136 ceph-mon[113084]: pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:28.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:28 smithi123 ceph-mon[96098]: pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T21:31:30.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:30 smithi136 ceph-mon[113084]: pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:30.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:30 smithi123 ceph-mon[96098]: pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:32.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:32 smithi136 ceph-mon[113084]: pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:32.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:32 smithi123 ceph-mon[96098]: pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T21:31:33.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:33 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:33.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:33 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:34.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:34 smithi136 ceph-mon[113084]: pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:34.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:34 smithi123 ceph-mon[96098]: pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:36.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:36 smithi136 ceph-mon[113084]: pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:36.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:36 smithi123 ceph-mon[96098]: pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:38 smithi136 ceph-mon[113084]: pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:38.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:38 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:31:38.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:38 smithi123 ceph-mon[96098]: pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:38.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:38 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T21:31:40.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:40 smithi123 ceph-mon[96098]: pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-10-08T21:31:40.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:40.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:40 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:40.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:40 smithi136 ceph-mon[113084]: pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-10-08T21:31:40.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:40.476 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:40 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:31:42.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:42 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T21:31:42.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:42 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' 2023-10-08T21:31:43.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:43 smithi136 ceph-mon[113084]: pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 94 B/s wr, 1 op/s 2023-10-08T21:31:43.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:43 smithi136 ceph-mon[113084]: pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:43.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:43 smithi123 ceph-mon[96098]: pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 94 B/s wr, 1 op/s 2023-10-08T21:31:43.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:43 smithi123 ceph-mon[96098]: pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:45.324 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:45 smithi123 ceph-mon[96098]: pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:45.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:45 smithi136 ceph-mon[113084]: pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:47.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:47 smithi136 ceph-mon[113084]: pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:47.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:47 smithi123 ceph-mon[96098]: pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:48.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:48 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:48.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:48 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:31:49.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:49 smithi136 ceph-mon[113084]: pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:49.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:49 smithi123 ceph-mon[96098]: pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 115 B/s wr, 1 op/s 2023-10-08T21:31:51.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:51 smithi136 ceph-mon[113084]: pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:51.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:51 smithi123 ceph-mon[96098]: pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:53.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:53 smithi136 ceph-mon[113084]: pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:53.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:53 smithi123 ceph-mon[96098]: pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:55.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:55 smithi136 ceph-mon[113084]: pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:55.432 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:55 smithi123 ceph-mon[96098]: pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:57.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:57 smithi136 ceph-mon[113084]: pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:57.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:57 smithi123 ceph-mon[96098]: pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:59.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:31:59 smithi136 ceph-mon[113084]: pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:31:59.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:31:59 smithi123 ceph-mon[96098]: pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:01.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:01 smithi136 ceph-mon[113084]: pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:01.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:01 smithi123 ceph-mon[96098]: pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:02.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:02 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:02.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:02 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:03.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:03 smithi136 ceph-mon[113084]: pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:03.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:03 smithi123 ceph-mon[96098]: pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:05.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:05 smithi136 ceph-mon[113084]: pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:05.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:05 smithi123 ceph-mon[96098]: pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:07.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:07 smithi136 ceph-mon[113084]: pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:07.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:07 smithi123 ceph-mon[96098]: pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:09.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:09 smithi136 ceph-mon[113084]: pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:09.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:09 smithi123 ceph-mon[96098]: pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:11.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:11 smithi136 ceph-mon[113084]: pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:11.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:11 smithi123 ceph-mon[96098]: pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:13.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:13 smithi136 ceph-mon[113084]: pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:13.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:13 smithi123 ceph-mon[96098]: pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:15.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:15 smithi136 ceph-mon[113084]: pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:15.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:15 smithi123 ceph-mon[96098]: pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:17 smithi136 ceph-mon[113084]: pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:17.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:17 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:17 smithi123 ceph-mon[96098]: pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:17.461 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:17 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:19.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:19 smithi136 ceph-mon[113084]: pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:19.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:19 smithi123 ceph-mon[96098]: pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:21.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:21 smithi136 ceph-mon[113084]: pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:21.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:21 smithi123 ceph-mon[96098]: pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:23.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:23 smithi136 ceph-mon[113084]: pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:23.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:23 smithi123 ceph-mon[96098]: pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:25.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:25 smithi136 ceph-mon[113084]: pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:25.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:25 smithi123 ceph-mon[96098]: pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:27.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:27 smithi136 ceph-mon[113084]: pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:27.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:27 smithi123 ceph-mon[96098]: pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:29.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:29 smithi123 ceph-mon[96098]: pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:29.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:29 smithi136 ceph-mon[113084]: pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:31.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:31 smithi136 ceph-mon[113084]: pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:31.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:31 smithi123 ceph-mon[96098]: pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T21:32:32.339 INFO:teuthology.orchestra.run.smithi123.stderr:mount.nfs: mount system call failed 2023-10-08T21:32:32.343 DEBUG:teuthology.orchestra.run:got remote process result: 32 2023-10-08T21:32:32.343 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 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi123 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.123:/foobucket /mnt/foo'" 2023-10-08T21:32:32.420 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=747daee05a654926a22c7f33c3b1ff94 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 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi123 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.123:/foobucket /mnt/foo'" 2023-10-08T21:32:32.422 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-08T21:32:32.436 INFO:tasks.vip:Removing 10.0.15.123 (and any VIPs) on smithi123.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T21:32:32.437 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr del 10.0.15.123/16 dev enp3s0f1 2023-10-08T21:32:32.460 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:32 smithi123 ceph-mon[96098]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:32.499 DEBUG:teuthology.orchestra.run.smithi123:> sudo ip addr del 10.0.31.123/16 dev enp3s0f1 2023-10-08T21:32:32.570 INFO:tasks.vip:Removing 10.0.15.136 (and any VIPs) on smithi136.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T21:32:32.570 DEBUG:teuthology.orchestra.run.smithi136:> sudo ip addr del 10.0.15.136/16 dev enp3s0f1 2023-10-08T21:32:32.616 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:32 smithi136 ceph-mon[113084]: from='mgr.14223 172.21.15.123:0/3698596099' entity='mgr.smithi123.dicbzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T21:32:32.622 DEBUG:teuthology.orchestra.run.smithi136:> sudo ip addr del 10.0.31.123/16 dev enp3s0f1 2023-10-08T21:32:32.650 INFO:teuthology.orchestra.run.smithi136.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-08T21:32:32.652 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-08T21:32:32.653 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-08T21:32:32.665 INFO:tasks.cephadm:Teardown begin 2023-10-08T21:32:32.665 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:32:32.696 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:32:32.729 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-08T21:32:32.729 DEBUG:teuthology.orchestra.run.smithi123:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T21:32:32.754 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T21:32:32.786 INFO:tasks.cephadm:Stopping all daemons... 2023-10-08T21:32:32.786 INFO:tasks.cephadm.mon.smithi123:Stopping mon.smithi123... 2023-10-08T21:32:32.787 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl stop ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123 2023-10-08T21:32:33.080 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:32 smithi123 systemd[1]: Stopping Ceph mon.smithi123 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:32:33.080 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:33 smithi123 conmon[96074]: 2023-10-08T21:32:33.065+0000 7f526da92700 -1 received signal: Terminated from /dev/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-10-08T21:32:33.080 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:33 smithi123 conmon[96074]: 2023-10-08T21:32:33.065+0000 7f526da92700 -1 mon.smithi123@0(leader) e2 *** Got Signal Terminated *** 2023-10-08T21:32:33.710 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Oct 08 21:32:33 smithi123 bash[201471]: c23d0832c582b1c38455f0ae3862634b28c8b900b2bdedd9c5a62174c722f4bb 2023-10-08T21:32:33.893 DEBUG:teuthology.orchestra.run.smithi123:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi123.service' 2023-10-08T21:32:33.942 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T21:32:33.943 INFO:tasks.cephadm.mon.smithi123:Stopped mon.smithi123 2023-10-08T21:32:33.943 INFO:tasks.cephadm.mon.smithi136:Stopping mon.smithi136... 2023-10-08T21:32:33.943 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi136 2023-10-08T21:32:34.122 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:33 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for aa498434-6620-11ee-8db5-212e2dc638e7... 2023-10-08T21:32:34.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:34 smithi136 conmon[113043]: 2023-10-08T21:32:34.270+0000 7ffa1044d700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi136 -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-10-08T21:32:34.983 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Oct 08 21:32:34 smithi136 conmon[113043]: 2023-10-08T21:32:34.270+0000 7ffa1044d700 -1 mon.smithi136@1(peon) e2 *** Got Signal Terminated *** 2023-10-08T21:32:35.284 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aa498434-6620-11ee-8db5-212e2dc638e7@mon.smithi136.service' 2023-10-08T21:32:35.339 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T21:32:35.339 INFO:tasks.cephadm.mon.smithi136:Stopped mon.smithi136 2023-10-08T21:32:35.340 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aa498434-6620-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T21:32:35.532 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:33:30.942 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aa498434-6620-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T21:33:31.149 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:34:20.822 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:34:20.862 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T21:34:20.892 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-08T21:34:20.894 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi123/crash 2023-10-08T21:34:20.895 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T21:34:20.946 INFO:teuthology.orchestra.run.smithi123.stderr:tar: /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T21:34:20.947 INFO:teuthology.orchestra.run.smithi123.stderr:tar: Error is not recoverable: exiting now 2023-10-08T21:34:20.949 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi136/crash 2023-10-08T21:34:20.950 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T21:34:20.993 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T21:34:20.993 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2023-10-08T21:34:20.995 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-08T21:34:20.995 DEBUG:teuthology.orchestra.run.smithi123:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-08T21:34:21.028 INFO:teuthology.orchestra.run.smithi123.stderr:grep: /var/log/ceph/aa498434-6620-11ee-8db5-212e2dc638e7/ceph.log: No such file or directory 2023-10-08T21:34:21.029 INFO:tasks.cephadm:Compressing logs... 2023-10-08T21:34:21.029 DEBUG:teuthology.orchestra.run.smithi123:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T21:34:21.072 DEBUG:teuthology.orchestra.run.smithi136:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T21:34:21.098 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-08T21:34:21.101 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-08T21:34:23.159 INFO:tasks.cephadm:Archiving logs... 2023-10-08T21:34:23.159 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi123/log 2023-10-08T21:34:23.160 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T21:34:23.492 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi136/log 2023-10-08T21:34:23.493 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T21:34:23.749 INFO:tasks.cephadm:Removing cluster... 2023-10-08T21:34:23.749 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aa498434-6620-11ee-8db5-212e2dc638e7 --force 2023-10-08T21:34:23.955 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:34:24.158 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aa498434-6620-11ee-8db5-212e2dc638e7 --force 2023-10-08T21:34:24.376 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: aa498434-6620-11ee-8db5-212e2dc638e7 2023-10-08T21:34:24.587 INFO:tasks.cephadm:Removing cephadm ... 2023-10-08T21:34:24.587 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T21:34:24.605 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T21:34:24.622 INFO:tasks.cephadm:Teardown complete 2023-10-08T21:34:24.623 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-08T21:34:24.634 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2023-10-08T21:34:24.634 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_1 2023-10-08T21:34:24.811 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-08T21:34:24.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:24.813 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2023-10-08T21:34:24.813 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_2 2023-10-08T21:34:24.956 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-08T21:34:24.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:24.958 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2023-10-08T21:34:24.958 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_3 2023-10-08T21:34:25.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.106 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-08T21:34:25.106 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2023-10-08T21:34:25.107 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_4 2023-10-08T21:34:25.245 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-08T21:34:25.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.247 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-08T21:34:25.247 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2023-10-08T21:34:25.273 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi136:/dev/vg_nvme/lv_1... 2023-10-08T21:34:25.273 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme disconnect -n lv_1 2023-10-08T21:34:25.424 INFO:teuthology.orchestra.run.smithi136.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-08T21:34:25.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.426 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi136:/dev/vg_nvme/lv_2... 2023-10-08T21:34:25.426 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme disconnect -n lv_2 2023-10-08T21:34:25.583 INFO:teuthology.orchestra.run.smithi136.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-08T21:34:25.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.585 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi136:/dev/vg_nvme/lv_3... 2023-10-08T21:34:25.585 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme disconnect -n lv_3 2023-10-08T21:34:25.732 INFO:teuthology.orchestra.run.smithi136.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-08T21:34:25.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.734 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi136:/dev/vg_nvme/lv_4... 2023-10-08T21:34:25.734 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme disconnect -n lv_4 2023-10-08T21:34:25.898 INFO:teuthology.orchestra.run.smithi136.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-08T21:34:25.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:25.900 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-10-08T21:34:25.900 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/scratch_devs 2023-10-08T21:34:25.926 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-08T21:34:25.937 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-08T21:34:25.938 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T21:34:25.941 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T21:34:25.958 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 -877us[ -877us] +/- 82ms 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 +27us[ +37us] +/- 59ms 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +714us[ +714us] +/- 59ms 2023-10-08T21:34:25.963 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:34:25.982 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2023-10-08T21:34:25.987 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T21:34:25.987 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2023-10-08T21:34:25.987 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 -900us[ -850us] +/- 82ms 2023-10-08T21:34:25.988 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 +9201ns[ +59us] +/- 59ms 2023-10-08T21:34:25.988 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +694us[ +744us] +/- 59ms 2023-10-08T21:34:25.988 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T21:34:25.988 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-08T21:34:25.999 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-08T21:34:25.999 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-08T21:34:26.022 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-10-08T21:34:26.127 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:34:26.219 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-10-08T21:34:26.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:26.256 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:34:26.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:26.288 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-08T21:34:26.298 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-08T21:34:26.357 INFO:teuthology.task.internal:Duration was 1359.215337 seconds 2023-10-08T21:34:26.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-08T21:34:26.390 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-08T21:34:26.391 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T21:34:26.394 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T21:34:26.440 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T21:34:26.443 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T21:34:26.885 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-08T21:34:26.885 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2023-10-08T21:34:26.885 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-10-08T21:34:26.912 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2023-10-08T21:34:26.912 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:34:26.934 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-08T21:34:26.934 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T21:34:26.955 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T21:34:27.023 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-08T21:34:27.023 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T21:34:27.026 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T21:34:27.138 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-08T21:34:27.152 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-08T21:34:27.153 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T21:34:27.186 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T21:34:27.214 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-08T21:34:27.225 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-10-08T21:34:27.229 DEBUG:teuthology.orchestra.run.smithi136:> 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-10-08T21:34:27.259 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2023-10-08T21:34:27.280 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2023-10-08T21:34:27.308 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T21:34:27.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:27.360 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T21:34:27.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T21:34:27.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-08T21:34:27.390 INFO:teuthology.task.internal:Transferring archived files... 2023-10-08T21:34:27.391 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi123 2023-10-08T21:34:27.391 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T21:34:27.444 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071/remote/smithi136 2023-10-08T21:34:27.445 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T21:34:27.483 INFO:teuthology.task.internal:Removing archive directory... 2023-10-08T21:34:27.483 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T21:34:27.486 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T21:34:27.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-08T21:34:27.548 INFO:teuthology.task.internal:Not uploading archives. 2023-10-08T21:34:27.548 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-08T21:34:27.574 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-08T21:34:27.575 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T21:34:27.577 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T21:34:27.593 INFO:teuthology.orchestra.run.smithi123.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 21:34 /home/ubuntu/cephtest 2023-10-08T21:34:27.594 INFO:teuthology.orchestra.run.smithi136.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 21:34 /home/ubuntu/cephtest 2023-10-08T21:34:27.595 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-08T21:34:27.645 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-08T21:34:27.682 INFO:teuthology.nuke:Checking targets against current locks 2023-10-08T21:34:27.707 DEBUG:teuthology.nuke:shortname: smithi123 2023-10-08T21:34:27.708 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T21:34:27.733 DEBUG:teuthology.nuke:shortname: smithi136 2023-10-08T21:34:27.733 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T21:34:27.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-08 21:06:37.632426', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T21:34:27.757 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416071', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-08 21:06:37.630740', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T21:34:27.792 INFO:teuthology.orchestra.console.smithi123:Power off 2023-10-08T21:34:27.793 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T21:34:27.815 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2023-10-08T21:34:27.816 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:27.832 INFO:teuthology.orchestra.console.smithi136:Power off 2023-10-08T21:34:27.833 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T21:34:27.842 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-08T21:34:27.856 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2023-10-08T21:34:27.856 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:27.879 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2023-10-08T21:34:31.843 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:31.880 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:31.952 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-08T21:34:31.990 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2023-10-08T21:34:35.957 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:35.991 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:36.067 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-08T21:34:36.102 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2023-10-08T21:34:36.202 INFO:teuthology.orchestra.console.smithi136:Power off completed 2023-10-08T21:34:40.070 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T21:34:40.180 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2023-10-08T21:34:40.281 INFO:teuthology.orchestra.console.smithi123:Power off completed 2023-10-08T21:34:40.385 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 1359.2153370380402 failure_reason: 'Command failed on smithi123 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c ''mount -t nfs 10.0.31.123:/foobucket /mnt/foo''"' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=747daee05a654926a22c7f33c3b1ff94 status: fail success: false 2023-10-08T21:34:40.385 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T21:34:40.464 INFO:teuthology.run:FAIL